-
---
**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…
-
Some things to include:
* Required tutorials:
* Android development with Android Studio
* RxJava tutorial / videos
* Basic dependency injection with Dagger 2
* Git and Github tutorials…
-
# 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…
-
**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…
-
## 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…
-
## 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…
-
●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…
-
https://developer.android.com/training/dependency-injection#kotlin
https://dagger.dev/hilt/
https://developer.android.com/training/dependency-injection/hilt-jetpack?hl=en
-
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…
-
I'm working on a feature that utilizes ML Kit Translation, and since this feature is only available for a specific country, I've moved the implementation for this feature along with ML Kit dependency …