1、android自定義相冊(cè),實(shí)現(xiàn)了拍照、圖片選擇(單選/多選)、 裁剪(單/多裁剪)、旋轉(zhuǎn)、ImageLoader無(wú)綁定任由開(kāi)發(fā)者選擇、功能可配置、主題樣式可配置。GalleryFinal為你定制相冊(cè)。
通過(guò)Gradle抓取:compile'cn.finalteam:galleryfinal:1.4.8.7'
GitHub地址:https://github.com/pengjianbo/GalleryFinal
2、精仿iOS的PickerView控件,有時(shí)間選擇和選項(xiàng)選擇并支持一二三級(jí)聯(lián)動(dòng)效果
——TimePickerView時(shí)間選擇器,支持年月日時(shí)分,年月日,年月,時(shí)分等格式
——OptionsPickerView選項(xiàng)選擇器,支持一,二,三級(jí)選項(xiàng)選擇,并且可以設(shè)置是否聯(lián)動(dòng)
通過(guò)Gradle抓取:compile'com.bigkoo:pickerview:2.0.8'
GitHub地址:https://github.com/saiwu-bigkoo/Android-PickerView
3、Listview滑動(dòng)日歷
通過(guò)Gradle抓取:compile'com.github.traex.calendarlistview:library:1.2.3'
GitHub地址:https://github.com/traex/CalendarListview
4、自定義形狀的ImageView
通過(guò)Gradle抓取:
compile'com.github.siyamed:android-shape-imageview:0.9.+@aar'
GitHub地址:https://github.com/siyamed/android-shape-imageview
5、PhotoView圖片瀏覽縮放控件
通過(guò)Gradle抓取:compile'com.bm.photoview:library:1.3.6'
GitHub地址:https://github.com/siyamed/android-shape-imageview
6、周日歷Android Week View
通過(guò)Gradle抓取:compile'com.github.alamkanak:android-week-view:1.2.6'
GitHub地址:https://github.com/alamkanak/Android-Week-View
7、首頁(yè)banner
通過(guò)Gradle抓取:compile'com.bigkoo:convenientbanner:2.0.5'
GitHub地址:https://github.com/saiwu-bigkoo/Android-ConvenientBanner
8、各種類(lèi)型統(tǒng)計(jì)圖
通過(guò)Gradle抓取:compile'com.github.PhilJay:MPAndroidChart:v2.2.4'
GitHub地址:https://github.com/PhilJay/MPAndroidChart
9、開(kāi)源表情鍵盤(pán)
通過(guò)Gradle抓取:
compile'com.github.w446108264:XhsEmoticonsKeyboard:2.0.0'
GitHub地址:https://github.com/w446108264/XhsEmoticonsKeyboard
10、Async-Http網(wǎng)絡(luò)請(qǐng)求框架
通過(guò)Gradle抓取:compile'com.loopj.android:android-async-http:1.4.9'
GitHub地址:https://github.com/loopj/android-async-http
11、Picasso圖片加載框架
通過(guò)Gradle抓取:compile'com.squareup.picasso:picasso:2.5.2'
官網(wǎng)地址:http://square.github.io/picasso/
12、依賴注解框架Butter Knife
通過(guò)Gradle抓取:compile'com.jakewharton:butterknife:7.0.1'
官網(wǎng)地址:http://jakewharton.github.io/butterknife/