小程序表格组件,提升效率的利器还是弊端
1119
2022-11-04
可拖动排序的RecyclerView
Android-DragRecyclerView
基于RecyclerView实现的可拖动列表,支持Grid及List风格。A draggable list based on the RecyclerView implementation that supports the Grid and List styles.
Demo
Usage
Setup 1
compile 'cn.cyan.dragrecyclerview:dragrecyclerview:1.0.3'
Setup 2
Setup 3
dragRecyclerView .dragEnable(true) .showDragAnimation(true) .setDragAdapter(adapter(data)) // The adapter must implement OnItemChangeListener .bindEvent(onItemTouchEvent);
License
MIT licensed
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~