GlFancyCoverFlow
GlFancyCoverFlow copied to clipboard
preLeftOffset的作用没有看到
目前 想在此基础上实现GlFancyCoverFlow的循环显示图片(非源码中的动画循环显示),不知该从何下手。
@SelenaWong 你要实现循环显示图片和源码中的动画循环显示的差别在哪里要说明。不然也没办法针对问题作出回答
谢谢你的回复~ 目前我需要效果主要是手动滑动时循环显示原来的图片,不需要动画的效果。 假设有5张原图,则界面中图片显示的效果:123451234 在你的源码基础上,我主要设置了getCount返回的个数为无穷大,稍微修改了下,已经实现了我想要的效果。
在 2016-09-21 12:07:56,"Qyanlong" [email protected] 写道:
@SelenaWong 你要实现循环显示图片和源码中的动画循环显示的差别在哪里要说明。不然也没办法针对问题作出回答
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
还有一个问题,在FancyCoverFlowWrapper中定义了wrappedViewBitmap, 这个对象在外部不知如何回收,可能会造成OOM现象。
在 2016-09-21 12:07:56,"Qyanlong" [email protected] 写道:
@SelenaWong 你要实现循环显示图片和源码中的动画循环显示的差别在哪里要说明。不然也没办法针对问题作出回答
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.