views:

50

answers:

3

I am looking for the right UI widget to use for this requirement:

When the user clicks a button, a modal list appears, the user clicks and item and then the focus is returned to the active Activity.

A: 

You could do that with a dialog. And you can customize the dialog with custom views as per your needs.

Some help on the dialog http://www.channels.com/episodes/show/6481543/Episode-8-The-Alert-Dialog

Pentium10
A: 

You should check AlertDialog and setSingleChoiceItems on this link

fedj
A: 

This sounds like a ContextMenu.

riotopsys