lory105
lory105

Reputation: 6312

create drop down menu on click of an image

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:

enter image description here enter image description here

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?

Upvotes: 1

Views: 3017

Answers (2)

rana_sadam
rana_sadam

Reputation: 1226

I found another library which is perfectly suitable for this task.

DroppyMenu

Very Simple to use and have support of adding custom view in menu

Upvotes: 0

lory105
lory105

Reputation: 6312

I found this library that does something similar:

NewQuickAction

It is simple to use and efficient!!

Upvotes: 1

Related Questions