LoopingViewPager
LoopingViewPager copied to clipboard
Problems occupying a "PagerAdapter" class, to support more than one page at a time
Hello, thanks for the library. I am an Android developer, currently I have a problem when using your library with a class that extends PagerAdapter, my intention is to make a ViewPager that shows 3 pages at the same time, having the same loop effect. The problem is that I don't get the same behavior from the LoopingViewPager when I have more than one page showing at the same time
To get more than one page showing I use the "getPageWidth" method inside an adapter class that extends from "PagerAdapter"
Le agradecería mucho su ayuda para lograr este comportamiento and make this library more dynamic for users. Thanks!