-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
可以和ViewPager一起使用吗? #46
Comments
我还真没怎么用过ViewPager, 我抽空看看研究下 |
请问最新版本是多少?在哪里可以查看版本号 |
@Johnnycxq sorry, 好久没更新了,我抽空看看 |
好的,另外请问一下,我设置automode之后,手机横屏翻页效果,有时候翻动的时候页面会出现绘制花屏问题;有时候绘制图片加载很慢。PageFlip.setPixelsOfMesh() 值有范围要求吗。我现在是想通过设置大值来提高性能 |
值越大应该是性能越好!相对来说边缘绘制会更粗糙一点。你是运行sample的时候出现花屏么?还是你自己的代码里有出现花屏的问题?图片加载慢?可能图片比较大,或者别的bug,你可以给出更详细点信息,比如:
|
具体情况如下: 不是必现的问题,加载图片比较多,比较大的时候出现概率较大,请问能否通过设置什么属性来提高性能??? |
我初步怀疑有可能是内存没有及时释放,你最好能给我个demo工程看看 |
PageFlipView.setZOrderOnTop() 这个方法的作用是?? |
你实现这个效果吗,我也在试着viewpager实现翻书效果 |
没有找到这个函数呀? |
仿真翻页效果想集合在已经做好的ViewPager上使用。有范例吗?
The text was updated successfully, but these errors were encountered: