23

Is there any code that gives an example about how to implement the Quick Actions and Popdown menu that is displayed in the Twitter for Android app?

Rich Schuler
  • 41,814
  • 6
  • 72
  • 59

1 Answers1

29

Funny you should ask that as I just have happened to finish working on this exact thing. You can check out the code here simple quickactions for android

Rich Schuler
  • 41,814
  • 6
  • 72
  • 59
  • 2
    Ok. Two things. 1) Thank you so much for this code, you are the MAN! 2) You really posted a question and an answer to yourself? Really? – CaseyB Jun 24 '10 at 20:41
  • 9
    Yea, it was the only way I could think of to get it out there to people who would want it. :) – Rich Schuler Jun 24 '10 at 21:33
  • That's some good work though! I have already brought it into a little test app I was working on! Thanks! – CaseyB Jun 25 '10 at 04:23
  • 2
    EPIC! and hilarious question/answer! – providence Mar 21 '11 at 03:42
  • +1, this helped me a LOT to build popup menus - I'm having problems enhancing it to add sub-menus though, getting all sort of nasty "android popupview token android.view.ViewRootXXXX is not valid; is your activity running?" exceptions when trying to show the sub-menu... – Guillaume Dec 02 '11 at 00:45