android-query, downloading images for a listView

后端 未结 2 351
时光取名叫无心
时光取名叫无心 2021-01-27 01:40

I\'m using android query to download an image in each element of a listview, and downloading thoses images is very, very, very slow (images far from heavy). I\'m like having an

相关标签:
2条回答
  • 2021-01-27 02:00

    i think you can use the ImageDownloader from here

    Multithreading scenario explained here

    0 讨论(0)
  • 2021-01-27 02:14

    Please see below Lazy Loading listview's source link for that, it may help you.

    Lazy Loading Listview

    0 讨论(0)
提交回复
热议问题