0

I have a clickable FrameLayout and I want to display a few quick actions on top of it after a long press. I can create a QuickAction to pop out of it like the old Twitter app, but I'm not sure how to display it like the current one.

Old Twitter Newer Twitter

adneal
  • 30,484
  • 10
  • 122
  • 151
  • [How to Create QuickAction Dialog in Android](http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/) – Adil Soomro Sep 24 '11 at 09:44
  • Seems to be the same as [this post](http://stackoverflow.com/questions/7398184/twitter-for-android-like-swipe-to-side-quick-menu) which I answered [here](http://stackoverflow.com/questions/7398184/twitter-for-android-like-swipe-to-side-quick-menu/7462204#7462204) – Knickedi Sep 24 '11 at 10:31
  • @Knickedi I saw your post and I took a look at your toolkit before I posted this, but I'm not sure how to use it without a ListView. – adneal Sep 24 '11 at 21:27
  • Ah ok, well your right, it's tied to a listview. But since your showing a picture of a list here i assumed that's what you want ;-) – Knickedi Sep 24 '11 at 21:42
  • Actually, that's a great idea, I could provide a view group which will allow you to use that kind of stuff without a listview. That's briliant, thanks :-D I'll share my results when i make progress! – Knickedi Sep 24 '11 at 21:48
  • @Knickedi Yeah, that sounds perfect. Definitely let me know how things go. – adneal Sep 24 '11 at 23:38

1 Answers1

1

It's been a while but like I promised in the comment section:
Here's the Twitter like feature you were asking for which works without a list view.

You will find all information in my answer to Twitter for Android like swipe-to-side quick menu

Community
  • 1
  • 1
Knickedi
  • 8,742
  • 3
  • 43
  • 45