开发者

How to build Quick Action Bar like in Contacts application for Android?

开发者 https://www.devze.com 2023-03-18 10:50 出处:网络
I am interested in doing my application similar to the contact apps where on click on the image pops up a small quick action menu(Not sure of the name). In that you get option to call them, email them

I am interested in doing my application similar to the contact apps where on click on the image pops up a small quick action menu(Not sure of the name). In that you get option to call them, email them or do similar activity. I too have a list 开发者_C百科view with a image in it. On click of the image I want to show a similar small action bar that will give quick links to users to navigate to my next activity. Please let me know how to do this. A quick sample will be good. Thank you for your time and help.


IMO GreenDroid is a full-featured UI framework, but if you just want the QuickAction in your apps, you can use this http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/ Just feel this way is simpler :D


The GreenDroid QuickAction is what you are looking for I think https://github.com/cyrilmottier/GreenDroid

0

精彩评论

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