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