Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 714 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 714 Bytes

MVVM_User_App

This is an Android Application based on MVVM Architecture that uses Random User Generator Api for fetching data.

Built With

  • MVVM Architecture
  • Dagger2
  • Modern Splash Screen
  • Retrofit (for API Calling).
  • Facebook Shimmer Layout.
  • Sealed Classes
  • Glide for image
  • Kotlin Coroutines.
  • Network Availability
  • Paging
  • Ktor

Benefits of using MVVM Architecture

  • Your code is decoupled.
  • The package structure is even easier to navigate.
  • The project is even easier to maintain.
  • Your team can add new features even more quickly.