What is the simplest current example of how to update your twitter status from an Android Application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Although the actual code to send a tweet is simple using the Twitter4J library in Android :
However, a lot of preperation is needed before you’ll be able to succesfully execute these calls.
Take a look at a 30 minute guide to integrating Twitter in your Android application that covers all steps required to tweet from an Android app :
A sample project is included in the AndroidTwitterSample GitHub repository to get you started.