您的位置:首页 > 移动开发 > Android开发

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

2014-03-01 13:49 429 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Android 开源项目