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
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.
You may like these posts
Post a Comment for "How To Use Networkimageview In A Listview"