mrKlar / PagedDragDropGrid

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

Update view #7

Closed lkorth closed 11 years ago

lkorth commented 11 years ago

There are a few places where I'm modifying the data my adapter is using, and I wish to display this new data.

There doesn't appear to be any way to call notifyDataSetChanged() on the adapter or the GridView.

Any ideas on how to get the updated data to be displayed?

mrKlar commented 11 years ago

Yes you are right. I did not need to have an update that way in my project because the model can only be modified by the view.

We need to develop that feature. You can go on if you'd like because I dont have the bandwidth right now.

lkorth commented 11 years ago

Not the best solution, but it works well.