2

I'm looking for a simple example of how to display data on a screen in the same way the Guardian app does (including the image on the left) that I'm pulling from a php page as shown in the screen shot below. I just can't find any examples on the internet that fit this description.

https://play.google.com/store/apps/details?id=com.guardian&hl=en

Sorry for what might seem like a simple question :)

James
  • 474
  • 4
  • 9
  • 22

1 Answers1

2

I think these should help.

On stackoverflow, amongst others:
SO - ListView and images, which also links to
SO - Lazy loading of images in ListView

External:
vogella.com - Android ListView and ListActivity - Tutorial
Ben's blog - Lazy loading of images in Listview

Community
  • 1
  • 1
Chilledrat
  • 2,593
  • 3
  • 28
  • 38