├── .gitmodules ├── LICENSE.md ├── README.md ├── SAMPLES.md └── images ├── context_subclasses.png ├── dagger_dependency.gliffy ├── dagger_dependency.png ├── dagger_general.gliffy ├── dagger_general.png ├── dagger_qualifiers.gliffy ├── dagger_qualifiers.png ├── dagger_scopes.gliffy ├── dagger_scopes.png ├── dagger_subcomponent.gliffy ├── dagger_subcomponent.png ├── intellij_idea_add_sdk.png ├── intellij_idea_android_sdk_manager.png ├── intellij_idea_missing_dependency.png ├── intellij_idea_new_project_type.png ├── intellij_idea_project_details.png ├── intellij_idea_project_structure.png ├── intellij_idea_project_types.png ├── intellij_idea_welcome_screen.png ├── subcomponent_builders.gliffy └── subcomponent_builders.png /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/README.md -------------------------------------------------------------------------------- /SAMPLES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/SAMPLES.md -------------------------------------------------------------------------------- /images/context_subclasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/context_subclasses.png -------------------------------------------------------------------------------- /images/dagger_dependency.gliffy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_dependency.gliffy -------------------------------------------------------------------------------- /images/dagger_dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_dependency.png -------------------------------------------------------------------------------- /images/dagger_general.gliffy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_general.gliffy -------------------------------------------------------------------------------- /images/dagger_general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_general.png -------------------------------------------------------------------------------- /images/dagger_qualifiers.gliffy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_qualifiers.gliffy -------------------------------------------------------------------------------- /images/dagger_qualifiers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_qualifiers.png -------------------------------------------------------------------------------- /images/dagger_scopes.gliffy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_scopes.gliffy -------------------------------------------------------------------------------- /images/dagger_scopes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_scopes.png -------------------------------------------------------------------------------- /images/dagger_subcomponent.gliffy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_subcomponent.gliffy -------------------------------------------------------------------------------- /images/dagger_subcomponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/dagger_subcomponent.png -------------------------------------------------------------------------------- /images/intellij_idea_add_sdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/intellij_idea_add_sdk.png -------------------------------------------------------------------------------- /images/intellij_idea_android_sdk_manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/intellij_idea_android_sdk_manager.png -------------------------------------------------------------------------------- /images/intellij_idea_missing_dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/intellij_idea_missing_dependency.png -------------------------------------------------------------------------------- /images/intellij_idea_new_project_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/intellij_idea_new_project_type.png -------------------------------------------------------------------------------- /images/intellij_idea_project_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/intellij_idea_project_details.png -------------------------------------------------------------------------------- /images/intellij_idea_project_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/intellij_idea_project_structure.png -------------------------------------------------------------------------------- /images/intellij_idea_project_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/intellij_idea_project_types.png -------------------------------------------------------------------------------- /images/intellij_idea_welcome_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/intellij_idea_welcome_screen.png -------------------------------------------------------------------------------- /images/subcomponent_builders.gliffy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/subcomponent_builders.gliffy -------------------------------------------------------------------------------- /images/subcomponent_builders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rifkyprayoga/android_guides/HEAD/images/subcomponent_builders.png --------------------------------------------------------------------------------