Skip to content

Android Architecture Components ViewModel is very useful when you want to provide and manage data for your UI (e.g. Activity or Fragment)

Notifications You must be signed in to change notification settings

thanhviet-ucan/ArchitectureComponentViewModel

Repository files navigation

ArchitectureComponentViewModel

Android Architecture Components ViewModel is very useful when you want to provide and manage data for your UI (e.g. Activity or Fragment)

Add dependencies

// Architecture components
implementation 'android.arch.lifecycle:extensions:1.1.1'
implementation 'android.arch.lifecycle:runtime:1.1.1'
annotationProcessor 'android.arch.lifecycle:compiler:1.1.1'

About

Android Architecture Components ViewModel is very useful when you want to provide and manage data for your UI (e.g. Activity or Fragment)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages