Reputation: 123
I have implemented pull to refresh in listview through this link . But i need to integrate the same think in horizontal list view.Any samples/ideas should be appreciable.
Upvotes: 3
Views: 1220
Reputation: 12360
For those who will need swipe to refresh thing for recyclerview with horizontal layout manager. I've implement it: https://github.com/ashakirov/Horizontal-SwipeRefreshLayout
Upvotes: 0