Closed mssaravanan closed 7 years ago
I'm not very sure. But I don't think you can use it in two layouts. That is because PageFlip depends on OpenGL and is writing for GLSurfaceView. The GLSurfaceView so far I know is designed to cover the whole screen instead of partial.
Of course, you can derive from the Android View class and implement a custom view to replace the GLSurfaceView. But I don't think there is different between them.
When I place the pages of the book, they are random and not in the order that I have set. Is there a solution?
I have the two layout in my activity . I want to implement the page flip. So can you give me the idea for implementing this library .