Load asynchronous images in listView

前端 未结 2 1509

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:43

    There is a lot about this here on SO.. asynchrnous loading like that is called "Lazy Loading"

    https://github.com/thest1/LazyList

    for full implementation of such a process with list

    For loading images in general i recomend this :

    https://github.com/nostra13/Android-Universal-Image-Loader

提交回复
热议问题