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

Skip to content

Commit 8d42f52

Browse files
committed
update
1 parent 58a06b4 commit 8d42f52

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

Android学习之路.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Andriod学习之路
22

33
* <https://developer.android.com/develop/index.html>
4+
* Intent: <https://developer.android.com/reference/android/content/Intent.html>
5+
* Configure Android Studio: <https://developer.android.com/studio/intro/studio-config.html>
6+
* Managing the System UI: <https://developer.android.com/training/system-ui/index.html>
7+
* SDK版本关系: <https://developer.android.com/guide/topics/manifest/uses-sdk-element.html>
8+
* 设置应用 ID: <https://developer.android.com/studio/build/application-id.html>
9+
* (新)配置构建: <https://developer.android.com/studio/build/index.html>
10+
11+
* AOSP: <https://source.android.com/>
12+
* 代号、标记和细分版本号: <https://source.android.com/source/build-numbers>
13+
* Repo command reference: <https://source.android.com/setup/develop/repo>
14+
415
* Git repositories on android: <https://android.googlesource.com/>
516
* <http://www.android-studio.org/>
6-
* AOSP: <https://source.android.com/>
717

818
* 安卓巴士: <http://www.apkbus.com/>
919
* eoeandroid: <http://www.eoeandroid.com/forum.php>
@@ -52,11 +62,6 @@
5262
* Android签名机制之---签名过程详解: <http://blog.csdn.net/jiangwei0910410003/article/details/50402000>
5363
* android文件读写以及不同应用之间的文件读写操作: <http://blog.csdn.net/zyb243380456/article/details/7426449>
5464
* [Android] 为Android安装BusyBox —— 完整的bash shell: <https://www.cnblogs.com/xiaowenji/archive/2011/03/12/1982309.html>
55-
* Intent: <https://developer.android.com/reference/android/content/Intent.html>
56-
* Configure Android Studio: <https://developer.android.com/studio/intro/studio-config.html>
57-
* Managing the System UI: <https://developer.android.com/training/system-ui/index.html>
58-
* SDK版本关系: <https://developer.android.com/guide/topics/manifest/uses-sdk-element.html>
59-
* 代号、标记和细分版本号: <https://source.android.com/source/build-numbers>
6065
* Android 使用android-support-multidex解决Dex超出方法数的限制问题,让你的应用不再爆棚: <http://blog.csdn.net/t12x3456/article/details/40837287>
6166
* Android应用坐标系统全面详解: <http://blog.csdn.net/yanbober/article/details/50419117/>
6267
* Android命令行/c语言/java设置获取系统属性的方法: <http://www.mikewootc.com/wiki/android/other/system_property.html>
@@ -81,7 +86,10 @@
8186
* What is the difference between system apps and privileged apps on Android? <https://stackoverflow.com/questions/19868138/what-is-the-difference-between-system-apps-and-privileged-apps-on-android>
8287
* 全面的Android文件目录解析和获取方法(包含对6.0系统的说明):<https://blog.csdn.net/zhangbuzhangbu/article/details/23257873>
8388
* Android 那些年,处理getActivity()为null的日子: <https://www.jianshu.com/p/9d75e328f1de>
84-
* Repo command reference: <https://source.android.com/setup/develop/repo>
89+
* Android 汉字转拼音的多种实现方式: <https://blog.csdn.net/zhuwentao2150/article/details/70230341>
90+
* MaterialDesign之SearchView解锁 仿网易云音乐搜索: <http://www.sohu.com/a/142436167_611601>
91+
* Android下setTextSize的正确使用姿势: <https://www.jianshu.com/p/7f2941dbfb17>
92+
* Android Notification常见样式总结: <https://blog.csdn.net/w804518214/article/details/51231946>
8593

8694
* Android Studio系列教程一--下载与安装: <http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/>
8795
* Android Studio系列教程二--基本设置与运行: <http://stormzhang.com/devtools/2014/11/28/android-studio-tutorial2/>
@@ -127,7 +135,6 @@
127135
* Gradle修改本地仓库的位置: <http://blog.csdn.net/xq328220454/article/details/30233759>
128136
* gradle cache目录(.gradle)剖析: <https://zhuanlan.zhihu.com/p/26473930>
129137

130-
* (新)配置构建: <https://developer.android.com/studio/build/index.html>
131138
* (老)Gradle Plugin User Guide: <http://tools.android.com/tech-docs/new-build-system/user-guide>
132139
* (老)Gradle Plugin User Guide 翻译: <http://avatarqing.github.io/Gradle-Plugin-User-Guide-Chinese-Verision/>
133140
* 加速Android Studio/Gradle构建: <https://isming.me/2015/03/18/android-build-speed-up/>

Windows学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ PowerShell的默认启动路径其实就是执行PowerShell时指定的默认工
7878
* Win10添加本地帐户且设置为管理员帐户的方法: <https://jingyan.baidu.com/article/7082dc1c629264e40a89bd34.html>
7979
* 证书错误 导航已阻止: <https://jingyan.baidu.com/article/cbf0e5008af1392eaa2893cf.html>
8080
* PDF常见问题总结:<http://www.cnblogs.com/jiangxinnju/p/8511860.html>
81+
* PowerShell Studio: <https://www.sapien.com/software/powershell_studio>

版本管理学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
* git中将多次commit合并为一次commit: <http://blog.csdn.net/itfootball/article/details/44037181>
123123
* Resolving a merge conflict on gerrit: <https://www.entropywins.wtf/blog/2013/07/01/resolving-a-merge-conflict-on-gerrit/>
124124
* CHERRY-PICKING SPECIFIC COMMITS FROM ANOTHER BRANCH: <https://www.devroom.io/2010/06/10/cherry-picking-specific-commits-from-another-branch/>
125+
* 上传图片到github wiki仓库: <https://www.jianshu.com/p/bd5c1b33d2c5>
125126

126127
### git init 与 git init --bare
127128

0 commit comments

Comments
 (0)