Sometimes it is the requirement of the program to add EditText programmatically. The following code can be used to add…
Continue ReadingMonth: January 2013
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 Reading