droidcon NYC '19: Making a Mountain Out of a Module
droidcon NYC 2019 | Making a Mountain Out of a Module | Joe Birch and Ataul Munim
What you'll learn
As single module applications grow, you might start to feel the pain of a monolithic architecture. Not only can this affect the maintainability of your codebase but it can also affect the morale of your team. In this talk, Joe Birch and Ataul Munim discuss how clearly defined modules and clean code principles can help avoid painting yourself into a corner. You will learn how to create a fully-modularized Android application that follows the principles defined in Clean Architecture and you will walk away with the ability to identify the trade-offs between frameworks like Koin and Dagger.