Android开发资料整理

安卓项目开发过程资料整理

1 AndroidStudio 下载
http://www.androidguide.cn/ 工具下载
2 Android Studio插件整理
https://blog.csdn.net/yang5726685/article/details/79619949
https://blog.csdn.net/import_sadaharu/article/details/80301259
3 AndroidUI 库
https://github.com/opendigg/awesome-github-android-ui#Toast
4 阿里巴巴小图标
https://www.iconfont.cn/search/index?searchType=icon
5 阿里复杂布局插件(常用于商城类App)
https://github.com/alibaba/vlayout/blob/master/README-ch.md
6 友盟统计分享等
https://developer.umeng.com/docs/66632/detail/66639
7 可以拓展的CardView
https://github.com/AleSpero/ExpandableCardView?utm_source=androidweekly&utm_medium=website
8 丰富的动画插件Lottie
https://lottiefiles.com/?page=3
9 RxCache 轻量的网络缓存库,配合RxJava链式使用
https://github.com/LtLei/RxCache
10 Android-Developer-Books
https://github.com/liuzhanta/Android-Developer-Books
11 多样式的轮播Banner
https://github.com/pinguo-zhouwei/MZBannerView
12 头像多图组合显示
https://github.com/SheHuan/CombineBitmap?utm_source=androidweekly.io&utm_medium=website
13 ViewPagerHelper管理器
https://github.com/LillteZheng/ViewPagerHelper
14 图片选择剪辑管理
https://github.com/hss01248/PhotoOut
15 状态栏管理
https://jaeger.itscoder.com/android/2016/03/27/statusbar-util.html
16 安卓图表库
https://github.com/openXu/OXChart?utm_source=androidweekly.io&utm_medium=website
17 可以下拉放大的Layout
https://github.com/Gavin-ZYX/FlexibleLayout
18 Android UI 快速开发,专治原生控件各种不服
https://github.com/RuffianZhong/RWidgetHelper
19 显示等待加载状态的View
https://github.com/ImKarl/WaitView?utm_source=androidweekly.io&utm_medium=website
20 QMUI Android致力于提高项目 UI 开发效率的解决方案
https://qmuiteam.com/android
21 EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP
https://github.com/JeremyLiao/LiveEventBus
22 Router—一个高效,使用方便,基于动态代理实现的Android事件总线库
http://www.silencedut.com/2016/09/04/Router—一个高效,使用方便,基于动态代理实现的Android事件总线库/
23 Android高级动画实现
https://www.jianshu.com/p/48554844a2db
24 Fragmentation 管理器
https://github.com/YoKeyword/Fragmentation/blob/master/README_CN.md
25 今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案
https://github.com/JessYanCoding/AndroidAutoSize
26 一个增强BottomNavigationView的安卓库
https://github.com/ittianyu/BottomNavigationViewEx/blob/master/README_ZH.md
27 Android代码审查以及工具
https://blog.csdn.net/zyy8155454/article/details/83063864
28 pageTransformer实现一个层叠的卡片
https://www.jianshu.com/p/1cb7cd31fa65
29 Android ThreadPool的封装
https://github.com/OnlyTerminator/GeekThread
30 弹性滑动刷新
https://github.com/EverythingMe/overscroll-decor
31 SpringRecyclerView
https://github.com/gjiazhe/SpringRecyclerView
32 股票走势图
https://blog.csdn.net/qqyanjiang/article/details/51442120
33 Android开发人员不得不收集的工具类集合
https://github.com/vondear/RxTool
34 基于IJKPlayer(兼容系统MediaPlayer与EXOPlayer2),实现了多功能的视频播放器
https://github.com/CarGuo/GSYVideoPlayer
35 用于简化 WebSocket 在 Android 平台使用的封装方法
https://github.com/0xZhangKe/WebSocketDemo
36 前端知识学习
http://www.w3school.com.cn/html/html_paragraphs.asp
37 安卓高级UI代码整理和博客代码
https://github.com/zincPower/UI2018
38 flutter学习
https://book.flutterchina.club/chapter3/text.html
39 侧滑显示菜单
https://github.com/mcxtzhang/SwipeDelMenuLayout/blob/master/README-cn.md
40 为Android提供MP3录音功能
https://github.com/hss01248/AndroidMP3Recorder

注:以上文章内容均为转载,请尊重他人劳动成果

你可能感兴趣的:(Android开发资料整理)