Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

I am not able to update data of grid view #51

@asatidada

Description

@asatidada

When i fist time set adapter in gridview object but when i update it with notifyDataSetChange gridveiw data not update

I remove by removeAllView so all view gone and not set again by adapter
gridview.removeAllViews();
customSpinneradapter.notifyDataSetChanged();
gridview.notifyDataSetChanged();
adapter.notifyAll();
This update and increse the no of view if it have more view then previous but not decrese if have less and also not change the data of any view

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions