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

https://github.com/saranomy/demoviewmodel

Demo of how to create ViewModel with LiveData on Android Kotlin
https://github.com/saranomy/demoviewmodel

android android-livedata android-viewmodel livedata-viewmodel

Last synced: 8 months ago
JSON representation

Demo of how to create ViewModel with LiveData on Android Kotlin

Awesome Lists containing this project

README

          

# DemoViewModel
Show how to create ViewModel with LiveData on Android Kotlin. The background process is done using SupervisorJob from Android Coroutines. Espresso test is also available.