Skip to content Skip to sidebar Skip to footer

Listview Only Displaying Last Item Of Arraylist

I have a problem. Currently i'm using Lazyloading to load images and data into my listview using arraylist. However it only display the last item of the arraylist. Below is the Laz

Solution 1:

Remove the for loop and in place of i in data.get(i) use position


Post a Comment for "Listview Only Displaying Last Item Of Arraylist"