jhowens89
jhowens89
Perhaps you could emulate [DispatchWorkSubject](https://github.com/akarnokd/RxJavaExtensions#dispatchworksubject) ([source](https://github.com/akarnokd/RxJavaExtensions/blob/3.x/src/main/java/hu/akarnokd/rxjava3/subjects/DispatchWorkSubject.java)) and also take in a subscriber count (defaulting to 1) as requirement for emission? I believe that would fulfill your requirements plus have the...
I was just poking around the Roxie github page so forgive me if I'm way off on what you're trying to accomplish, but would this suit your purpose? https://github.com/akarnokd/RxJavaExtensions/blob/master/src/main/java/hu/akarnokd/rxjava2/subjects/DispatchWorkSubject.java While...
I thought about going more programmatically or finding a place to sneak injects in early in the inflation process, but breaking the xml part of our toolset is a dealbreaker...
I've been really busy like @sockeqwe, but I've not forgotten about this thread. I hope to create a detailed post this weekend. I've been putting in a lot of work...
Sure @lgtout! Would you first mind describing your level of familiarity with Dagger terminology (like subcomponents, scopes other than singleton) so that I can avoid under or over explaining the...