Android AlertDialog with ListView is part of our awesome list post here. I usually do this when I have to give users more than three choices of action.
/*
* Show AlertDialog with a simple list view.
*
* No XML needed.
*/
public void alertSimpleListView() {
/*
* WebView is created programatically here.
*
* @Here are the list of items to be shown in the list
*/
↧