An open API service indexing awesome lists of open source software.

https://github.com/nameisjayant/android-viewmodel-example-kotlin

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.
https://github.com/nameisjayant/android-viewmodel-example-kotlin

android kotlin viewmodel

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Android-ViewModel-Example-Kotlin

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.