简介(Introduction)
自定义 View 实现滑动流畅、功能齐全、用法简单、高度自定义的 WheelView,并在 WheelView 基础之上封装了常用的日期选择器(包括年、月、日 WheelView)、选项选择器。
[停止维护]
使用(Usage)
注意:2.0.0 与 1.x 不兼容,需要重新接入
注意
jcenter 源已无法下载,仓库整体切换到 jitpack 源,groupId 由原来的 com.github.zyyoona7 变为 com.github.zyyoona7.WheelPicker
使用(Usage):
WheelView Usage
1.依赖(dependency)
添加 jitpack 源
maven { url 'https://jitpack.io' }
单独使用 wheelview
implementation 'com.github.zyyoona7.WheelPicker:wheelview:2.0.7'
PickerView Usage
implementation 'com.github.zyyoona7.WheelPicker:pickerview:2.0.7
详细文档
待续...
感谢(Thanks)
WheelPicker
Android-PickerView
WheelView
WheelView-3d
DatePicker
LICENSE
Copyright 2018 zyyoona7
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.