43 skills found · Page 1 of 2
iammert / Dagger Android InjectionSample project explains Dependency Injection in Android using dagger-android framework.
janishar / Android Dagger2 ExampleThis project implements the dagger 2 in android for dependency injection
hoc081098 / GithubSearchKMM Compose SwiftUI🍭 GithubSearchKMM - Github Repos Search - Android - iOS - Kotlin Multiplatform Mobile using Jetpack Compose, SwiftUI, FlowRedux, Coroutines Flow, Dagger Hilt, Koin Dependency Injection, shared KMP ViewModel, Clean Architecture
deliveryhero / WhetstoneWhetstone is a dependency injection framework for Android that greatly simplifies working with Dagger 2 using all the powers of Anvil
yankeppey / MultipleAppModulesAn example how to use multiple application modules in one android project
techyourchance / Course Android Dependency Injection With Dagger 2No description available
evant / InjectedvmproviderSmall lib to use easily use Android's ViewModels with a depedency injection framework like dagger
duyp / Mvvm TemplateAndroid MVVM project using android architecture components along with Realm database and Dagger 2 dependency injection
Ezike / MyWeatherApp displays real-time weather updates for user's location and for other locations set by user. App uses MVVM with Repository pattern, dagger dependency injection, NetworkBoundResource, Navigation component, App widget, Alarm manager, and other Android JetPack components (Room, Viewmodel, Livedata)
IVIanuu / ContributerInject all types like views or a conductor controllers with @ContributesAndroidInjector
simonalveteg / Workout TrackerA Workout Tracker for Android written with Jetpack Compose using MVVM architecture, a room database and dependency injection with dagger hilt.
jerryOkafor / Android Kotlin BoilerplateThis project demonstrates Android Architecture Components (Viewodel, Livedata) and Dagger for dependency Injection in Kotlin
Ezike / MyWeatherKotlinFlowAndroid app that shows weather at your current location or any custom location you specify. Uses Kotlin Flow for data streaming and coroutines for asynchronous work. Also leverages Room, navigation component, Viewmodel and Livedata Jetpack components with MVVM presentation layer architecture. Dagger 2 with Dagger android for dependency injection
ArchitectAK / AndroidCleanArchitectureAndroid Project with clean android architecture contain Dagger, Retrofit, Retrofit, Android archtecture components, LiveData with MVVM architecture
prof18 / FilmaticFilmatic shows you some popular movies of the moment. The project is a playground application that I use to catch up with modern Android development. In particular, I've used it to learn modularization and Dependency Injection with Dagger and then Hilt.
Ezike / BakingAppBaking app that displays a list of recipes, and their ingredients with video lessons on how to make them. The app uses MVVM, Android architecture components, Material design with master-detail layout, Dagger, Exoplayer and Databinding. It also contains a home screen widget.
vashisthg / Simple Example Dagger AndroidExample repository displaying the usage of Dagger's new Android injection
yulu / DaggerSampleA collection and exploration on Dependency Injection on Android using Dagger 2 (google version)
ezralazuardy / Hilt🗡️ Dagger Hilt Dependency Injection & Data Binding implementation in Android
ShehabSalah / Movieapp Mvp Dagger2This project provide a basic Model-View-Presenter (MVP) architecture with the Dependency injection concept using Dagger 2 and Dagger-Android to externalize the creation of dependencies from the classes that use them.