Skip to content Skip to sidebar Skip to footer

How To Use Networkimageview In A Listview

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 in onCreate

Solution 1:

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.


Post a Comment for "How To Use Networkimageview In A Listview"