Skip to content
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

Open
imyyq-star opened this issue Mar 18, 2019 · 10 comments
Open

可以和ViewPager一起使用吗? #46

imyyq-star opened this issue Mar 18, 2019 · 10 comments

Comments

@imyyq-star
Copy link

仿真翻页效果想集合在已经做好的ViewPager上使用。有范例吗?

@eschao
Copy link
Owner

eschao commented Apr 4, 2019

我还真没怎么用过ViewPager, 我抽空看看研究下

@Johnnycxq
Copy link

请问最新版本是多少?在哪里可以查看版本号

@eschao
Copy link
Owner

eschao commented May 23, 2019

@Johnnycxq sorry, 好久没更新了,我抽空看看

@Johnnycxq
Copy link

好的,另外请问一下,我设置automode之后,手机横屏翻页效果,有时候翻动的时候页面会出现绘制花屏问题;有时候绘制图片加载很慢。PageFlip.setPixelsOfMesh() 值有范围要求吗。我现在是想通过设置大值来提高性能

@eschao
Copy link
Owner

eschao commented May 23, 2019

值越大应该是性能越好!相对来说边缘绘制会更粗糙一点。你是运行sample的时候出现花屏么?还是你自己的代码里有出现花屏的问题?图片加载慢?可能图片比较大,或者别的bug,你可以给出更详细点信息,比如:

  1. 是模拟器运行还是真机?
  2. Android版本
  3. 能否在模拟器里重现?我现在手里基本没啥android真机了
  4. 有重现的步骤吗?还是很随机的低概率出现?
  5. 如果是真机,手机还是平板呢?

@Johnnycxq
Copy link

具体情况如下:
我的APP是在真机android9.0上使用进行测试,
实现方案:在fragment里面布局的PageFlipView, 并设置automode进行双页切换,加载图片比较多,有时候会出现加载不出图片,有时候翻页的时候会卡住;

不是必现的问题,加载图片比较多,比较大的时候出现概率较大,请问能否通过设置什么属性来提高性能???

@eschao
Copy link
Owner

eschao commented May 24, 2019

我初步怀疑有可能是内存没有及时释放,你最好能给我个demo工程看看

@Johnnycxq
Copy link

PageFlipView.setZOrderOnTop() 这个方法的作用是??

@hyccode
Copy link

hyccode commented Jun 21, 2019

仿真翻页效果想集合在已经做好的ViewPager上使用。有范例吗?

你实现这个效果吗,我也在试着viewpager实现翻书效果

@eschao
Copy link
Owner

eschao commented Dec 2, 2019

setZOrderOnTop

没有找到这个函数呀?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants