Display Twitter Timeline in Android ListView

2019-08-01 18:14发布

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 to do is display the updates at www.twitter.com/user (User will be hardcoded).

Thanks

1条回答
The star\"
2楼-- · 2019-08-01 19:08

You can use some dedicated library eg. Twitter 4j

查看更多
登录 后发表回答