
Android multimodule + MVP + Dagger 2
TLDR; Repo here: https://github.com/Aetherna/AndroidMultimodule/tree/master As I often use mutlimodule project with MVP I decided to...
Handling background work on Android
Losing context for our background tasks on changing orientation is a popular problem. Web is full of examples on how to handle this...