p1

Getting Started with Android Programming

When ever i start with new programming language i always start with getting a popup box or alert box. So in this tutorial will see how to get a popup message in an android application. Here are some pre-requisites that are required for running an android project: Android-SDK ADT Eclipse Basic Java Knowledge In this project we will be creating a TOST(a popup message)

Read more
p1

Applying HOLO theme to android

When i started my development in android, i always used to wonder how to modify the UI, how can i make it better or how will it look nicer. As am a web developer i always want the UI to be good looking.... So after roaming around on internet i could found few styles provided by android 3.0+ and some from custom framework like "Action Bar Sherlock". Today will use HOLO theme provided by android

Read more