SwipeDownToRefresh
SwipeDownToRefresh copied to clipboard
Where should we actually reload our data?
I easily got the swipe to refresh to work, but I can't seem to figure out where/when I should make the call to actually reload our data? Would it be in the ShowSwipeDown() method? Or in the public void OnScroll() method in the list? Somewhere else?
So, have you figured this out yet? I have the same question atm
I have figured it out. You should check whether the "Accumulated Delta Y" value is higher than 100 to perform the refresh.