Android page Curl animation -


  1. is there simple way curl page flipping animation? curl animation animation of pages flipping, including page above rolling , shadows on lower page.
  2. what recommended way "gallery" displays 2 pages @ time (just book)?

    is it:

    1. letting adapter display linear layout of 2 images @ time? (it won't let me show page flipping on other book)
    2. using 2 pages, placing somehow 1 near other, , when it's time animate -move next 2 pages over? better way enable displaying left page flipping on right page?

i'm implementing 2d page curl in native canvas. check answer in: implement page curl on android?

edit: code project of implementation: http://code.google.com/p/android-page-curl/ edit2: links updated


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -