You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
All the images and text are reloaded when I scroll.
Sense I have to download all the data I wanted to avoid this "issue".
If I use if (convertView == null) { ... } else { vh = (ViewHolder) convertView.getTag(); } all the data is messed up , so I removed this part ( and works just fine ) but every time I scroll all the data is reloaded.
And while the data is downloading all the fields, images etc. are blank.