Forum Discussion
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 effect to change the page in an ebook reader
This should be doable using the extended canvas design paradigm, should't it?
Thanks for your help!
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
3 Replies
- Craig_Dunn
Microsoft
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
- tscholzeIron Contributor
Thanks Craig_Dunn I'll have a look!
- Craig_Dunn
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.