-
Hi,
from latest Google I/O you just presented the new `androidx.work.Worker` class, part of the new [WorkManager API](https://developer.android.com/topic/libraries/architecture/workmanager).
Sinc…
-
I have just started to test out Dagger2 on some sample projects and have noticed lack of support for Map similar to @ElementsIntoSet.
I got around this by defining a simple Pair class
```java
pub…
-
How do we add Module to `ActivityComponent`? Like some `ActivityComponent` needs `ActivityModule`, but some does not (like on this repo)