Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a news feed like facebook for android? [closed]

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.

like image 244
youssef abaza Avatar asked Dec 04 '14 12:12

youssef abaza


People also ask

How do I get my Facebook news feed back to normal 2022?

Tap in the top right of Facebook. Scroll down and tap Settings & Privacy, then tap Settings. Tap News Feed under Preferences.


1 Answers

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/

like image 89
harishannam Avatar answered Oct 29 '22 03:10

harishannam