AlertDialog in android

A dialog is a small window which is displayed above the main UI, in a part of the screen. It normally requires users to take an action before they can proceed (e.g. confirm an action, select an option, read alert message, etc.). An AlertDialog has three regions:- This code below will display an AlertDialog with … Read more