-
Hi there we are developing an android app in Xamarin that needs to interface with square API's and since there are currently no plugins in Xamarin we are developing binding libraries per iOS and andro…
-
I had two separate applications, Dagger work fine if I run them separately. I am trying now to add the activities from second application as a dynamic feature module.
When I try to open the activity…
-
I have already tried all the approaches proposed before, but:
```
Task :app:kaptDebugKotlin FAILED
C:\Users\[directory]di\AssistedInjectModule.java:9: error: @AssistedModule's @Module must not incl…
-
I'm using this in my build.gradle file:
```
compileOnly 'com.squareup.inject:assisted-inject-annotations-dagger2:0.6.0'
kapt 'com.squareup.inject:assisted-inject-processor-dagger2:0.6.0'
…
-
Thanks first of all for the mocking idea.
However I found thatthe Activities/FragmentsBindingModuleForTest has to be synced up with the Activities/FragmentsBindingModule, saying if one project has do…
-
**Describe the bug**
Upgrade to 2.13.3 make app crash.
**To Reproduce**
A code sample or steps:
I use dagger2 to inject s3client.
Below is my code in AmazonModule(dagger module) to initialize C…
-
Hi.
I've tried this lib in iOS and got a question about problems people have with using subcomponents in multi-module projects in Android. This article is a good example: https://proandroiddev.com/us…
-
**Estamos contratando um Dev Android Senior 100% remoto.**
Nosso App de e-commerce já está em produção e atualmente tem 900K downloads e 200K usuários ativos por mês.
Precisamos de um dev que s…
-
Request not to mandate same names for assisted parameters. In my case, changing params to workerParameters fixed it but would be nice not to force same names.
InternalWorkerFactory.java:9: error: F…
-
## Current Implementation
Right now, The code uses `object` Singletons and static methods to access shared data and execute code e.g. [[1]](https://github.com/corona-warn-app/cwa-app-android/bl…