android中的翻页效果从哪里开始?
我在android中搜索了很多翻页效果。我找到了一些链接。 不使用OpenGL进行翻转的示例。
但是我想实现3D真实的页面翻转效果对于安卓。与 这个 相同或者您在 Android 版 IReader 中看到的效果。 根据我的搜索,OpenGL 必须用于此目的。我还搜索了一些提供 OpenGL 替代方案的框架。但最后我什么也没发现。 所以我只想为此启动 OpenGL。但我从来没有使用过OpenGL。 谁能帮我翻页吗?一些有用的链接、教程、在 android 中启动 OpenGL 等...
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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我正在使用这段代码。它真的非常适合任何人理解和使用。非常感谢 Harism
使用 OpenGL 在 Android 中实现卷页动画的 GitHub 链接
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
这是我今天尝试过的,效果很好。 code.google.com
here is the one i tried today itself and works fine. code.google.com