UsersNoteBook

A simple user contact book App build on MVVM pattern.

The App is using the Reqres Api as a data source.

Build With

  • Kotlin – Programming language for Android
  • Hilt-Dagger – Standard library to incorporate Dagger dependency injection into an Android application
  • Retrofit – A type-safe HTTP client for Android
  • Room – Database
  • Coroutines – For asynchronous
  • LiveData – Data objects that notify views when the underlying database changes
  • ViewModel – Stores UI-related data that isn’t destroyed on UI changes
  • Jetpack Navigation – Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app
  • Picasso – An image loading and caching library for Android

App still in development process…

GitHub

View Github