How I can launch a Twitter application from another Android application? For example, in my application I have some social buttons when I pushed the button of Twitter now gone to twitter page, but I want to launch the twitter application. How I can do that?
how can i launch a app form other on Android
77 views Asked by Gorka Corcuera At
3
There are 3 answers
0
On
You should use an implict intent.you can read about it in general here, and there is a more specific solution for you here
You need to use an intent, check here: http://developer.android.com/reference/android/content/Intent.html