Closed Blucreation closed 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?
JazzyViewPager handles this the exact same way a regular ViewPager would, so you will have to manage that yourself.
ok cool, cheers
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?