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 🙂
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