johannilsson/android-pulltorefresh

GridView support

dmarcato opened this issue · 6 comments

Hi, this is fantastic but it only works for ListView... Would it be possible to adapt it for a GridView?
Thanks! :)

Hi,thank you! The current implementation depends onListView so I'm afraid this is not possible or planned at this moment.

The issue is that the GridView widget does not provide any addHeaderView method. This is pissing me off, as my app relies heavily on GridViews. Johan, have you thought on any trick that would solve this issue?

Hi @Amokrane there's a recently released library that has support for GridViewS, you might want to give that a try. Haven't looked at the source code (that much) for that project yet, but it might be possible to port that into this library as well.

Thank you so much for showing me this project. I almost added a refresh button to the actionbar in desperation.

Pull request welcomed though :)

I will seriously consider it, thanks :)