I have successfully completed this: http://www.sitepoint.com/loading-twitter-data-into-android-with-lists/ tutorial and have gotten my app to display tweets based on a search criteria.
What I want my app to do is display the timeline of a specific user.
From that tutorial I have replaced my get line with this:
HttpGet("http://api.twitter.com/1/statuses/user_timeline.json?screen_name=android");
I am getting no results in my listview.. I shouldn’t need to authenticate user name and password because all I want to do is display the timeline, not manipulate it.
If you are using Twitter4j this is pretty easy :
Sample taken from here