各類(lèi)開(kāi)源庫(kù)搜索地址:http://mvnrepository.com/
1.https://github.com/wyouflf/xUtils3
// https://mvnrepository.com/artifact/org.xutils/xutils
//xUtils 包含了orm, http(s), image, view注解等
compile 'org.xutils:xutils:3.5.0'
2.https://github.com/google/gson
// https://mvnrepository.com/artifact/com.google.code.gson/gson
//json铐懊、model相互轉(zhuǎn)化
compile 'com.google.code.gson:gson:2.8.1'
3.https://github.com/square/picasso
// https://mvnrepository.com/artifact/com.squareup.picasso/picasso
//圖片加載
compile 'com.squareup.picasso:picasso:2.5.2'
4.https://github.com/greenrobot/EventBus
// https://mvnrepository.com/artifact/de.greenrobot/eventbus
//用于界面通信:值傳遞、通知等
compile 'de.greenrobot:eventbus:2.4.1'
5.https://github.com/CymChad/BaseRecyclerViewAdapterHelper
//顧名思義
compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.33'
6.ECharts - Java類(lèi)庫(kù) http://git.oschina.net/free/ECharts
//https://mvnrepository.com/artifact/com.github.abel533/ECharts
compile group: 'com.github.abel533', name: 'ECharts', version: '3.0.0.2'
7.https://github.com/tikeyc/TNinePlaceGridView_Android
//九宮格
compile 'com.github.tikeyc.TNinePlaceGridView_Android:tnineplacegridviewlibrary:v1.1.1'
8.https://github.com/tikeyc/TAndroidEChart
//根據(jù)百度前端Echart封裝的應(yīng)用于Android的控件
compile 'com.github.tikeyc:TAndroidEChart:v1.0'
9.https://github.com/lingochamp/FileDownloader
//文件下載
compile 'com.liulishuo.filedownloader:library:1.6.0'
10.https://github.com/ittianyu/BottomNavigationViewEx
//底部TabBar
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.1'
11.https://github.com/laobie/StatusBarUtil
//狀態(tài)欄狀態(tài)
compile 'com.jaeger.statusbarutil:library:1.4.0'
12.https://github.com/ikew0ng/SwipeBackLayout
//類(lèi)似iOS的滑動(dòng)返回界面
compile 'cn.bingoogolapple:bga-swipebacklayout:1.1.4@aar'
13.上下拉刷新https://github.com/scwang90/SmartRefreshLayout
compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
//沒(méi)有使用特殊Header瞎疼,可以不加這行
compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'
14.https://github.com/pengwei1024/LogUtils
//日志輸出
compile 'com.apkfuns.logutils:library:1.5.1.1'
15.https://github.com/lipangit/JiaoZiVideoPlayer
// https://mvnrepository.com/artifact/fm.jiecao/jiecaovideoplayer
//播放視頻
compile group: 'fm.jiecao', name: 'jiecaovideoplayer', version: '5.8.1'
16.https://github.com/koral--/android-gif-drawable
// https://mvnrepository.com/artifact/pl.droidsonroids.gif/android-gif-drawable
//Gif動(dòng)畫(huà)
compile group: 'pl.droidsonroids.gif', name: 'android-gif-drawable', version: '1.2.8'
17.https://github.com/bumptech/glide
// https://mvnrepository.com/artifact/com.github.bumptech.glide/glide
//圖片加載
compile group: 'com.github.bumptech.glide', name: 'glide', version: '3.7.0'
18.https://github.com/youth5201314/banner
//圖片輪播控件 https://github.com/youth5201314/banner
compile 'com.youth.banner:banner:1.4.10'
19.https://github.com/jjdxmashl/jjdxm_ijkplayer
//集合了B站視頻播放科乎,集合可以播放任何類(lèi)型的視頻https://github.com/jjdxmashl/jjdxm_ijkplayer
compile 'com.dou361.ijkplayer:jjdxm-ijkplayer:1.0.6'
20.https://github.com/jjdxmashl/jjdxm_baseutils
//集合了很多的常用工具類(lèi)https://github.com/jjdxmashl/jjdxm_baseutils
compile 'com.dou361.baseutils:jjdxm-baseutils:1.0.6'
21.https://github.com/Blankj/AndroidUtilCode
//集合了很多的常用工具類(lèi)https://github.com/Blankj/AndroidUtilCode
compile 'com.blankj:utilcode:1.9.8'
22.https://github.com/airbnb/lottie-android
lottie-ios: https://github.com/airbnb/lottie-ios
lottie-android: https://github.com/airbnb/lottie-android
React Native: https://github.com/airbnb/lottie-react-native
//Lottie 是 Airbnb 開(kāi)發(fā)的一款能夠?yàn)樵鷳?yīng)用添加動(dòng)畫(huà)效果的開(kāi)源工具。
//Lottie 目前提供了 iOS, Android, 和 React Native 版本贼急,能夠?qū)崟r(shí)渲染After Effects動(dòng)畫(huà)特效茅茂。
compile 'com.airbnb.android:lottie:2.3.1'