dagger-android topic
DaggerAndroidMVVM
Demonstrates using Dagger 2.11+ in MVVM app with Android Architecture Components, Clean Architecture, RxJava
android-dagger-butterknife-mvp
Simple application using Dagger Android (2.11-2.17), Butterknife (8.7-8.8), and Model-View-Presenter (MVP) with support for Singleton, Activity, Fragment, and child Fragment scopes written in Java and...
Dagger2-Sample
A sample app to demo how to implement dagger in Android using Dagger Android Support library
JetPackHiltDemo
This is a demo app built using 'Hilt' a new dependency injection framework for Android.
Android-Paging-3-with-MVVM-Retrofit-and-Flow
The repo shows details on how to use paging 3 with retrofit and LiveData/Flow. The repo also follows Mvvm architecture with Dagger Hilt
Dagger2-Tutorials
Series of tutorials for learning Dagger2, including dagger hilt, dynamic feature, dagger-android, dependent components, subcomponents and more
Simple-Note-App-with-Online-Storage
[Depricated] ✍️ Simple Note Making App use Sqllite Room 🧰 for caching the notes and 📥 Firebase Database for online storage
Simple-Notes-Kotlin-App
[Depricated] ✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
DaggerAndroidKotlinSampleApp
Kotlin implementation of DaggerAndroidSampleApp repo
DaggerAndroidMVP
Demonstrates using Dagger 2.10+ in MVP app that follows Clean Architecture, RxJava 2, RxRelay