Arslan Anwar
Arslan Anwar

Reputation: 18746

where to start for Page flip effect in android?

I have search a lot for page flip effect in android. I found some links. An example for flip without using OpenGL.

But I want to implement a 3D real page flip effect for android. same as This Or the effect you have seen in IReader for android. According to my search OpenGL must be use for this. I also search some framework that provide the alternative of OpenGL. But at the end I found nothing. So I am just want to start OpenGL for this. But I have never ever use OpenGL. Can any one help me for page flip? some useful link, tutorials, Starting up for OpenGL in android etc...

Upvotes: 2

Views: 8653

Answers (2)

Arslan Anwar
Arslan Anwar

Reputation: 18746

I am using this code. Its really really perfect for any one to understand and use. Thanks a lot to Harism

GitHub Link for Page Curl Animation in android With OpenGL

Upvotes: 7

Harshad
Harshad

Reputation: 8014

here is the one i tried today itself and works fine. code.google.com

Upvotes: 0

Related Questions