As application grows or while building an application for larger group, sometimes it is necessary to use a custom layout…
Continue ReadingProvide Selection from a list of options – Android
This post is second in series of tutorials to create and display an AlertDialog. Before starting this post, let us recap…
Continue ReadingCreate AlertDialog and Basic Usage – Android
Creating and displaying an AlertDialog depends on the use-case of the application. But, the way of creating and displaying depends…
Continue ReadingAdd EditText Programmatically – Android
Sometimes it is the requirement of the program to add EditText programmatically. The following code can be used to add…
Continue ReadingCreate 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 Reading