Skip to content

Commit d0712b1

Browse files
authored
Adds dependency injection libraries for android
Adds dependency injection libraries for android development
1 parent 5d93499 commit d0712b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,16 @@
349349
9. [LiquidSwipe](https://github.com/Chrisvin/LiquidSwipe):LiquidSwipe is a viewpager library that can be used to make awesome onboarding designs
350350
10. [Why Not! Image Carousel](https://github.com/ImaginativeShohag/Why-Not-Image-Carousel) : An easy, super simple and customizable image carousel view for Android.
351351

352+
## Dependency Injection(DI) Libraries
353+
354+
1. [Dagger](https://github.com/google/dagger)
355+
: A fast dependency injector for Java and Android.
356+
2. [Hilt](https://dagger.dev/hilt/)
357+
: Hilt provides a standard way to incorporate Dagger
358+
dependency injection into an Android application. It simplify dagger 2 implementation for android.
359+
3. [Koin](https://github.com/InsertKoinIO/koin)
360+
: A pragmatic lightweight dependency injection framework for Kotlin developers. Koin is a DSL, a light container and a pragmatic API
361+
352362

353363

354364

0 commit comments

Comments
 (0)