Surekha
Surekha

Reputation: 31

Android connecting to Twitter

I'm learning Android and I'm trying to connect to Twitter and upload a photo in Android. How can I do this?

Upvotes: 3

Views: 1858

Answers (1)

Janusz
Janusz

Reputation: 189574

This question gives you a hint on how to use an Intent to start a Twitter application and use it to to post something. In this way the user don't have to give your program the twitter credentials.

If you want to connect to twitter yourself you can use one of the java twitter apis that are out there.

I hope this is a starting point. If you encounter more specific problems come back and we will be glad to answer them.

For a general howto on Android check out the hello world application and all the other tutorials on the android developer pages.

Upvotes: 2

Related Questions