py - Pierre Yves Ricau
py - Pierre Yves Ricau
Interesting, though I'm not sure I'd want to look at sources for an alternative impl when investigating?
Interesting! This seems like something we might want to share, yet. However, we need to figure out how this differs from https://android.googlesource.com/platform/tools/adt/idea/+/refs/heads/mirror-goog-studio-master-dev/ exactly.
Still worth looking at 😉
I'd like to say yes, but I haven't looked at RoboSpice details yet so I do not have a firm opinion. If you want, we can try it the other...
Why not. We could always follow the QaT way and have different ways to do the same thing within the app. And it's also a good way to learn more...
Go ahead !
Yep. Note that a util method is available in https://github.com/square/mortar/blob/master/dagger2support => `Dagger2.get(getContext()).inject(this);`
You can safely remove the @Inject, unfortunately Dagger doesn't error out when there are two ways to provide a binding. Creating AboutStyler requires an activity instance, which isnt available in...
Nice fix, thanks!
Interesting, can you tell me more about your use case? This is a breaking API change so I'm hesitant, but it's also not commonly used so we can probably get...