Skip to content

MVVM design pattren , Kotlin, RXjava, Retrofit, Dagger2

Notifications You must be signed in to change notification settings

kharisazhar/CountryMVVM

Repository files navigation

Build a modern Android App

CountryMVVM

MVVM Android architecture , Kotlin, RXjava, Retrofit, Dagger2

Simple Implementation latest technology for android developmemnt

  • MVVM architecture using the Google recommended Android Lifecycle Extensions
  • Dagger2 - for dependency injection
  • RxJava - as a reactive framework
  • [Retrofit[(https://square.github.io/retrofit/) - for remote server communication
  • Glide - for seamless image loading
  • Unit tests to test the application and make it stable and robust