listView加快scroll

有时候我们的listView很多数据,但是加载的很慢

这时候你应该加入一个属性来提高

<ListView android:layout_height = "fill_parent"
android:layout_width = "fill_parent"
android:id = "@+id/android:list"
android:fastScrollEnabled = "true" ></ListView>

 

android:fastScrollEnabled = "true"

你可能感兴趣的:(android)