Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ac6e7c

Browse files
committed
update
1 parent 1cd9110 commit 2ac6e7c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Android学习之路.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
* androidxref: <http://androidxref.com/>
2929
* grepcode: <http://www.grepcode.com>
30+
* Android Code Search: <https://cs.android.com/>
3031

3132
* Git repositories on android: <https://android.googlesource.com/>
3233
* Android Studio: <http://www.android-studio.org/>
@@ -190,6 +191,10 @@
190191
* Android图形系统(十一)-Choreographer: <https://www.jianshu.com/p/bab0b454e39e>
191192
* HenCoder——给高级 Android 工程师的进阶手册: <https://hencoder.com/>
192193

194+
* 支持不同的屏幕尺寸: <https://developer.android.google.cn/training/multiscreen/screensizes.html>
195+
* Android开发中dip,dpi,density,px等详解: <http://blog.qiji.tech/archives/2581>
196+
* Android原生系统API自带dp、px、sp单位转换: <https://www.cnblogs.com/touko/p/6478851.html>
197+
193198
* Android ActionBar完全解析,使用官方推荐的最佳导航栏(上): <http://blog.csdn.net/guolin_blog/article/details/18234477>
194199
* Android完美获取状态栏高度、标题栏高度、编辑区域高度的获取: <http://blog.csdn.net/a_running_wolf/article/details/50477965>
195200
* menu中的item标签的showAsAction属性可以取哪些值: <https://www.jianshu.com/p/4106e1414d64>
@@ -199,8 +204,6 @@
199204
* 如何在Root的手机上开启ViewServer,使得HierachyViewer能够连接: <http://maider.blog.sohu.com/255448342.html>
200205
* Formatting and Plurals: Android UI Fundamentals[Android UI基础教程](Formatting and Plurals)
201206
* Android vector标签 PathData 画图超详解: <https://www.cnblogs.com/yuhanghzsd/p/5466846.html>
202-
* Android开发中dip,dpi,density,px等详解: <http://blog.qiji.tech/archives/2581>
203-
* Android原生系统API自带dp、px、sp单位转换: <https://www.cnblogs.com/touko/p/6478851.html>
204207
* 高斯模糊: <https://zh.wikipedia.org/wiki/%E9%AB%98%E6%96%AF%E6%A8%A1%E7%B3%8A>
205208
* 总结一下Android中主题(Theme)的正确玩法: <https://www.cnblogs.com/zhouyou96/p/5323138.html>
206209
* Android中`@``?`区别以及`?attr/**``@style/**`等的区别: <http://blog.csdn.net/xx326664162/article/details/64125654>
@@ -270,6 +273,8 @@
270273
* Android 7.0 行为变更 通过FileProvider在应用间共享文件吧: <https://blog.csdn.net/lmj623565791/article/details/72859156>
271274
* FileProvider文件分享: <https://blog.csdn.net/lin962792501/article/details/52164695>
272275

276+
* 使用广色域内容增强图形效果: <https://developer.android.google.cn/training/wide-color-gamut>
277+
273278
* 安卓应用在各大应用市场上架方法整理: <https://blog.csdn.net/niezhipeng8/article/details/79103436>
274279
* 从圆角到圆角: <https://zhuanlan.zhihu.com/p/29560646>
275280
* J 的艺术,R 的艺术: <http://www.hi-id.com/?p=3231>
@@ -323,7 +328,6 @@
323328
* OpenGL(很多文章的参考文献): <http://songho.ca/opengl/index.html>
324329
* Learn WebGL: <http://learnwebgl.brown37.net/>
325330

326-
* OpenGL 3D渲染技术:坐标系及矩阵变换: <https://juejin.im/post/6844903862973759496>
327331
* OpenGL顶点坐标与纹理坐标: <https://www.jianshu.com/p/355137fa2817>
328332
* 投影矩阵的推导(Deriving Projection Matrices): <https://blog.csdn.net/zhanghua1816/article/details/23121735>
329333
* Android OpenGL ES从白痴到入门(四):离屏渲染(Pbuffer): <https://www.jianshu.com/p/8793f0fbd1e6>
@@ -358,6 +362,9 @@
358362

359363
* ANGLE: <https://github.com/google/angle>
360364

365+
* Cairo: <http://www.cairographics.org/>
366+
* Skia: <https://skia.org>
367+
361368
## Jack
362369

363370
* Android 新一代编译 toolchain Jack & Jill 简介: <https://yq.aliyun.com/articles/40811>

C与C++学习之路.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* libevent: <http://libevent.org/>
3636
* List of numerical libraries: <https://en.wikipedia.org/wiki/List_of_numerical_libraries>
3737
* Standard Template Library Programmer's Guide: <http://www.sgi.com/tech/stl/>
38-
* Cairo: <http://www.cairographics.org/>
3938

4039
## Windows C++
4140

0 commit comments

Comments
 (0)