Presented at Coding Serbia conference 2014
Abstract:
First Android phone was introduced in 2008 and now Android is dominating the market by a large margin. In these six years demand for Android development skills has increased significantly and is followed by demand of good tools to support fast and sustainable development of more complex applications.
Introduction of Gradle build system for Android application opened door for automating development processes. This includes automated builds, test runs and code quality inspections. Adding the automated application builds distribution to this list enables the closing of the continuous delivery cycle.
This talk will show how to integrate Continuous Delivery into your Android development using available open source tools.