As per the requirement of applications, sometimes we need to provide a custom feature to the buttons of AlertDialog. For…
Continue ReadingMonth: March 2013
Create 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