mrKlar / PagedDragDropGrid

An Android ViewGroup that implements a paged grid with drag'n'drop moveable items
406 stars 185 forks source link

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

Open asatidada opened 10 years ago

asatidada commented 10 years ago

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

asatidada commented 10 years ago

Please help me i am in trouble i am not able to update view on page

edward-king-star commented 8 years ago

I have the same problem when trying to update data set of the grid. Actually the "notifyDataSetChange" function just adds the items if it finds new item.