GitHub / SundaramKrishna / Android-Architecture-Components---ViewModel-Simple-Example
This sample is for understanding the View Model component from AAC
Stars: 2
Forks: 0
Open issues: 0
License: apache-2.0
Language: Java
Size: 126 KB
Dependencies parsed at:
4
Created at: over 6 years ago
Updated at: 5 months ago
Pushed at: over 6 years ago
Last synced at: 4 months ago
Topics: andrioid, androidarchitecturecomponets, databinding-library, java
app/build.gradle
maven
- android.arch.lifecycle:extensions $lifecycle_version implementation
- com.android.support.constraint:constraint-layout 1.1.3 implementation
- com.android.support:appcompat-v7 28.0.0 implementation
- junit:junit 4.12 testImplementation
build.gradle
maven