Writing Styles and Themes on Android
Using reusable styles and themes to modify an Android application’s look is really easy and helps to not violate thy DRY (don’t repeat yourself) principle by typing styles in every single UI element again and again. In the following tutorial we’re going to write and apply some simple styles and a finally theme to a simple Android application. Prerequisites The following environment is needed to follow this tutorial … Java Development Kit 6 Android SDK An AVM with at least Android 2.2 / API Version 8 I recommend using Eclipse with the ADT Plugin installed ...