How to create a Custom Dialog box in android?

Here I have created a simple Dialog, like: custom_dialog.xml You have to extends Dialog and implements OnClickListener How to Call Dialog ? Updates After a long time one of my friends asked me to make a curved shape dialog with a transparent background. So, Here I have implemented it. To Make a curved shape you need to create … Read more