-
### Context
Version of Amazon Connect Chat SDK in the project - [1.0.1](https://github.com/amazon-connect/amazon-connect-chat-android/releases/tag/1.0.1)
Dependency injection framework - Dagger. No …
-
---
**From the maintainer Li Haoyi**: I'm putting a 3000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
---
This is a follow up issue to https://github.co…
-
**Hilt** Version: **2.36**
**Compose Project**
Android Studio **Bumblebee** | 2021.1.1 Canary 1
Build #AI-203.7717.56.2111.7361063, built on May 14, 2021
Runtime version: **11.0.10+0-b96-7281165 x…
-
**Is your feature request related to a problem? Please describe.**
The team is currently limited when creating test-only dependencies: either we need to blur the lines between modules by adding depen…
-
# Vanilla Dagger
- [x] Components must be abstract
- [x] Favor Constructor injection over member injection
- [x] Avoid unnecessary Provides methods and just constructor injection
- [x] Favor Bind…
-
https://developer.android.com/training/dependency-injection#kotlin
https://dagger.dev/hilt/
https://developer.android.com/training/dependency-injection/hilt-jetpack?hl=en
-
●Parcelize
https://developer.android.com/kotlin/parcelize
●Entity
https://developer.android.com/reference/android/arch/persistence/room/Entity
https://developer.android.com/training/data-stora…
-
## Description :scroll:
* Give a step-by-step tutorial in Kotlin along with a brief and clear explanation.
* Required Documentation or Video or Audio.
## Domain of Contribution :bar_c…
-
Google recently announced the new [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) dependency injection library for Android based on Dagger. Hilt tackles many of the "p…
-
For dependency injection - look at dagger android or dagger hilt https://joebirch.co/android/exploring-dagger-hilt-an-introduction/
Look at data binding - DONE - #47
look at storage over shared…