高仿iOS的滚轮控件 CharacterPickerView

码农软件 · 软件分类 · Android UI 组件 · 2019-04-25 17:14:31

软件介绍

CharacterPickerView

可实现三级联动的选择器,高仿iOS的滚轮控件

仿iOS的PickerView控件

可实现单项选择,并支持一二三级联动效果

Demo

//选项选择器
CharacterPickerWindow mOptions = new CharacterPickerWindow(activity);
//初始化选项数据
setPickerData(mOptions.getPickerView());
//设置默认选中的三级项目
mOptions.setSelectOptions(0, 0, 0);
//监听确定选择按钮
mOptions.setOnoptionsSelectListener(new CharacterPickerWindow.OnOptionsSelectListener() {
@Override
public void onOptionsSelect(int options1, int option2, int options3) {
// TODO 处理选择结果
}
});
mOptions.showAtLocation(v, Gravity.BOTTOM, 0, 0);

效果图

效果图

Thanks

本文地址:https://codercto.com/soft/d/4369.html

Mastering Regular Expressions, Second Edition

Mastering Regular Expressions, Second Edition

Jeffrey E F Friedl / O'Reilly Media / 2002-07-15 / USD 39.95

Regular expressions are an extremely powerful tool for manipulating text and data. They have spread like wildfire in recent years, now offered as standard features in Perl, Java, VB.NET and C# (and an......一起来看看 《Mastering Regular Expressions, Second Edition》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具