I want to insert a Twitter feed in my Android app.
I just don’t know where to begin, I have tried to Google it but I did not succeed.
I would like it to look almost look the same as the one in my mobile website, this one is made with jQuery:
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.
If you want to grab feed from user, the simplest way is to use Twitter Api and parse xml response with e.g SAXParser(built-in Android). After that you can populate database with this feed, and show tweets to user in ListView.
http://developer.android.com/reference/javax/xml/parsers/SAXParser.html
https://dev.twitter.com/docs