You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey its a wonderful library . I am trying to implement it, but the library does not the show pages in sequence I declared in array. And when i go to previous page their is some other random page. I want to maintain the sequence just like a book. Can you help on this.
The text was updated successfully, but these errors were encountered:
This line is used to draw new page into a bitmap and then the bitmap will be passed to PageFlip to show, and here, you will see its function has a number parameter:
You can load the bitmap according to the number, number means which page will be showed, it could be an index of you bitmap array. With that, I think you will get the sequence pages to show.
Hey its a wonderful library . I am trying to implement it, but the library does not the show pages in sequence I declared in array. And when i go to previous page their is some other random page. I want to maintain the sequence just like a book. Can you help on this.
The text was updated successfully, but these errors were encountered: