Currently, on clicking 'Delete List' from the optionsMenu in ListActivity, the list directly gets deleted without asking for confirmation from the user.
The aim is to-
Add a popup dialog that asks the user for confirmation; i.e. if they're sure that they want to delete the list or not.
Currently, on clicking 'Delete List' from the optionsMenu in ListActivity, the list directly gets deleted without asking for confirmation from the user.
The aim is to- Add a popup dialog that asks the user for confirmation; i.e. if they're sure that they want to delete the list or not.