Load asynchronous images in listView

前端 未结 2 1528

I want to load images from a server, AFTER loading the data in a list view. I know that a lot of topics existing for this problem but I haven\'t found the solution...

<
2条回答
  •  轮回少年
    2021-01-02 09:52

    You can use volley to improve in listview performance. Take a look at this simple example: Android Custom ListView with Image and Text using Volley

提交回复
热议问题