The last post XML Parsing using SAXParser was about parsing a web service providing XML. In this post we are…
Continue Readingandroid
XML 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 ReadingCreate AlertDialog with Custom Layout using XML Layout
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 Reading