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.
- Host: GitHub
- URL: https://github.com/nameisjayant/android-viewmodel-example-kotlin
- Owner: nameisjayant
- Created: 2020-09-14T06:38:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T06:38:58.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T19:58:20.572Z (over 1 year ago)
- Topics: android, kotlin, viewmodel
- Language: Kotlin
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.