Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-singleton
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development. Singleton annotation can be put in other component and as long as the component alive the singleton annotated object will alive as well.
https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-singleton
android android-application android-kotlin androidarchitecturecomponets dagger dagger2 dagger2-android dependency-injection mojidra singleton-scope vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 11 days ago
JSON representation
Dagger 2 is one of dependency injection framework in Android that can provide us dependencies in a particular class. It’s probably the most used dependency injection framework in Android development. Singleton annotation can be put in other component and as long as the component alive the singleton annotated object will alive as well.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/android-kotlin---demo-dagger-2-singleton
- Owner: VaibhavMojidra
- Created: 2021-07-29T13:54:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T13:58:11.000Z (over 3 years ago)
- Last Synced: 2024-11-06T01:49:37.186Z (about 2 months ago)
- Topics: android, android-application, android-kotlin, androidarchitecturecomponets, dagger, dagger2, dagger2-android, dependency-injection, mojidra, singleton-scope, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Kotlin
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Kotlin----Demo-Dagger-2-Singleton
![Flow](https://github.com/VaibhavMojidra/Android-Kotlin----Demo-Dagger-2-Singleton/blob/master/screenshots/Flow.png)
![OutputBefore](https://github.com/VaibhavMojidra/Android-Kotlin----Demo-Dagger-2-Singleton/blob/master/screenshots/OutputBefore.png)
![OutputAfter](https://github.com/VaibhavMojidra/Android-Kotlin----Demo-Dagger-2-Singleton/blob/master/screenshots/OutputAfter.png)