收获:
1.Graph::Easy:画出纯文本流程图ASCII Art:使用纯文本流程图或者使用Monodraw
2.郭霖公众号:如何解决android中各种键盘挡住输入框的方法,http://www.barryzhang.com/archives/491
3.图片格式解析:http://blog.csdn.net/jumper511/article/details/21626121
4.Kotlin资源大全:http://www.jianshu.com/p/b5b1e0faecec?utm_source=desktop&utm_medium=timeline
5.解决了android相机开发api19以上权限问题:Permission Denial: can't use the camera,在manifest.xml文件中配置权限也闪退,最终解决了问题,参考资料:https://github.com/tensorflow/tensorflow/commit/b184d46e23064b33f5aa351c476b97b2d2167021
6.动态规划思想(欲求问题的解,先求子问题的解):http://www.hawstein.com/posts/dp-novice-to-advanced.html,最长子序列nlogn解法:https://www.felix021.com/blog/read.php?1587
7.android博客:http://www.barryzhang.com/archives/category/all/developer
8.Git的简易使用,未实践:http://www.bootcss.com/p/git-guide/---------http://www.ruanyifeng.com/blog/2015/08/git-use-process.html,十五分钟学会使用git(NICE):http://blog.jobbole.com/53573/
9.android中padding与margin的区别:
padding:内边距:padding是站在父view的角度描述问题,它规定它里面的内容必须与这个父view边界的距离。
margin:外边距:margin则是站在自己的角度描述问题,规定自己和其他(上下左右)的view之间的距离,如果同一级只有一个view,那么它的效果基本上就和padding一样了
10.LeetCode题解:https://siddontang.gitbooks.io/leetcode-solution/content/
============================================================================================
1.android高效加载大图,多图解决方案:http://blog.csdn.net/guolin_blog/article/details/9316683
2.android源码分析:http://tbfungeek.github.io/
3.java设计模式:http://mobile.51cto.com/android-419145.htm
4.android大神《Android进阶之光》博客:http://liuwangshu.cn/
============================================================================================
1.android系统启动过程:http://ticktick.blog.51cto.com/823160/1659473
2.从零开发一款app:http://www.jianshu.com/p/a58d15ef5c8b
3.android自定义view:http://www.gcssloop.com/customview/CustomViewIndex/
4.android的UI布局:https://www.zybuluo.com/stepbystep/note/65426
5.android的parcelable接口的使用:http://www.cnblogs.com/hpboy/archive/2012/07/12/2587797.html
6.任玉刚博客:http://blog.csdn.net/singwhatiwanna
7.android高级技术汇总:http://www.jianshu.com/p/8a191c8f5ef7?utm_source=desktop&utm_medium=timeline
8.android干货:https://juejin.im/post/5940e0f6128fe1006a0d6cd9
9.TCP:http://jm.taobao.org/2017/06/08/20170608/
10.android studio快捷键mac:http://blog.csdn.net/janice0529/article/details/45322871
==========================================================================
2.另一位大神张兴业博客:http://blog.csdn.net/xyz_lmn
3.Android抽象布局-include, ViewStub, Merge:http://blog.csdn.net/xyz_lmn/article/details/14524567
4.CoordinatorLayout实现联动布局:http://www.jianshu.com/p/dd79ae898448
5.ConstraintLayout指定约束,减少布局层级:http://www.jianshu.com/p/32a0a6e0a98a
6.android知识库:http://lib.csdn.net/base/android/structure
7.android屏幕适配问题的解决:http://blog.csdn.net/lmj623565791/article/details/45460089#comments
8.在android中使用adb命令:https://github.com/zj1947/AdbShellCommand
9.all:http://gityuan.com/tags/#java
10:kmp:http://www.matrix67.com/blog/archives/115
11.着色器的使用LinearGradient:http://blog.csdn.net/u012702547/article/details/50821044
12.咕咚的博客:http://gudong.name/
13.GreateArticles:https://github.com/maoruibin/GreatArticles
14:廖雪峰博客:https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000
=====================================================================================
1.log:https://juejin.im/entry/58eace73ac502e006c42abb6
2.相机开发:https://www.polarxiong.com/category/Android/
3.java面试:http://www.jianshu.com/p/8875862a7dd9
==========================================================================
1.Okhttp example:https://github.com/square/okhttp/wiki/Recipes
网友评论