#android-app-development
Read more stories on Hashnode
Articles with this tag
Refactoring is perhaps a task that we, as developers, are doing the most. Often, we need to create a new type, whether to organize some data or...
As we've seen in this series of articles, setting the CI/CD for a project is not a small task, and it might take some time to complete it. But once...
As mentioned before in the previous lessons, it is a requirement from Google Play to perform the initial deployment of the app manually. We need to...
At this point, we are almost done with the setup. The only thing left is to add a trigger for running a GitHub Action and the action itself. The...
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...
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...