Android Quick Actions UI Pattern

Posted by Jeremy Edwards on Stack Overflow See other posts from Stack Overflow or by Jeremy Edwards
Published on 2010-06-17T05:42:13Z Indexed on 2010/06/17 9:13 UTC
Read the original article Hit count: 996

Filed under:
|

I'm interesting in incorporating the Android UI pattern called "Quick Action". Basically, it's a context menu that doesn't cover up the data that is being acted on. I'd like to implement this but I cannot find an API to help me out or some sample code.

Note this UI pattern is discussed in the YouTube video, http://www.youtube.com/watch?v=M1ZBjlCRfz0 at time 15:35.

Does anyone have an implementation of this or know what google's standard for adding this to an application?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-ui