3

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.

GrIsHu
  • 29,068
  • 10
  • 64
  • 102
Pal Pandi
  • 123
  • 1
  • 9

1 Answers1

0

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

ashakirov
  • 12,112
  • 6
  • 40
  • 40