ListView性能优化实例

ListView是Android中广泛应用的控件,尤其在展示大量数据时,如淘宝的商家和商品列表。手机屏幕空间有限,利用ListView可有效实现滚动展示。以下提供优化后的ListView代码示例,注释详细,便于理解。

zip
ListViewDemo.zip 预估大小:62个文件
folder
ListViewDemo 文件夹
folder
bin 文件夹
file
classes.dex 613KB
folder
res 文件夹
folder
crunch 文件夹
folder
drawable-hdpi 文件夹
file
img2.png 2KB
file
img3.png 3KB
file
img1.png 4KB
file
ic_launcher.png 6KB
file
img4.png 1012B
file
img5.png 4KB
folder
drawable-xhdpi 文件夹
file
ic_launcher.png 9KB
folder
drawable-xxhdpi 文件夹
file
ic_launcher.png 17KB
folder
drawable-mdpi 文件夹
file
ic_launcher.png 3KB
file
ListViewDemo.apk 268KB
folder
dexedLibs 文件夹
file
android-support-v4-003973e4cd7483b3c41f87f3458c543c.jar 206KB
folder
classes 文件夹
folder
com 文件夹
folder
demo 文件夹
folder
listviewdemo 文件夹
file
MainActivity.class 2KB
file
BuildConfig.class 351B
file
MainActivity$1.class 2KB
file
R$layout.class 440B
file
R$id.class 589B
file
R$drawable.class 556B
file
R$dimen.class 470B
file
PersonAdapter$ViewHolder.class 683B
file
R$attr.class 349B
file
PersonAdapter$1.class 2KB
file
R$menu.class 397B
file
R.class 703B
file
Person.class 1KB
file
PersonAdapter.class 3KB
file
R$string.class 481B
file
R$style.class 440B
file
resources.ap_ 56KB
file
AndroidManifest.xml 885B
folder
res 文件夹
folder
drawable-ldpi 文件夹
folder
values-v11 文件夹
file
styles.xml 334B
folder
menu 文件夹
file
main.xml 263B
folder
values-v14 文件夹
file
styles.xml 391B
folder
drawable-hdpi 文件夹
file
img2.png 3KB
file
img3.png 3KB
file
img1.png 5KB
file
ic_launcher.png 7KB
file
img4.png 2KB
file
img5.png 5KB
folder
drawable-xhdpi 文件夹
file
ic_launcher.png 12KB
folder
drawable-xxhdpi 文件夹
file
ic_launcher.png 24KB
folder
values 文件夹
file
strings.xml 229B
file
styles.xml 697B
file
dimens.xml 220B
folder
values-sw720dp-land 文件夹
file
dimens.xml 277B
folder
drawable-mdpi 文件夹
file
ic_launcher.png 4KB
folder
values-sw600dp 文件夹
file
dimens.xml 203B
folder
layout 文件夹
file
item.xml 2KB
file
activity_main.xml 446B
file
proguard-project.txt 781B
file
ic_launcher-web.png 50KB
folder
assets 文件夹
folder
gen 文件夹
folder
com 文件夹
folder
demo 文件夹
folder
listviewdemo 文件夹
file
BuildConfig.java 163B
file
R.java 3KB
folder
.settings 文件夹
file
org.eclipse.jdt.core.prefs 177B
folder
src 文件夹
folder
com 文件夹
folder
demo 文件夹
folder
listviewdemo 文件夹
file
Person.java 798B
file
PersonAdapter.java 4KB
file
MainActivity.java 2KB
file
.project 848B
file
.classpath 475B
file
project.properties 563B
file
AndroidManifest.xml 885B
folder
libs 文件夹
file
android-support-v4.jar 543KB
...
zip 文件大小:1.36MB