CoverFlowView
CoverFlowView copied to clipboard
For Android. CoverFlowView can make your custom views (also image) show as CoverFlow effect. CoverFlowView可以以CoverFlow效果展示一系列自定义view,包括图片。
在初始化完成之后,第一次左滑,会出现闪退
点击切换灵敏太高,极不容易触发点击事件,稍微滑动就不行了。点击事件很难触发!我改了ontouchEvent中判断发现没效果!
照片盖问题
FATAL EXCEPTION: main java.lang.NullPointerException at com.missmess.coverflowview.CoverFlowView.onLayout(CoverFlowView.java:369) at android.view.View.layout(View.java:13846) at android.view.ViewGroup.layout(ViewGroup.java:4464) at android.widget.FrameLayout.onLayout(FrameLayout.java:448) at android.view.View.layout(View.java:13846) at android.view.ViewGroup.layout(ViewGroup.java:4464) at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1649) at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1507) at android.widget.LinearLayout.onLayout(LinearLayout.java:1420) at android.view.View.layout(View.java:13846) at android.view.ViewGroup.layout(ViewGroup.java:4464) at android.widget.FrameLayout.onLayout(FrameLayout.java:448) at android.view.View.layout(View.java:13846)...
如果有很多的item,每个item对应的是ImageView,那么关于View的回收重用怎么处理?