-
Dagger-reflect fails to inject objects with methods that have Android classes in their signature and that are not available in runtime.
For example:
```
class ExampleAndroidDependency @Inject c…
-
LifecycleOwner is a lifecycle aware option for Services. There is a base class LifecycleService which manages this, or you can implement LifecycleOwner and use ServiceLifecycleDispatcher
See https…
-
AssistedInject only works for construction injection.
Dagger on the other hand is able to inject stuff after construction with `*_MembersInjector` for some `@Inject lateinit var dep: Dependency`.
…
-
Hi, I've been following your article as I'm about to start working on an opensource project to make an android app that displays songs for musicians. Its a complete rewrite of an existing app that ha…
-
Feature requests for property injection have been made several times in the past and they were always closed. However, now that we have support for required properties in C# I think it would make perf…
-
i was successfully using mosby2 for a long time now and changed to mosby3. at runtime the presenter cannot be created. Tested on Oreo api 26 emulator xxhdpi.
Here are the dependencies:
**imp…
-
### All of the following criteria must be met
- [ ] Full ``Latest.log`` file included. If no file exists then leave this unchecked and state so.
### All of the following are optional to answer
- [ …
-
Hello, firstly thank you for sharing your great plugin with us.
Simple question; is there any way to access all notification when OnNotificationOpened event raise?
For example; I am sending mu…
-
Hi, I am trying to migrate to `Clean Architecture`.
I have application which is made in standard way, I tried to decouple, but still a lot of stuff happens in `Activities` and `Fragments`.
Example…
CROSP updated
8 years ago
-
So we've actually tried to use this with our android project, in a common android application you would have many activities and fragments. It seems you need to add an inject method for each of those …