CustomBanner icon indicating copy to clipboard operation
CustomBanner copied to clipboard

Android轮播图控件,支持任何View的轮播,而不仅仅是图片(ImageView),完全自定义的轮播指示器和轮播图样式,使用非常简单。

Results 7 CustomBanner issues
Sort by recently updated
recently updated
newest added

滑动切换的时候不是很丝滑,能有解决的办法吗

java.lang.IllegalStateException: The application's PagerAdapter changed the adapter's contents without calling PagerAdapter#notifyDataSetChanged! Expected adapter item count: 6, found: 4 Pager id: ffffffff Pager class: class android.support.v4.view.ViewPager Problematic adapter: class com.donkingliang.banner.BannerPagerAdapter at...

代码如下,其中view的点击事件不能被识别 ` binding.banner.setPages(new CustomBanner.ViewCreator() { @Override public View createView(Context context, int i) { View view = LayoutInflater.from(context).inflate(R.layout.item_manager_home_vp, null); return view; } @Override public void updateUI(Context context, View view, int i,...

自动轮播没有问题,就是滑动切换的时候,每次快速滑动都有一个像是缓冲的效果,就是要先停一下

轮播任意布局是要在代码里动态添加布局吗?轮播布局不会用呀,求写个用法呀

多预设几种切换动画