我正在寻找一个如何在屏幕上显示数据的简单示例,就像Guardian应用程序一样(包括左边的图像)我从php页面中提取,如屏幕截图所示下面。我在互联网上找不到符合此描述的任何示例。
https://play.google.com/store/apps/details?id=com.guardian&hl=en
抱歉看似简单的问题:)
答案 0 :(得分:2)
我认为这些应该会有所帮助。
在stackoverflow上,其中包括:
SO - ListView and images,也链接到SO - Lazy loading of images in ListView
外部:
vogella.com - Android ListView and ListActivity - Tutorial
Ben's blog - Lazy loading of images in Listview