Skip to content Skip to sidebar Skip to footer

Facebook And Twitter Live Feed In Android Applications

I want show the live-feed of Facebook and Twitter in my android-applications. Just like in this page . espn.com. How to do that? Should i go for html , css in android.?? Thanks

Solution 1:

I think you should download the Facebook API and Twitter API and just create a nice regular layout of views that you populate with the data. E.g. a simple ListView or ScrollView that you add a template View with some text and image (if available in the post) using an Adapter. That way you could make it look excactly the way you want to and it's also quite simple. There are tutorials for how to use the API on the web sites https://github.com/facebook/facebook-android-sdk and http://apiwiki.twitter.com/w/page/22554648/FrontPage.


Post a Comment for "Facebook And Twitter Live Feed In Android Applications"