I’ve implemented PopupMenu for a menu that is displayed after pressing an item on the ActionBar. I am wondering what alternatives there are for SDK versions before 11?
Possibly use something resembling a context menu. What are your thoughts?
My current implementation though, is to load a new Activity with the menu items.
As @sastraxi suggested, a good solution is using an
AlertDialogwithCHOICE_MODE_SINGLE.And the strings.xml file.
Reference: Adding a List