android-demo-app icon indicating copy to clipboard operation
android-demo-app copied to clipboard

This is a demo sample that shows MVP Dagger 2.x app in action with Retrofit, ButterKnife, Mockito 2.x, Rx Android, Jacoco, PIT and more.

Results 1 android-demo-app issues
Sort by recently updated
recently updated
newest added

appModule deprecated in dagger2 appComponent = DaggerAppComponent.builder() .appModule(new AppModule(this)) .build();