6

I'm currently looking for a possibility to implement a pull to refresh GridView.

Does anybody have a clue if there's a complete custom view like the one in How to implement android pull to refresh

Community
  • 1
  • 1
schlingel
  • 8,560
  • 7
  • 34
  • 62

1 Answers1

12

Chris Banes released a library recently based on Johan Nilsson's library that implements a PullToRefreshGridView widget. I have tried it and it perfectly works!

Amokrane Chentir
  • 29,907
  • 37
  • 114
  • 158
  • Hm, on my Wildfire (Android 2.1) the divider lines in the listview are kept blank sometimes. But the gridview works as expected! Thank you very much. – schlingel Nov 30 '11 at 09:06