Skip to content

Commit 995f519

Browse files
committed
update
1 parent f10b71b commit 995f519

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Android学习之路.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616

1717
* <https://www.xamarin.com/>
1818

19+
* busybox: <https://busybox.net/>
20+
21+
* 解决adb push时出现的"Read-only file system"问题: <http://www.cnblogs.com/jiangxinnju/p/8186390.html>
22+
* Android Studio移动鼠标显示悬浮提示的设置方法: <http://www.cnblogs.com/jiangxinnju/p/8227442.html>
23+
* Android真机安装sqlite3的方法: <http://www.cnblogs.com/jiangxinnju/p/8227625.html>
24+
1925
* 使用 Intel HAXM 为 Android 模拟器加速,媲美真机: <http://www.cnblogs.com/beginor/archive/2013/01/13/2858228.html>
2026
* Android之基于XMPP协议即时通讯软件(一): <http://blog.csdn.net/way_ping_li/article/details/17385379>
2127
* Android之基于XMPP协议即时通讯软件(二): <http://blog.csdn.net/way_ping_li/article/details/17403929>
@@ -42,11 +48,15 @@
4248
* Fragment相关: Pro Android 5
4349
* Android Partitions Explained: boot, system, recovery, data, cache & misc: <https://www.addictivetips.com/mobile/android-partitions-explained-boot-system-recovery-data-cache-misc/>
4450
* Android for work总结(上): <http://blog.csdn.net/liu1314you/article/details/52028823>
45-
* MIUI ROM适配之旅第一天——认识Android手机: <http://www.miui.com/thread-402302-1-1.html>
4651
* android获取内置和外置SD卡路径: <http://blog.csdn.net/chadeltu/article/details/43736093>
4752
* Android之Adapter用法总结:<http://blog.csdn.net/fznpcy/article/details/8658155/>
4853
* Android签名机制之---签名过程详解: <http://blog.csdn.net/jiangwei0910410003/article/details/50402000>
4954
* android文件读写以及不同应用之间的文件读写操作: <http://blog.csdn.net/zyb243380456/article/details/7426449>
55+
* [Android] 为Android安装BusyBox —— 完整的bash shell: <https://www.cnblogs.com/xiaowenji/archive/2011/03/12/1982309.html>
56+
* 各种Intent Action: <https://developer.android.com/reference/android/content/Intent.html>
57+
* Android 使用android-support-multidex解决Dex超出方法数的限制问题,让你的应用不再爆棚: <http://blog.csdn.net/t12x3456/article/details/40837287>
58+
* Android应用坐标系统全面详解: <http://blog.csdn.net/yanbober/article/details/50419117/>
59+
5060

5161
* Android Studio系列教程一--下载与安装: <http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/>
5262
* Android Studio系列教程二--基本设置与运行: <http://stormzhang.com/devtools/2014/11/28/android-studio-tutorial2/>
@@ -55,6 +65,11 @@
5565
* ANDROID STUDIO系列教程五--GRADLE命令详解与导入第三方包: <http://stormzhang.com/devtools/2015/01/05/android-studio-tutorial5/>
5666
* ANDROID STUDIO系列教程六--GRADLE多渠道打包: <http://stormzhang.com/devtools/2015/01/15/android-studio-tutorial6/>
5767

68+
* Android Studio优化技巧:<http://blog.oneapm.com/apm-tech/257.html>
69+
70+
* MIUI ROM适配之旅第一天——认识Android手机: <http://www.miui.com/thread-402302-1-1.html>
71+
* H60-L01 EMUI3.0 ROOT 傻瓜教程: <http://cn.ui.vmall.com/thread-1267937-1-1.html>
72+
5873
## Eclipse
5974

6075
* Android Development Tools for Eclipse: <http://marketplace.eclipse.org/content/android-development-tools-eclipse>
@@ -71,9 +86,13 @@
7186
* Gradle User Guide: <https://docs.gradle.org/current/userguide/userguide_single.html>
7287
* Chapter 6. The Gradle Wrapper: <https://docs.gradle.org/current/userguide/gradle_wrapper.html>
7388
* Getting Started With Gradle: <https://www.petrikainulainen.net/getting-started-with-gradle/>
89+
90+
* 彻底搞懂Gradle、Gradle Wrapper与Android Plugin for Gradle的区别和联系: <http://www.cnblogs.com/jiangxinnju/p/8229129.html>
91+
7492
* Gradle学习系列之一——Gradle快速入门: <http://www.cnblogs.com/davenkin/p/gradle-learning-1.html>
7593
* gradle使用文档: <https://yq.aliyun.com/articles/54151>
7694
* Gradle修改本地仓库的位置: <http://blog.csdn.net/xq328220454/article/details/30233759>
95+
* gradle cache目录(.gradle)剖析: <https://zhuanlan.zhihu.com/p/26473930>
7796

7897
* (新)配置构建: <https://developer.android.com/studio/build/index.html>
7998
* (老)Gradle Plugin User Guide: <http://tools.android.com/tech-docs/new-build-system/user-guide>
@@ -82,6 +101,13 @@
82101
* 用Gradle 构建你的android程序: <https://www.cnblogs.com/youxilua/archive/2013/05/20/3087935.html>
83102
* 用Gradle 构建你的android程序-依赖管理篇: <http://www.cnblogs.com/youxilua/archive/2013/05/22/3092657.html>
84103

104+
## Android常见路径说明
105+
106+
* 数据库默认路径: /data/data/apk包名/databases
107+
* 系统自带的应用程序: /system/app
108+
* 用户程序安装的目录: /data/app
109+
* 存放应用程序的数据: /data/data
110+
* dalvik虚拟机的可执行文件: /data/dalvik-cache
85111

86112
## Gerrit
87113

VCS学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ SVN本身并不提供这种强制写log的功能,而是通过一系列的钩
295295
* Git教程-分支和tag管理: http://blog.csdn.net/top_code/article/details/52336221
296296
* Publishing a Website on Bitbucket Cloud: https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html
297297
* What are the git concepts of HEAD, master, origin? <https://stackoverflow.com/questions/8196544/what-are-the-git-concepts-of-head-master-origin>
298+
* How do I make Git use the editor of my choice for commits?: <https://stackoverflow.com/questions/2596805/how-do-i-make-git-use-the-editor-of-my-choice-for-commits>
298299

299300
## install
300301

0 commit comments

Comments
 (0)