Android page Curl animation

Posted by Meymann on Stack Overflow See other posts from Stack Overflow or by Meymann
Published on 2010-06-10T14:57:01Z Indexed on 2010/06/10 15:02 UTC
Read the original article Hit count: 1804

Filed under:
|
|
|

Hi... Two questions:

  1. Is there a simple way to do the Curl page flipping animation? A Curl animation is animation of pages flipping, including the page above rolling and the shadows over the lower page.
  2. What is the recommended way to do a "gallery" that displays two pages at a time (just like a book)? Is it:
    1. Letting the adapter display a linear layout of two images at a time? (it won't let me show a page flipping over the other like a book)
    2. Using two pages, placing somehow one near the other, and then when it's time to animate -move the next two pages over? What is the better way that would enable displaying the left page flipping over the right page?

Thanks

Meymann

© Stack Overflow or respective owner

Related posts about android

Related posts about animation