How to make a news feed like facebook for android?

youssef abaza picture youssef abaza · Dec 4, 2014 · Viewed 25.4k times · Source

I want to make an app with something like facebooks news feed it's going to be a text with an image below it that opens a new page, but I actually don't know what it's called so I can't search the internet for something that I don't know it's name, so if someone can tell me what is it called or how to make a news feed like facebook or a tutorial for the idea.

Answer

harishannam picture harishannam · Dec 4, 2014

This is basically a ListView and ListAdapter.

You have to alter the default ListView Layout as per your need.

As per your requirement, to achieve Facebook Layout, you can follow this resource link for help

http://www.androidhive.info/2014/06/android-facebook-like-custom-listview-feed-using-volley/