- 第一行代码+Android+第2版.pdf (一本android开发入门必看的丛书)-> 链接:https://pan.baidu.com/s/16xd56Kgo-6kTwZhCSvgm0Q 提取码:ouun
- 《Android开发进阶从小工到专家(书签版)》.pdf 链接:https://pan.baidu.com/s/1fB6HzEqixUZCUzyp8EYbDQ 提取码:y5pi
- 阿里Android开发手册.pdf 链接:https://pan.baidu.com/s/1iPH95oWWYL1bJ-NIH3rk6Q 提取码:mg3y
- Android移动开发一本就够.pdf -> 链接:https://pan.baidu.com/s/19qskNm0GNZzpp7dPNfzwiQ 提取码:qizl
- Google Android开发入门与实践.pdf -> 链接:https://pan.baidu.com/s/1KAtQsCeh6myetM5LV2LQLA 提取码:blky
-
Android应用性能优化.pdf 链接:https://pan.baidu.com/s/1BjWQo4IGRn3reFlkkX04EQ 提取码:z378
-
Android热修复及其原理 链接:https://pan.baidu.com/s/1q7UI1VgizSiaj7jKF5orWg 提取码:45w5
-
Android自定义组件开发详解.pdf 链接:https://pan.baidu.com/s/1Ho7dOxpa9F5SdKL0sXtMwg 提取码:ki5k
-
Android框架揭秘.pdf 链接:https://pan.baidu.com/s/1YJtLdxU2JTJHDKLCgDDLVg 提取码:eh56
-
kotlin-in-chinese.pdf kotlin学习书籍 链接:https://pan.baidu.com/s/1f0gBYIP3pLzduuDWsCrTBA 提取码:exfn
-
Kotlin For Android(中文翻译).pdf 链接:https://pan.baidu.com/s/1SdNp-v_SQmKa6NR04Iji4A 提取码:by1b
-
《Android系统级深入开发——移植与调试》.pdf 链接:https://pan.baidu.com/s/1HvdWX-j0lk6ZKcj9Zyy1eg 提取码:35wa
-
《Android Gradle权威指南》.pdf 链接:https://pan.baidu.com/s/1D06-PRaYTDmva5m3w-OR0Q 提取码:tkfo
- 《Android内核剖析》.pdf 链接:https://pan.baidu.com/s/1n0w4AgFycY0o_PzuMlhozg 提取码:nush
- 《深入理解ANDROID系统》.pdf 链接:https://pan.baidu.com/s/19XP0sLzw2WmMOn0po4q6XQ 提取码:frdh
- 《深入解析ANDROID虚拟机》.pdf 链接:https://pan.baidu.com/s/1jKRMHUQrXeGGweSyEAZRkg 提取码:x0rc
- Android C++高级编程 使用NDK 带书签目录 完整扫描版.pdf 链接:https://pan.baidu.com/s/11l5Fc7sG7E4fHQ2mJGYRiQ 提取码:wias
- 《Android驱动开发与移植实战详解》.pdf 链接:https://pan.baidu.com/s/1d0eEtJ1hgskYW955YXqryQ 提取码:0ao5
- 《深入剖析Android系统.杨长刚》.pdf 链接:https://pan.baidu.com/s/12cwoxVCWces2SCTTpoNTHQ 提取码:d533
Android开发人员应该收集以下utils(更新)->
https://github.com/Blankj/AndroidUtilCode
1.Android UI / UX库列表 -> https://github.com/wasabeef/awesome-android-ui
2.强大的 🚀 Android图表视图/图表视图库,支持线条-饼图 -雷达-气泡和烛台图表以及缩放,拖动和动画 -> https://github.com/PhilJay/MPAndroidChart
3.允许您使用滑入式菜单轻松创建应用的android库 -> https://github.com/jfeinstein10/SlidingMenu
4.在Android和iOS,Web和React Native上本地渲染After Effects动画 -> https://github.com/airbnb/lottie-android
5.适用于Kotlin和Android的漂亮,流畅且可扩展的对话框API -> https://github.com/afollestad/material-dialogs
6.适用于Android的圆形ImageView -> https://github.com/hdodenhof/CircleImageView
-
Android 扫描二维码app. 在zxing的基础上优化了算法和相机处理 https://github.com/xumingyi/CZXing
-
提高 Android UI 开发效率的 UI 库--还不是很完善,缺少每一个UI 模块的小demo,整个demo掺杂在一起,拆分很费劲,可以练手学习, 一个缺少开源博客分块仔细写api说明的框架很难推广出去的,希望这两个库的开发团队能够做的更加高效细致 https://github.com/Tencent/QMUI_Android https://github.com/xuexiangjys/XUI
-
Android 仿微信 QQ 图片裁剪: https://github.com/gdutxiaoxu/clipimage
- Android APK瘦身笔记,多语言,so或者图片资源多的工程瘦身效果明显: https://juejin.im/post/5d4407baf265da03f04caf59
- Android 启动时间优化:不错的文章,亲测有效,简单总结release版本包较少2秒左右,其次异步初始化优先让UI起来,使用工具间定位耗时的主要任务,然后有针对性的修改 https://www.jianshu.com/p/4f10c9a10ac9 https://zhuanlan.zhihu.com/p/23442027 https://juejin.im/post/5d1bb7c6f265da1ba84aab1c#heading-2
- Android App内存优化策略: 3.1美团外卖Android Crash治理之路:https://juejin.im/post/5b231fc451882574866d4519 3.2 LeakCanary: 让内存泄露无所遁形:https://www.liaohuqiu.net/cn/posts/leak-canary/ 3.3 Android项目背景和bannerd等往往占用很大的内存:Glide 这样用,更省内存!!! https://segmentfault.com/a/1190000011423889
1.一个整合了大量主流开源项目高度可配置化的Android MVP快速集成框架-> https://github.com/JessYanCoding/MVPArms
-
Android中的MVVM架构(MVVM + Jetpack的开发实践)-> https://github.com/qingmei2/MVVM-Rhine
-
超完整的「玩 Android」客户端,项目采用 MVVM, Android Jetpack, Retrofit, Kotlin 协程编写 https://github.com/kukyxs/CoroutinesWanAndroid
1.适用于Android的人员开发的广泛开源指南 -> https://github.com/codepath/android_guides http://guides.codepath.com
1.一个定期翻译、发布国内外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目,让我们的技术跟上国际步伐 -> https://github.com/hehonghui/android-tech-frontier
2.国内优秀的Android学习资源: https://github.com/hehonghui/android-tech-frontier/tree/master/the-bad-guys
3.Android的开源项目,开源项目有详细资料和配套视频 -> https://github.com/Trinea/android-open-project
4.Android的开源项目及库 -> https://github.com/Tim9Liu9/TimLiu-Android
5.https://github.com/itheima1/Android
https://www.wanandroid.com/article
1.中文程序员简历模板系列 -> https://github.com/geekcompany/ResumeSample