-
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 …
-
So why use dependency injection:
Dependency injection helps to provide (or inject) the parameters you might need to construct a class. This facilitates having to provide parameters for certain func…
-
## Possible implementation
```kotlin
// StorageRepository.kt
interface StorageRepository {
suspend fun uploadFile(uri: Uri, path: String): Result
suspend fun deleteFile(path: String): R…
-
Hello, I'm recently getting the following error:
- Workflow:
```Yaml
name: Build Release APK
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- us…
-
Hi there,
I have installed all the required dependencies as mentioned [here](https://github.com/marcnewlin/hi_my_name_is_keyboard?tab=readme-ov-file#dependencies). However, when I executed the pyth…
-
I am trying to rebuild an apk in android studio that I decompiled with jadx.
The apk depends on a deprecated version of the koin dependency injection framework.
I have tried adding current koin depe…
-
### Is your feature request related to a problem?
Much like the Android-gradle-groovy counterpart, CocoaPods and Podfile allow developers to hook custom Ruby scripts to the building process to automa…
-
**ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR BUGS DESCRIPTION.**
**Fill in the template. Issues that do not respec…
-
### Is your feature request related to a problem? Please describe.
In my use case, I want to share state between each `PageView` children, similar to how `ActivityViewModel` works in native apps. C…
-
Hilt is a dependency injection library for Android, i tried but without success.
How to integrate AA and Hilt?