Skip to content

ashishg-dev/recyclerview-databinding-viewmodel-livedata-retrofit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecyclerView with DataBinding using ViewModel, LiveData and Retrofit

Android Architecture Components are a part of Android Jetpack.

Some the Android Architecture Components are used.

1 - ViewModel: It manages UI-related data in a lifecycle-conscious way. It stores UI-related data that isn't destroyed on app rotations.

2 - LiveData: It notifies views of any database changes. Use LiveData to build data objects that notify views when the underlying database changes.

3 - Data Binding: It helps in declaratively binding UI elements to in our layout to data sources of our app.

Network Calls

Retrofit: Type-safe HTTP client for Android and Java by Square, Inc.

About

RecyclerView with DataBinding using ViewModel, LiveData and Retrofit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages