How to refresh a GridView?

the GridView has an invalidateViews() method.

when you call this method: “all the views to be rebuilt and redrawn.”
http://developer.android.com/reference/android/widget/GridView.html

i think this is what you need:)

Leave a Comment