2

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...

genpfault
  • 51,148
  • 11
  • 85
  • 139
Arslan Anwar
  • 18,746
  • 19
  • 76
  • 105
  • I'd guess OpenGL is pretty much mandatory for 'proper' curl effect but check Moss's answer [here](http://stackoverflow.com/questions/3912849/implement-page-curl-on-android/). If not a feasible solution for your needs, maybe it gives some idea for more proper/faster implementation once you get hold on OpenGL. – harism Apr 07 '11 at 10:51
  • 2
    Motivated by your post I started to experiment with curl effect. Take a look if you're interested in implementing your own renderer. It's very much unfinished but am looking forward to have 'proper' implementation one day. Also this is one of the very few OpenGL experiments I've never done so don't look my implementation 'too closely'. [GitHub Link](https://github.com/harism/android_page_curl). – harism Apr 11 '11 at 08:31
  • @harism: Great Thanks to you. I am really want to get start for this. I am sure This is the best example for all the people searching for page curl. No other example for android is want to share their code. The create videos and even don't allow to comment on that. I am sure if you create a blog for this. There will be thousands of like for that.:) If you like you to like to create a blog with the details of this. Means steps,techniques,algorithms,math,It will be helpful for the thousand of developers. Thanks again,If you can complete it then it will be more good. I am also trying to complete. – Arslan Anwar Apr 11 '11 at 09:31
  • Dear Harism, Please make your link as a answer. I will accept that answer. Thanks – Arslan Anwar Apr 27 '11 at 08:57

2 Answers2

7

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

Community
  • 1
  • 1
Arslan Anwar
  • 18,746
  • 19
  • 76
  • 105
0

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

Harshad
  • 7,904
  • 3
  • 24
  • 42
  • I have tried this one. No shadow , transparency, it is also slow. You can batter check it out here. [link](http://www.youtube.com/watch?v=Yg04wfnDpiQ) – Arslan Anwar Apr 07 '11 at 10:54
  • Sorry man!! not able to check it now. Youtube is not accessible. will check it later. – Harshad Apr 07 '11 at 11:13
  • @ Harshad,can you modify your link code to support many images? – pengwang Apr 11 '11 at 01:29
  • @Arslan your link is great.link i have given is little bit close to it just i dont know how they got effect on back page.otherwise shadow option is there. u can increase it in that code. @pengwang have not tried that still – Harshad Apr 11 '11 at 16:16
  • @Arslan you link is great but I cant find a way to download Tiffany api, can u help me ? – fredcrs Nov 25 '12 at 21:34