How-To: Android automatic build environment

After setting up your Android development environment, Developing an Android Application, and Created an Android Test environment it’s time to integrate your application and corresponding tests inside an automatic build environment. The steps to achieve this are: Create an maven proje
Continue Reading →

How-To: Automatic testing for Android Applications

After setting up your Android development environment, and Developing an Android Application it’s time to set-up a automatic Android Test environment. The steps to achieve this are: Choose a test technique. Creating a test project. Make the test. Run the test. I will use the Android a
Continue Reading →

How-To: Developing an Android Application

After setting up your Android development environment, it’s time you implement your first (simple) Android application. The steps to achieve this are: Creating a project. Create your user interface. Code the application. Run the application. I will make an Android application which wi
Continue Reading →

How-To: Android Development Environment

Several of my colleges asked me how you must set-up a Android development environment. So because after multiple requests I will explain how. Basically it is a matter of Check if your development environment meets the requirements. Download and install the Android SDK Install the Andr
Continue Reading →