I have seen a fair number of apps use Quick Actions as an access point for key functions. Is there a “time and place” for it? When would you choose Quick Actions over a context menu and vice versa?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would try to use wherever is possible the new design patterns. That would mean the Contextual Action Bar:
http://developer.android.com/design/patterns/selection.html
It looks like Android changes the design patterns every year because the “Quick Actions” pattern was recommend on July 2010 according to this presentation:
http://www.slideshare.net/AndroidDev/android-ui-design-tips
But as I said, I would go with the new ICS design pattern. You can use the Sherlock ActionBar for backward compatibility:
http://actionbarsherlock.com/