Dagger 2.11 setup with dagger-android module demonstrating using custom scopes with ButterKnife.
This project is based on the excellent sample project https://github.com/vestrel00/android-dagger-butterknife-mvp
- master
Uses regular Activity and Fragment classes with a minSdkVersion of 17.
Based on master. Replaces @Subcomponent
s with @ContributesAndroidInjector
, new in Dagger 2.11.
Based on replace-Subcomponents-with-ContributesAndroidInjector. Uses Android Support library to extend support from API 17 to 14.
Based on replace-Subcomponents-with-ContributesAndroidInjector. Implements MVP pattern.