Closed lkorth closed 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.
Not the best solution, but it works well.
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?