Articles in this series
Intro to Continuous Integration | Continuous Delivery for Android Devs ยท One of the things computers are best at is performing repetitive operations over...
Google Play Developer Account The first thing that is required to set up the CI/CD for Android is creating a Google Play Developer Account so that the...
The standard way to deploy an Android application is to publish it on Google Play Store. There are alternative stores like Samsung and Huawei, but...
As we have discovered in the previous section, once we create (or log in to an existing) Google Play Developer Account, we will land on a page that...
One of the requirements to run an app on a device or emulator, or deploy it to the Google Play Store is the signature. An app must be signed with a...
Disclaimer: This course assumes you are using GitHub and walks you through setting up Actions for the repository on GitHub. If you happen to use a...