You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,16 @@
349
349
9.[LiquidSwipe](https://github.com/Chrisvin/LiquidSwipe):LiquidSwipe is a viewpager library that can be used to make awesome onboarding designs
350
350
10.[Why Not! Image Carousel](https://github.com/ImaginativeShohag/Why-Not-Image-Carousel) : An easy, super simple and customizable image carousel view for Android.
351
351
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
0 commit comments