I am trying to implement dropdown menus in the action bar (the number of items can be very much at runtime). for example, a Google map.
how to implement it in android. here like the menu i'm looking for. If I click on the image button R, I want a drop down menu. similarly, if I press L, the left side menu should appear. any idea how to do this ?.
I do not want a moving one at all, I want a dropdown menu.

source share