Developing for Samsung Galaxy Tab

So you are developing Android applications and you want to run your android application on a Samsung Galaxy Tab. Just create an AVD. Run AVD Manager and select Available Packages in the left panel Click Add ADD-on Site and enter the URL http://innovator.samsungmobile.com/android/repos
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 →