Android development primer: Know the AndroidManifest.xml
Enough programming. Let’s take a break and look into one of the vital components of any Android application, the AndroidManifest.xml file. Every Android applica...
Enough programming. Let’s take a break and look into one of the vital components of any Android application, the AndroidManifest.xml file. Every Android applica...
We saw that on creating an Android Application Project, a skeleton “Hello World” application is created. The “Hello World” module is always the first step to le...
I’m sure when you look at the Graphical Layout of any xml file in Android, what catches your attention more than the layout itself is the long list of elements ...
So now that you have a little idea what Android is all about, we will create our very first Android Project. Launch Eclipse IDE. Navigate to File->New->An...
Once you have set up the Android SDK and AVD in your system, I would like to take some time and provide you with a little description of the Android Platform so...
This is the first post on Android Application Programming and is hence aimed at walking you through setting up the Android Software Development Kit (sdk) and Ec...
In my last post, I showed you how to set up Android SDK using either ADT Bundle or SDK Tools in your system. So technically you have all the pieces of the puzzl...