I want to post tweets directly from android applications. Is there any official Twitter android SDK like we have in facebook Please tell me how to achieve this
|
|
There is no official Android SDK for twitter, only 3rd party libraries. These are the Java based options twitter mentions . I've used T4J and Scribe professionally and though T4J does more out of the box, I recommend using Scribe + Jackson JSON parser. Scribe handles the hardest bit which is all the authentication code and Jackson is a fast, lightweight JSON > POJO processor. I think in reality given your question has so little detail or self directed research, all you are going to get here is opinion. There are several things to consider that aren't specified in your question that will determine your choice:
Other sources to consider:
5 minutes scanning the above results + determining your unsaid requirements will fit your brief: |
|||||
|
|
Kindly go through the following link: http://www.londatiga.net/it/how-to-post-twitter-status-from-android/ . This might be helpful for you |
|||
|
|
|
Yes, you can find Twitter APIs that you can use in Android apps. |
|||
|
|
