开发者

Android popup menu

I am making an Android app. I have a list of items displaying. I am looking to create a popup menu just like the one that pops up when you tap the avatar of a contact in the contact list. I have tried looking through the Android reference but can not find it.

Has anyone cr开发者_StackOverflow社区eated one of these popup menus? A link to the reference or a code sample is fine.

Screenshot of menu:

http://www.youchoob.org/pics/popup.jpg


What you are describing is called a 'Quick Action'. This is actually a user interface pattern - there isn't an existing widget or anything in the API for this. They discussed it at Google IO (See in this video here, at the 15:40 mark), and also there has been some discussion on how to implement it on stack overflow, specifically this question. If you start digging around (now that you know the name of what you are looking for) you might find more.


you can find "QuickAction" widget in

https://github.com/cyrilmottier/GreenDroid

below is a demo activity

https://github.com/cyrilmottier/GreenDroid/blob/master/GDCatalog/src/com/cyrilmottier/android/gdcatalog/QuickActionActivity.java


Please find the code OR framework from here :

http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/


The source code for the contacts is open source. You should look around here and see if you can find it.

https://android.googlesource.com/platform/packages/apps/Contacts

I'm looking now if I find it I will edit.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜