Quick actions
It works like this:

-
The user taps a distinct visual target and…
-
… a quick actions pop up is layered over the current screen containing the most important and obvious actions that can be performed.
-
The user selects an action that will be executed directly, or after a confirming in a dialog.
Use when
A quick actions pop over can be used when you want to provide actions for items that have competing internal targets. It has to be triggered from a distinct visual target, so the user knows that there's something he can do with it. Make sure the pop over is not blocking the screen like a traditional dialog, but popping above or below the item. Only use the most important and obvious actions in the quick actions pop over. For other contextual actions you can choose to add a context menu.
Don't use quick actions when multiple selection is supported, like in Gmail. Use a button bar in that situation instead.
The Good
- Minimally disruptive to screen content
- It's fast
- It's fun
- Its user friendly (oscar)
The Bad
- Visual targets can be hard to notice
- No build-in widget; text must be short. (Clinton)
- limited number of items can be displayed (Rinat)
Examples


Samsung Galaxy S Contacts





TaskKiller Free

9 Responses to Quick actions
But, how to implement this QuickActions for an apk?
We are considering a way to get some code in, or link to code. But since we are designers, we need developers to help us create an open platform to do so. We’re working on it!
tutto cio e’ molto carino da vedere, ma senze codice serve a poco. per codice intendo anche pseudo codice, non e’ essenziale che sia compilabile
aggiungo, con un po di codice, diventerebbe veramente interessantissimo.
Hi, it would be nice if you guys made, at least, the GUI templates you use for your tutorials available for others to use
Here’s a link to a toolkit in which you can find all templates: http://www.androidpatterns.com/how-to-make-a-pattern-and-get-it-on-androidpatterns-com
Some advice on implementing this behavior can be found here:
http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
Hi guys.
First of all, great page – I`m an Android developer and sometimes I don`t remember or don`t know how something looks like.
Second of all, the proper name for this pattern isn`t QuickAction but QuickContactBadge – as it`s said on developer Reference.