Android学习

这些年收藏的安卓开发教程

2017-11-28  本文已影响126人  牵着1只蜗牛去散步

1、TextPaint绘制文字画笔详解 http://www.cnblogs.com/tianzhijiexian/p/4297664.html

2、Android中Canvas绘图基础详解(附源码下载) http://www.androidchina.net/3919.html

3、安卓屏幕适配详解
http://blog.csdn.net/jdsjlzx/article/details/45891551

4、安卓工具集
http://www.androiddevtools.cn/

5、安卓开源框架
https://github.com/Trinea/android-open-project

6、安卓中文api
http://www.embeddedlinux.org.cn/androidapi/

7、安卓属性动画完全解析 http://blog.csdn.net/guolin_blog/article/details/43536355

8、安卓属性动画的高级用法
http://blog.csdn.net/jdsjlzx/article/details/45558901

9、android软键盘的一些控制 http://blog.csdn.net/wang_shaner/article/details/8467688

10、Android事件分发完全解析之事件从何而来 http://blog.csdn.net/aigestudio/article/details/44746625

11、开发技术前线网站 www.devtf.cn

12、自定义View其实很简单(1/12篇) http://blog.csdn.net/aigestudio/article/details/41212583

13、安卓事件总线AndroidEventBus https://github.com/bboyfeiyu/androideventbus

14、自定义控件其实很简单(2/12篇) http://blog.csdn.net/aigestudio/article/details/41316141

15、一种更清晰的安卓架构
https://github.com/bboyfeiyu/android-tech-frontier/tree/master/androidweekly/%E4%B8%80%E7%A7%8D%E6%9B%B4%E6%B8%85%E6%99%B0%E7%9A%84Android%E6%9E%B6%E6%9E%84

16、健壮且可读的安卓架构 http://blog.jobbole.com/66606/

17、Android APP设计架构
http://www.tianmaying.com/tutorial/AndroidMVC

18、图解Android http://www.360doc.com/content/14/0329/00/10366845_364576441.shtml

19、安卓开发中的mvp架构 http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0105/3832.html

20、给 Android 开发者的 RxJava 详解 http://gank.io/post/560e15be2dca930e00da1083

21、Android中Parcelable接口用法 http://www.cnblogs.com/renqingping/archive/2012/10/25/Parcelable.html

22、EventBus框架原理解析(结合源码) http://blog.csdn.net/crazy__chen/article/details/47440339

23、安卓volley框架从入门到精通 http://www.apihome.cn/view-detail-70212.html

24、安卓动态授权:https://www.aswifter.com/2015/11/04/android-6-permission/

25、使用 AndroidStudio 进行 NDK 开发(一)http://gold.xitu.io/entry/57086e1fa34131004c0b13d5

26、安卓热修复技术:http://www.jianshu.com/p/14edcb444c51

27、安卓热修复技术的实用:http://blog.csdn.net/qq_17250009/article/details/50982705

28、最接近原生APP体验的高性能前端框架 http://dev.dcloud.net.cn/mui/

Hbuilder开发

29、简单粗暴检查内存泄露 http://www.liaohuqiu.net/cn/posts/leak-canary/

30、谷歌samples https://github.com/googlesamples

31、配色网站
http://colorhunt.co/

https://color.adobe.com/zh/create/color-wheel/

http://www.colorhunter.com/

32、颜色转换
http://www.sioe.cn/yingyong/yanse-rgb-16/

33、图标素材
http://www.iconfont.cn/

http://www.easyicon.net/

34、安卓中文教程 http://hukai.me/android-training-course-in-chinese/index.html

35、极客日报,一款纯粹的阅读App,基于Material Design + MVP + RxJava + Retrofit + Dagger2 + Realm + Glide https://github.com/codeestX/GeekNews

http://www.jianshu.com/p/bd758f51742e

36、Android studio 的使用介绍 https://anytt.gitbooks.io/android-studio-training/content/keymap_code_debugging.html

37、动画框架 https://github.com/airbnb/lottie-android

38、安卓studio bug http://blog.csdn.net/ss1168805219/article/details/52981031

39、安卓性能优化 http://hukai.me/android-performance-patterns/

40、activity生命周期 -- 不保留活动设置 http://www.cnblogs.com/lwbqqyumidi/p/3769113.html

41、Android fragment 知识 http://yifeng.studio/2016/12/15/android-fragment-attentions/

42、Fragment全解析系列(一):那些年踩过的坑 http://www.jianshu.com/p/d9143a92ad94

43、fragment的解决方案:

compile 'me.yokeyword:fragmentation:0.9.3'
compile 'me.yokeyword:fragmentation-swipeback:0.7.9'

44、屏幕适配:像素布局

compile 'com.zhy:autolayout:1.4.5'

45、安卓图片压缩总结:http://blog.csdn.net/Alfred_C/article/details/50542741

46、Android commit和commitAllowingStateLoss区别及应用场景 http://huxian99.github.io/2016/08/28/Android-commit%E5%92%8CcommitAllowingStateLoss%E5%8C%BA%E5%88%AB%E5%8F%8A%E5%BA%94%E7%94%A8%E5%9C%BA%E6%99%AF/

47、Fragment全解析系列 http://www.jianshu.com/p/d9143a92ad94

48、压缩图片 https://tinypng.com/

49、用TextPaint来绘制文字 https://www.cnblogs.com/tianzhijiexian/p/4297664.html

50、安卓GUI系统:http://www.cnblogs.com/samchen2009/p/3364327.html

51、Android开发之MediaRecorder类详解http://blog.csdn.net/fengyuzhengfan/article/details/38561111

52、安卓ctolib https://www.ctolib.com/categories/android-animations-pg-2.html

53、git的使用:http://www.jianshu.com/p/072587b47515

54、git从入门到精通 http://www.cnblogs.com/zshh/p/5706972.html

55、给初学者的rxjava2教程:http://www.jianshu.com/p/464fa025229e

上一篇 下一篇

猜你喜欢

热点阅读