Clipboard is a type of register where copied contents are kept by Android. If you require to keep some text…
Continue ReadingChange text of Google Plus SignInButton – Android
In an application which allows users to sign up and then use it, have a form containing a list of…
Continue ReadingListView using BaseAdapter – Android
The previous post, Create List Using ListView was about displaying an array of a list. It dealt with only one…
Continue ReadingJSON Parsing – Android
The last post XML Parsing using SAXParser was about parsing a web service providing XML. In this post we are…
Continue ReadingXML Parsing using SAXParser – Android
Webservices are one of the effective way of transferring information from server to mobile apps. The webservices may use XML…
Continue ReadingAndroid SQLite Database – Part 2/2
This is the second post in SQLite series. In this post we will create an app to perform insert, update,…
Continue ReadingAndroid SQLite Database – Part 1/2
When it comes to save data in an Android device then there are three ways to do it. Depending on…
Continue ReadingOverride Button of AlertDialog – Android
As per the requirement of applications, sometimes we need to provide a custom feature to the buttons of AlertDialog. For…
Continue ReadingCreate List Using ListView – Android
Update: Instead of using ListView now you should start using RecyclerView. If you are unfamiliar with RecyclerView then you can…
Continue ReadingCreate AlertDialog with complex custom layout programmatically
Sometimes we may have to create the AlertDialog with custom layout. But the custom layout needs to be created programatically.…
Continue Reading