内容简介:An efficient WheelView based on RecyclerView, which is easy to use, and it can customized by yourself.First of all, this lib is based on androidx,If you want to use this library, you should add those to your module's gradle
RecyclerWheelView
An efficient WheelView based on RecyclerView, which is easy to use, and it can customized by yourself.
Getting Started
First of all, this lib is based on androidx, if your library do not migrate to androidx, there might be some problems if you used this.
If you want to use this library, you should add those to your module's gradle
implementation 'cn.wongzhenyu:recyclerwheelview:0.0.3' implementation 'androidx.recyclerview:recyclerview:XXX'
Because recyclerwheelview have dependency of recyclerview(library of androidx), and to avoid the conflicts of library version, I used compileonley to import recyclerview library, so you should add recyclerview by yourself.
Result
there are two examples' results about recyclerwheelview in this project, if you used recyclerwheelview, you can make this effect easily.
String wheel view
Custom wheel view
end
Because of the pressure of work, I do not have enough time to write document about how to use this library, you can see it in app module of this project, thinks for reading.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- php如何实现session,自己实现session,laravel如何实现session
- AOP如何实现及实现原理
- webpack 实现 HMR 及其实现原理
- Docker实现原理之 - OverlayFS实现原理
- 为什么实现 .NET 的 ICollection 集合时需要实现 SyncRoot 属性?如何正确实现这个属性?
- 自己实现集合框架(十):顺序栈的实现
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Base64 编码/解码
Base64 编码/解码
MD5 加密
MD5 加密工具