NikhilBhople / Clean_MVVM_Architecture

The repo demonstrate clean MVVM architecture with local data caching. (Shows the uses of MVVM, Kodein, RxJava, Retrofit, Room, MediatorLiveData, LiveData, shimmer loading effect)

Home Page:https://github.com/NikhilBhople/Clean_MVVM_Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean MVVM architecture

followed Clean MVVM Architecture patten,
Kotlin language is used to make app,
used Room for local database,
used Retrofit for API call,
used RxJava for background threding,
used Kodein for dependency injection,
used LiveData for observing data,
used MediatorLiveData for combining two LiveData
used Glide for image loading,
used shimmer library for showing loading shimmer effect
Junit, Expresso -> will do in next push

The repo will demonstrate

  • how to make MVVM Architecture,
  • how to make API calls
  • how to cache the API data to local database
  • how to refresh the local database
  • how to use MediatorLiveData
  • how to use RxJava
  • how to handle device rotation
  • how to decide, to fetch the data locally or form remote server
  • how to use ConstraintLayout layout
  • how to decoupled the code using Kodein(Dependency Injection)
  • how to expand and collapse RecyclerView item
  • and Much more..

About

The repo demonstrate clean MVVM architecture with local data caching. (Shows the uses of MVVM, Kodein, RxJava, Retrofit, Room, MediatorLiveData, LiveData, shimmer loading effect)

https://github.com/NikhilBhople/Clean_MVVM_Architecture


Languages

Language:Kotlin 100.0%