Forum Discussion
tscholze
Mar 28, 2021Iron Contributor
Look for a a sample that demonstrates animations that stretches both screens (book page curl)
Hi guys, I thought that there was already an app example in how to build a kind of "ebook reader ui" using the Duo SDK. But maybe I'm wrong, because I cannot find it. E.g. like a simple page url eff...
- Mar 29, 2021
we have a TwoPage demo in Java, Kotlin, and Xamarin... however they use a fairly simple sliding effect and not a "page turning" animation.
there's a number of open-source alternatives, I've seen this one before (Java) https://github.com/eschao/android-PageFlip
p.s. there's also a web demo
Craig_Dunn
Microsoft
Mar 29, 2021we have a TwoPage demo in Java, Kotlin, and Xamarin... however they use a fairly simple sliding effect and not a "page turning" animation.
there's a number of open-source alternatives, I've seen this one before (Java) https://github.com/eschao/android-PageFlip
p.s. there's also a web demo
tscholze
Apr 05, 2021Iron Contributor
Thanks Craig_Dunn I'll have a look!
- Craig_DunnApr 12, 2021
Microsoft
For animation in Xamarin.Forms, also check out Kym's demo that I forked last week
https://github.com/conceptdev/MountainMobile
It has two different animation styles (neither are 'book turning'), but they might provide some inspiration.