Difference between AndroidViewModel and ViewModel
In this blog, we will discuss the difference between AndroidViewModel and ViewModel. In the Android Jetpack architecture components, ViewModel and AndroidViewModel are two classes that are used to manage UI-related data across configuration changes. ...
Feb 23, 20233 min read682
