3

I am making an Android app and one of the activities in the app is a List Activity. I want the ListView to have the slide out options menu for the list items like you often see in apps like twitter:

Twitter Slide Out Options Menu

I thought I read a while back that Android had a feature like this included in the sdk, but I can't seem to find any documentation or tutorials on it. Part of my problem is that I don't know exactly what the feature is called. I have done quite a bit of searching, but I haven't come up with anything useful. I am hoping that someone with a bit of Android development experience has seen this before and could recommend a resource or two.

Thanks!

jbranchaud
  • 5,909
  • 9
  • 45
  • 70

1 Answers1

6

This question has been asked before. They're called quick actions.

Community
  • 1
  • 1
Bob Whiteman
  • 2,481
  • 2
  • 23
  • 27