Continuous Integration & Delivery for Android using GitHub Actions
When it comes to developing Android Apps, there's so much more than building features. We need to think about the entire development process, from checking our code functions to making it available to users on application stores. While we can manually handle all of these tasks this puts extra responsibility on our developers, opens up room for error and doesn't scale well as our team grows.
In this book, learn how we can use GitHub Actions to introduce Continuous Integration and Delivery into our Android projects. With its low effort and extensible API, we have complete control to create workflows that suit the needs of our projects. You'll learn how to automatically run Unit and Instrumented tests, build signed releases and deploy them to app stores all from within GitHub. You'll also explore topics that demonstrate how to build scheduled workflows (for nightly releases) and run various other checks and validation in pull requests. If you're ready to level up your Android Development workflows, GitHub Actions will help you get to that next level.
380 Page eBook with project source code