A step-by-step tutorial for continuous integration with Jenkins for a Red Hat Mobile Native Android application: Part 1
The dramatic influx of mobile application development has driven many new innovations that make it easier than ever to create compelling, flexible, and secure applications. This two-part series details my work done at Red Hat’s Open Innovation Labs to capture these mobile innovations in a useful, repeatable way. In part one of this two-part series, I break down the steps to create and unit test a native android application using Red Hat’s Mobile Application Platform. In part two, I show how Jenkins can be used to automate continuous integration and unit testing of that Mobile app.
This post was originally published on the Red Hat Services blog.
PART 1
Part 1 of this series covers the creation of a native Gradle Android application, shows how to add unit and instrumentation tests specific to Android.
Pre-requisites for this tutorial:
- Red Hat Mobile Application Platform Instance
- Android Studio set up on a development machine.
The following are the topics covered in today’s post and the video below:
- Creating an Android Application using RHMAP
- Creating an Android Unit test and Instrumented test
- Adding an Android Unit Test
- Adding an Android Instrumented Unit Test
Continue reading “A step-by-step tutorial for continuous integration with Jenkins for a Red Hat Mobile Native Android application: Part 1”
