I'm using ListView in my project, it was doubling the values, until I put the ELSE of that condition:
if(convertView == null)...
else...
After this it stopped duplicating, but also stopped showing all 12 items, now showing only the first 2....
asked by
05.02.2017 / 00:13