Dividing the module of a Monolithic Android app to realise multi-module application is considered as an important concern in recent Android development.
This session distils all the pitfalls and best practices in building a complex app and take a look at the usefulness of multi-module application and how we implemented Dependency Injection in our consumer app at Gojek(superapp.is)
Some of the highlight points of this session are :
Reintroduction to DI
Reintroduction to Dagger-Android
DI in single module projects
DI hotness in multi-module projects
Realise DI in multi-module projects using Dagger2