My talk at DevFest Mumbai 2019
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 :
1. Reintroduction to DI
2. Reintroduction to Dagger-Android
3. DI in single module projects
4. DI hotness in multi-module projects
5. Realise DI in multi-module projects using Dagger2