A GridView has BaseAdapter derived class responsible for populating its children. It works fine.
I want to do something when the GridView is refreshed. In other words, I wish there was a method "addOnRefreshListner()".
It needs to accommodate API Level as low as 8 (Froyo).