Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QuickActions like the Twitter app

Tags:

I want to add Pattern 6: QuickActions from android's blog to my app.

Any code snippet?

Anyone try to do it already?

Should this work on android 1.5?

like image 675
Macarse Avatar asked Jun 02 '10 13:06

Macarse


People also ask

Is Twitter web app for Android?

Twitter's mobile web app is a fantastic lightweight Twitter experience | Android Central.

Why is Twitter app not working?

Clear the app's data From your device's home screen, tap the Settings icon. Select Applications. Select the Twitter app, scroll down and tap Clear Data. If you've cleared your data but are still experiencing the issue, try turning your phone off and then on.


2 Answers

I just found this question right after I posted my own question/answer. Here's the code I developed for this. http://code.google.com/p/simple-quickactions/

like image 51
Rich Schuler Avatar answered Sep 20 '22 17:09

Rich Schuler


I also have been searching for this and found someone through the wave of the Google IO session who has implemented such thing.

He posted the code on GitHub. I just tested it, and it works just great!

You'll also need some ressources from the project (drawables, styles..).

like image 24
Hameno Avatar answered Sep 18 '22 17:09

Hameno