android-dagger2-mvp-rx icon indicating copy to clipboard operation
android-dagger2-mvp-rx copied to clipboard

Android Dagger 2.24 example (MVP, RX)

Android Dagger2 Examples (Rx & MVP)

An example project showing how to use MVP with Dagger 2 and RxJava. this project also have sample code for using Dagger with androidx.work.Worker

Dependency

Library version
Support Library androidx
Dagger Version 2.24

Changes

  • Added AndroidX Support
  • Updated to dagger2 2.24 release
  • Update the example for handle the login & logout
  • Update to support androidx.work.Worker with dagger