How to use NetworkImageView in a ListView

前端 未结 1 894
名媛妹妹
名媛妹妹 2021-01-25 03:24

I am new in Android and I got stuck on something. I have a LisView and I am trying to download images using NetworkImageView, but I can\'t manage to do it.

I have this

相关标签:
1条回答
  • 2021-01-25 04:12

    If you are trying to load image into ListView's item, you should do it in the Adapter's getView() method. Check this example. It should help you.

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