Pal Pandi
Pal Pandi

Reputation: 123

Pull to refresh for horizontal listview in android

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

Answers (1)

ashakirov
ashakirov

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

enter image description here

Upvotes: 0

Related Questions