My little project is made of 3 modules: a parent Maven project – for keeping things together, an Android project for the application logic and ui and an Android project for running integration tests with Robotium. In some cases (e.g. you want to have a common base code and then 2 different ui implementations for [...]
Continue ReadingI’ve recently started working on a new Android project and my first task was to set up a continuous integration and testing environment. For a normal java project, this is not such a big deal. For Android however, I found out that’s not the case…or maybe it’s just me So let’s start with the basics [...]
Continue Reading