eschao / android-PageFlip

3D Style Page Flip on Android
Apache License 2.0
1.74k stars 262 forks source link

Navigating to a specific page #57

Open JoysonF opened 4 years ago

JoysonF commented 4 years ago

Is there a way, where i can directly navigate to page no. 'X' ? where x is a number within the range of the array defined. Or make auto swipe with a delay?

eschao commented 4 years ago

Switching to the specific number page means you need to manually prepare the desired page content in a bitmap and set it as the next texture in the PageFlip. When you flip it on the screen, the next page content is your expected.