Skip to content

Reload on scroll #199

@norm2016

Description

@norm2016

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions