borislemke
borislemke

Reputation: 9116

How to understand and implement the Twitter API to make an Android Twitter client

So far, I have succeeded to authenticate my app. Now I want to know how to implement the codes to pull and display statuses, mentions, messages and etc. I am using the twitter4j library. Can somebody post a snippet of an activity that pulls and display timeline in a listview? Please dont link me to the twitter dev page or any example library, I just want somebody to post an EXAMPLE. By doing this, Im going to understand how the API works. Thanks..

Upvotes: 1

Views: 741

Answers (1)

David Olsson
David Olsson

Reputation: 8225

There are loads and loads of different examples. Just search for the different parts you want.

http://marakana.com/forums/android/examples/108.html marakana has several parts. Part 1, Part 2, Part 3, Part 4

Another example: http://davanum.wordpress.com/2007/11/21/twitter-client-for-android-how-to-make-xml-over-http-calls/

Upvotes: 3

Related Questions