Skip to content
#

viewmodel-framework

Here are 8 public repositories matching this topic...

Language: All
Filter by language

This Sample aim to understand the concepts of two main Jetpack components - ViewModel and LiveData with Kotlin as Programming language. Please read the ReadMe file for the theoretical description.

  • Updated Apr 23, 2020
  • Kotlin

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

Improve this page

Add a description, image, and links to the viewmodel-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more