Skip to content
#

mvvm-viewmodel

Here are 2 public repositories matching this topic...

Language: All
Filter by language

The ViewModel class is designed to store and manage UI-related data in a conscious way. The ViewModel is able to live through the configuration changes. It means that even after the Activity is destroyed and recreated after the phone rotation, you’ll still have the same ViewModel with the same data

  • Updated Mar 6, 2019
  • Kotlin

Add this topic to your repo

To associate your repository with the mvvm-viewmodel topic, visit your repo's landing page and select "manage topics."

Learn more