Sometimes it is the requirement of the program to add EditText programmatically. The following code can be used to add…
Continue Readingandroid
Create AlertDialog with Custom Layout Programmatically
As we discussed in the previous post about creating custom layout using XML layout. This post is about creating the…
Continue ReadingGetting source code from APK
Before proceeding towards explaining how to get source code from APK, we want to clarify that it is for educational…
Continue ReadingWhat is apk?
APK is acronym for Android’s Application Package which is used for installing the applications in Android devices. It is an…
Continue ReadingMath App – Android Application
To understand from how to get text input from UI to display output by handling Button click event, let’s create…
Continue ReadingCreate Activity – Android
Once you completed the installation of eclipse, integrated it with required plugins and have your AVD or physical device ready…
Continue ReadingDirectory Structure – Android Project
When you create any android project using eclipse, a directory structure is followed. At root the project name is present,…
Continue ReadingCreate Android Application Project
Creating Android Application Project for beginners is a hectic task. The reason is beginners don’t understand the jargon used in…
Continue ReadingWhat is Android?
Following its official release on September 23, 2008, Android has received tremendous response from the users worldwide. It started as…
Continue ReadingEclipse – For Android App Development
UPDATE: As per official documentation from Android, support for ADT and Eclipse plugin for Android has been stopped. If you…
Continue Reading