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

Skip to content

Commit eda6e3a

Browse files
committed
update
1 parent e58a9d1 commit eda6e3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Android学习之路.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* 设置应用 ID: <https://developer.android.com/studio/build/application-id.html>
99
* (新)配置构建: <https://developer.android.com/studio/build/index.html>
1010
* App Shortcuts: <https://developer.android.com/guide/topics/ui/shortcuts>
11+
* dumpsys: <https://developer.android.com/studio/command-line/dumpsys>
1112

1213
* AOSP: <https://source.android.com/>
1314
* 代号、标记和细分版本号: <https://source.android.com/source/build-numbers>
@@ -80,7 +81,7 @@
8081
* repo 下载Android源码(国内镜像): <http://blog.csdn.net/shenlan18446744/article/details/d>
8182
* android怎样调用@hide和internal API: <http://blog.csdn.net/linghu_java/article/details/8283042>
8283
* android下的SuppressLint与TargetApi: <http://blog.csdn.net/pony_maggie/article/details/52115884>
83-
* Android完美获取状态栏高度、标题栏高度、编辑区域高度的获取: <http://blog.csdn.net/a_running_wolf/article/details/5047796>
84+
* Android完美获取状态栏高度、标题栏高度、编辑区域高度的获取: <http://blog.csdn.net/a_running_wolf/article/details/50477965>
8485
* Android开发中dip,dpi,density,px等详解: <http://blog.qiji.tech/archives/2581>
8586
* 高斯模糊: <https://zh.wikipedia.org/wiki/%E9%AB%98%E6%96%AF%E6%A8%A1%E7%B3%8A>
8687
* 总结一下Android中主题(Theme)的正确玩法: <https://www.cnblogs.com/zhouyou96/p/5323138.html>
@@ -105,6 +106,7 @@
105106
* 安卓约束控件(ConstraintLayout)扁平化布局入门: <https://www.jianshu.com/p/792d2682c538>
106107
* Android之分屏模式解析(上): <https://blog.csdn.net/itluochen/article/details/52127126>
107108
* Android之分屏模式解析(下): <https://blog.csdn.net/itluochen/article/details/52127222>
109+
* Android中app进程ABI确定过程: <https://blog.csdn.net/weixin_40107510/article/details/78138874>
108110
* Getting the null pointer exception in the getActionBar method: <https://stackoverflow.com/questions/27959107/getting-the-null-pointer-exception-in-the-getactionbar-method/27960390>
109111

110112
* Android Studio系列教程一--下载与安装: <http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/>

0 commit comments

Comments
 (0)