Android ViewModel using Retrofit – ✅ A Simple Tutorial
Heard about ViewModel in android? Android ViewModel is an architecture component that is designed to store UI related data. According to Android Developer Website. The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way. The ViewModel class allows data to survive configuration changes such as screen rotations. If you …
Read moreAndroid ViewModel using Retrofit – ✅ A Simple Tutorial