Android Question Best method to load a feed of dynamic data?

Rams007

Member
Let's say you have a feed which is loaded dynamically so that when you scroll down more and more entries are loaded and the data in these entries as loaded on-the-fly from a server. The layout(UI) of each entry is the same, profile info and then whatever other info like their latest scores in a game of maybe trading info.

What's the best way to load each new segment(UI). So the display area is like a template where data is loaded from a server.

So say you create a template on an activity how would you load this template for each new entry as you scroll down the screen?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…