-
**Issue**
The Project is quite good, but it is quite old
**Task**
I am planning to migrate the same project in new tech with clean Architecture.
Planing to create project with below Tech
- Kotl…
-
**Describe the bug**
I am working on a KMP project where we are using Koin for the DI framework. There is no issue with Koin and the KMP side of the project, but there is one with the Android side.
…
-
Pour moi il y a 3 options
- Dagger/Hilt
- Koin
- DI manuelle
Le choix a ultimement assez peu de conséquences étant donné la taille du projet, donc plutôt basse priorité
## Pros & Cons
- …
-
I recently migrated my dependency injections to Hilt, and this is no longer working for me. I tracked the problem down to `ScreenshotExtension` line 70. It was failing with this Exception:
`java.l…
-
public class ProfileFragment extends BaseFragment implements ProfileContract.View {
@Inject
public ProfileFragment() {
// Required empty public constructor for Injection
}
…
-
https://github.com/Sloy/android-dependency-injection-performance
Koin, Kodein, Dagger2を、それぞれJavaとKotlinで使った時のパフォーマンスを比較しています。
やはりコード生成しているDaggerは速いですね。
Koinに関しては、1.1.0で改善するようです
https://github.…
-
Realm library isn't compatible with Robolectric, so in order to run any android tests on the app, the realm code had to be disabled.
Defining a data layer boundary should fix that and any future is…
-
I managed to get the following packages installed
```
{
"name": "zb-demo-project",
"version": "1.0.0",
"scripts": {
"start": "zombiebox run",
"build": "zombiebox build all"
…
-
現在のプログラムではテストがありません。UnitTest や UITest を追加してください。
-
I was having trouble launching the gallery in cross-platform composition on the Android platform. My problem is that the fragment activity was not initialized when entering the screen with the `BindMe…