1、android自定义相册,实现了拍照、图片选择(单选/多选)、 裁剪(单/多裁剪)、旋转、ImageLoader无绑定任由开发者选择、功能可配置、主题样式可配置。GalleryFinal为你定制相册。
通过Gradle抓取:compile'cn.finalteam:galleryfinal:1.4.8.7'
GitHub地址:https://github.com/pengjianbo/GalleryFinal
2、精仿iOS的PickerView控件,有时间选择和选项选择并支持一二三级联动效果
——TimePickerView时间选择器,支持年月日时分,年月日,年月,时分等格式
——OptionsPickerView选项选择器,支持一,二,三级选项选择,并且可以设置是否联动
通过Gradle抓取:compile'com.bigkoo:pickerview:2.0.8'
GitHub地址:https://github.com/saiwu-bigkoo/Android-PickerView
3、Listview滑动日历
通过Gradle抓取:compile'com.github.traex.calendarlistview:library:1.2.3'
GitHub地址:https://github.com/traex/CalendarListview
4、自定义形状的ImageView
通过Gradle抓取:
compile'com.github.siyamed:android-shape-imageview:0.9.+@aar'
GitHub地址:https://github.com/siyamed/android-shape-imageview
5、PhotoView图片浏览缩放控件
通过Gradle抓取:compile'com.bm.photoview:library:1.3.6'
GitHub地址:https://github.com/siyamed/android-shape-imageview
6、周日历Android Week View
通过Gradle抓取:compile'com.github.alamkanak:android-week-view:1.2.6'
GitHub地址:https://github.com/alamkanak/Android-Week-View
7、首页banner
通过Gradle抓取:compile'com.bigkoo:convenientbanner:2.0.5'
GitHub地址:https://github.com/saiwu-bigkoo/Android-ConvenientBanner
8、各种类型统计图
通过Gradle抓取:compile'com.github.PhilJay:MPAndroidChart:v2.2.4'
GitHub地址:https://github.com/PhilJay/MPAndroidChart
9、开源表情键盘
通过Gradle抓取:
compile'com.github.w446108264:XhsEmoticonsKeyboard:2.0.0'
GitHub地址:https://github.com/w446108264/XhsEmoticonsKeyboard
10、Async-Http网络请求框架
通过Gradle抓取:compile'com.loopj.android:android-async-http:1.4.9'
GitHub地址:https://github.com/loopj/android-async-http
11、Picasso图片加载框架
通过Gradle抓取:compile'com.squareup.picasso:picasso:2.5.2'
官网地址:http://square.github.io/picasso/
12、依赖注解框架Butter Knife
通过Gradle抓取:compile'com.jakewharton:butterknife:7.0.1'
官网地址:http://jakewharton.github.io/butterknife/