1

I have an ListView activity where I have row of elements, & I need to achieve ViewPager like effect on swiping right or left.

I have heard that ViewPager cannot be used as rows inside a listview Source: ViewPager inside ListView

So, how do I implement Viewpager like effects on swiping right or left on a row item in listview?

One hack I found was provided by Dallas Gutauckis Link: http://dallasgutauckis.com/2013/04/30/android-putting-a-viewpager-inside-a-listview/

Community
  • 1
  • 1
Meeth
  • 81
  • 7
  • [Listview Android swipe](https://www.google.co.in/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=listview%20android%20swipe) for your reference. – Gunaseelan Jul 07 '14 at 05:17
  • @Gunaseelan The effect provided in your reference is swipe to dismiss. I need viewpager like effects on swiping. – Meeth Jul 07 '14 at 05:20
  • Update : This can be solved using a recyclerview – Meeth Aug 19 '17 at 13:28

0 Answers0