omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
963 stars 218 forks source link

can it refresh when scroll to bottom automatically? #32

Closed ehaahe closed 8 years ago

ehaahe commented 8 years ago

when scroll to bottom,can it refresh automatically?

encku commented 8 years ago

@ehaahe you can call in getView method for bottom refresh for example

in getView or you can use delegate

if(position == list.size()){ bottomRefresh(); maybe }