Android-Simple-Pull-to-Refresh
Android-Simple-Pull-to-Refresh copied to clipboard
Using the style created by Chris Banes, this is the easiest-to-implement Pull-to-Refresh possible.
Results
2
Android-Simple-Pull-to-Refresh issues
Sort by
recently updated
recently updated
newest added
I think better way to call LoadMore method is private boolean loadingMore = false; private boolean loadingAfterStop = false; ``` @Override public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int...