I want to create a button for my android application that on click action opens a drop down menu list.
Something similar the menu button of Go Launcher as this:

I don’t want to use Action bar; I read about the PopupMenu and PopupWindow but they are introduced only from API Level 11, and I want to support from API 4.
There is some simple method or library to implement these?
I found this library that does something similar:
NewQuickAction
It is simple to use and efficient!!