Android开源项目发现---Spinner选择器与日历选择器篇(持续更新)

1. android-times-square Android日历部件

支持选取单个日期,多个日期,及日期区间段和对话框形式显示
项目地址:https://github.com/square/android-times-square
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/times-square-demo.apk?raw=true

 

2. android-calendar-card 日历
项目地址:https://github.com/kenumir/android-calendar-card
Demo地址:https://play.google.com/store/apps/details?id=com.wt.calendarcardsample
效果图:https://raw.github.com/kenumir/android-calendar-card/master/calendar-card-sample/_work/device-2013-10-12-151801.png

 

3. ColorPickerView 颜色选择器,支持PopupWindows或新的Activity中打开

项目地址:https://code.google.com/p/color-picker-view/
效果图:http://oi41.tinypic.com/33c6mm8.jpg

 

4. HoloColorPicker 颜色选择器
项目地址:https://github.com/LarsWerkman/HoloColorPicker
Demo地址:https://docs.google.com/file/d/0BwclyDTlLrdXRzVnTGJvTlRfU2s/edit

 

5. AndroidWheel Android Wheel支持城市、多种日期时间、密码、图片
项目地址:https://github.com/sephiroth74/AndroidWheel
效果图:http://farm6.staticflickr.com/5532/11621528786_220c040ba5_o.jpg


6.Android-SpinnerWheel 仿IOS滚轮效果的spinner选择器

项目地址: https://github.com/ai212983/android-spinnerwheel

效果图:https://raw.github.com/ai212983/android-spinnerwheel/master/.assets/screenshot_00.png


原文地址:https://www.cnblogs.com/krislight1105/p/3748395.html