Display Twitter Timeline in Android ListView
I'm pretty new to Android development and would appreciate some help. All I want is to display a ListView showing a Twitter timeline. I do this in an iPhone app using MGTwitter but I've been trying and am not sure how to get the same effect on Android. I can use a list view, but I'm not sure how to get the updates.
In a nutshell all it has t开发者_StackOverflow中文版o do is display the updates at www.twitter.com/user (User will be hardcoded).
Thanks
You can use some dedicated library eg. Twitter 4j
精彩评论