Basic implementation of CI & CD in Android development

This post was originally published on this site

Apium Hub

CI & CD is a software development practice most mobile developers in team projects use daily, however, most times the Version Control practices (or git branching strategy) as well as the automated testing/deployment is already established and will only require small changes if anything. On the other hand, when working on individual or personal projects setting up our own CI & CD pipelines can seem overkill if not with a learning motive or client requirement.

As a result, many mobile developers might feel like CI & CD falls outside their fields of expertise, and perhaps without the use of a mobile DevOps platform this might be the case, but mobile CI & CD automation has never been easier through the use of these platforms.

This article will not focus on CI & CD as a concept but on an overview of the implementation of CI & CD through a mobile

To read the full article click on the 'post' link at the top.