I talk about the importance of faster builds and share tips to speed them up with Gradle and modularisation. Doing it right, you can change code in the business logic and run the tests for it in 2 seconds instead of 2 minutes.
Gradle Build Scans • Some additional information about the topic on the chart • Maybe some numbers or a background information about some insights • Here is just another placeholder text to visualise the look of a filled info box INFO BOX Agenda • Basic Android knowledge appreciated • Tips for beginners • Example for experts to maybe learn something new INFO
up, if done right. • Add smaller test app of a specific feature for very fast iterations. • Build and test them in parallel on CI. • Force developers to have a clear separation of concerns. • And all the other advantages … (Reusability, Maintainability, SOLID, …)