johannilsson / android-pulltorefresh

DEPRECATED This project aims to provide a reusable pull to refresh widget for Android.
2.47k stars 1.03k forks source link

programatically pull to refresh #94

Closed saldisobi closed 10 years ago

johannilsson commented 10 years ago

Hi thanks,

I think this would be best handled by extending the widget or calling prepare & onRefresh direct rather than having it as an implementation within it. The addHeaderView is only supposed to be added once which is within the init method and should not be needed iirc.