jfeinstein10 / JazzyViewPager

An easy to use ViewPager that adds an awesome set of custom swiping animations. Just change your ViewPagers to JazzyViewPagers, two more steps, and you're good to go!
Apache License 2.0
2.67k stars 812 forks source link

Wrong page indicated #17

Closed Blucreation closed 11 years ago

Blucreation commented 11 years ago

I have a listview which has multiple items, each item when clicked opens a new activity with a viewpager with multiple pages and the jazzy viewpager.

The issue i have is when i go into a new listview item the viewpager indicates the page the previous viewpager was on.

Now this is ideal when coming in and back into the current viewpager but should reset when i go to a new listview viewpager activity.

Does jazzyviewpager manage multiple viewpagers positions? or will i need to save the active page and set that each time i open the viewpager?

jfeinstein10 commented 11 years ago

JazzyViewPager handles this the exact same way a regular ViewPager would, so you will have to manage that yourself.

Blucreation commented 11 years ago

ok cool, cheers