Skip to content

Commit

Permalink
add .md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ruijun committed Dec 8, 2015
1 parent dee5b3a commit 499c15a
Show file tree
Hide file tree
Showing 24 changed files with 307 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
39 changes: 39 additions & 0 deletions Android6.0/Android6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
###技术文章
* [Android 6.0 中新的新技术](http://www.race604.com/whats-new-in-android6-0/)
* [Android M 新的运行时权限开发者需要知道的一切](http://gold.xitu.io/entry/55e2fa1a00b075a5f29a261c)
* [在Android 6.0 设备上动态获取权限](http://maoruibin.github.io/%E6%8A%80%E6%9C%AF/2015/11/10/android_m_permission.html)
* [浅谈Android 6.0之Runtime Permissions](http://www.cnblogs.com/zqlxtt/p/4873831.html)
* [Android 6.0 运行时权限处理](http://www.aswifter.com/2015/11/04/android-6-permission/)
* [Android M(6.0) 权限爬坑之旅](https://yanlu.me/android-m6-0-permission-chasm/)
* [Android M新特性Doze and App Standby模式详解](http://zhuanlan.zhihu.com/magilu/20323263)
* [解决方法:android 6.0(api 23) SDK,不再提供org.apache.http.*(只保留几个类)](http://blog.csdn.net/yy1300326388/article/details/48784475)



###有关权限开源项目
#####PermissionsDispatcher
Github地址:https://github.com/hotchemi/PermissionsDispatcher

#####RxPermissions
Github地址:https://github.com/tbruyelle/RxPermissions

#####Grant
Github地址:https://github.com/anthonycr/Grant

#####android-RuntimePermissions
Github地址:https://github.com/googlesamples/android-RuntimePermissions

#####Dexter
Github地址:https://github.com/Karumi/Dexter

#####Nammu
Github地址:https://github.com/tajchert/Nammu

#####m-permissions-checker
Github地址:https://github.com/hotchemi/m-permissions-checker

#####PermissionsDispatcher
Github地址:https://github.com/hotchemi/PermissionsDispatcher



Binary file added AndroidStudio/.DS_Store
Binary file not shown.
File renamed without changes.
19 changes: 19 additions & 0 deletions Buck/Buck.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
###相关资料
* [基于Facebook Buck改造Android构建系统之初体验](http://www.jianshu.com/p/1e990aac7836)
* [Buck官方介绍](https://buckbuild.com/)
* [Buck快速入门](https://buck.readthedocs.org/en/latest/quick_start.html)
* [利用Buck进行高效Android编译](http://www.infoq.com/cn/news/2015/06/buck-android-build)
* [使用buck构建你的Android App](https://typeblog.net/tech/2014/07/22/use-buck-to-build-your-app.html)
* [使用 buck 打包 Android( 使用OkBuck给Android Studio+gradle生成 buck 脚本)](http://blog.csdn.net/masonblog/article/details/49022057)


###开源项目
#####buck
Github地址:https://github.com/facebook/buck

#####OkBuck
Github地址:https://github.com/Piasy/OkBuck

#####Android-Buck-Boilerplate
Github地址:https://github.com/ThomasRooney/Android-Buck-Boilerplate

6 changes: 5 additions & 1 deletion Git/Git学习资料汇总.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
* [GotGitHub](http://www.worldhello.net/gotgithub/index.html)
* [写出好的 commit message](https://ruby-china.org/topics/15737)
* [Git Community Book 中文版](http://gitbook.liuhui998.com/index.html)
* [git使用笔记](http://jslite.io/2015/04/01/git%E4%BD%BF%E7%94%A8%E7%AC%94%E8%AE%B0/)
* [git使用笔记](http://jslite.io/2015/04/01/git%E4%BD%BF%E7%94%A8%E7%AC%94%E8%AE%B0/)
* [使用git和github进行协同开发流程](http://livoras.com/post/28)
* [Git 速查表](http://itmyhome.com/git-sheet/)
* [xirong/my-git 个人学习git的资料整理](https://github.com/xirong/my-git/)
* [Git 常用命令](http://liujin.me/blog/2015/05/25/Git-%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/)
Binary file added Gradle/.DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions Gradle/Gradle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
###Gradle相关教程
* [Gradle脚本基础全攻略](http://blog.csdn.net/yanbober/article/details/49314255)
* [Gradle入门系列](http://blog.jobbole.com/71999/)
* [适合新手的 gradle 自学教程合集](https://testerhome.com/topics/1867)
* [Gradle的基本使用](http://blog.waynell.com/gradle/2015/04/03/gradle-use-01.html)
* [深入理解Android之Gradle](http://blog.waynell.com/gradle/2015/04/03/gradle-use-01.html)
* [ Gradle Tips ](http://blog.csdn.net/lzyzsd/article/details/46934187)


7 changes: 7 additions & 0 deletions Gradle/Groovy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
###Groovy相关教程
* [Groovy脚本基础全攻略](http://blog.csdn.net/yanbober/article/details/49047515)
* [Groovy 学习 (整理至精通Groovy)语法介绍](http://huangtut.iteye.com/blog/743390)
* [Groovy入门教程](http://blog.csdn.net/kmyhy/article/details/4200563)
* [精通 Groovy](http://www.ibm.com/developerworks/cn/education/java/j-groovy/j-groovy.html)


34 changes: 34 additions & 0 deletions Gradle/构建打包.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
###技术文章
* [美团Android自动化之旅—生成渠道包](http://tech.meituan.com/mt-apk-packaging.html)
* [Gradle多渠道打包[umeng]](http://www.jianshu.com/p/8b8fdd37bf26)
* [用Gradle 构建你的android程序](http://www.cnblogs.com/youxilua/archive/2013/05/20/3087935.html)
* [使用Gradle管理你的Android Studio工程](http://www.flysnow.org/2015/03/30/manage-your-android-project-with-gradle.html)
* [我的gradle多渠道打包记录](https://segmentfault.com/a/1190000003763833)
* [Gradle Build Variants for your android project](http://tulipemoutarde.be/2013/10/06/gradle-build-variants-for-your-android-project.html)
* [Android Studio Gradle打包实践之多渠道+版本号管理](http://ju.outofmemory.cn/entry/215254)
* [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/)
* [Android不需要重新编译打渠道包](http://www.race604.com/fast-apk-packaging/)


###开源项目
#####gradle-packer-plugin
Github地址:https://github.com/mcxiaoke/gradle-packer-plugin

#####gradle-advanced-build-version
Github地址:https://github.com/moallemi/gradle-advanced-build-version

#####MutiChannelPackup
https://github.com/pengjianbo/MutiChannelPackup

#####android-multi-channel-tool
Github地址:https://github.com/promeG/android-multi-channel-tool

#####android-appversion-gradle-plugin
Github地址:https://github.com/hamsterksu/android-appversion-gradle-plugin

#####android_gradle_script
Github地址:https://github.com/lihei12345/android_gradle_script

###其他资料
[Android插件化及动态部署—ATLAS](http://v.youku.com/v_show/id_XNTMzMjYzMzM2.html)

2 changes: 2 additions & 0 deletions Markdown/Markdown入门指南.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
###相关文章
* [Markdown入门指南](http://www.jianshu.com/p/468f111d8fd3)
77 changes: 77 additions & 0 deletions Markdown/Markdown基本语法.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
针对中文,演示Markdown的各种语法

大标题
===================================
大标题一般显示工程名,类似html的\<h1\><br />
你只要在标题下面跟上=====即可


中标题
-----------------------------------
中标题一般显示重点项,类似html的\<h2\><br />
你只要在标题下面输入------即可

### 小标题
小标题类似html的\<h3\><br />
小标题的格式如下 ### 小标题<br />
注意#和标题字符中间要有空格

### 注意!!!下面所有语法的提示我都先用小标题提醒了!!!

### 单行文本框
这是一个单行的文本框,只要两个Tab再输入文字即可
### 多行文本框
这是一个有多行的文本框
你可以写入代码等,每行文字只要输入两个Tab再输入文字即可
这里你可以输入一段代码

### 比如我们可以在多行文本框里输入一段代码,来一个Java版本的HelloWorld吧
public class HelloWorld {

/**
* @param args
*/
public static void main(String[] args) {
System.out.println("HelloWorld!");

}

}
### 链接
1.[点击这里你可以链接到www.google.com](http://www.google.com)<br />
2.[点击这里我你可以链接到我的博客](http://guoyunsky.iteye.com)<br />

###只是显示图片
![github](http://github.com/unicorn.png "github")

###想点击某个图片进入一个网页,比如我想点击github的icorn然后再进入www.github.com
[![image]](http://www.github.com/)
[image]: http://github.com/github.png "github"

### 文字被些字符包围
> 文字被些字符包围
>
> 只要再文字前面加上>空格即可
>
> 如果你要换行的话,新起一行,输入>空格即可,后面不接文字
> 但> 只能放在行首才有效
### 文字被些字符包围,多重包围
> 文字被些字符包围开始
>
> > 只要再文字前面加上>空格即可
>
> > > 如果你要换行的话,新起一行,输入>空格即可,后面不接文字
>
> > > > 但> 只能放在行首才有效
### 特殊字符处理
有一些特殊字符如<,#等,只要在特殊字符前面加上转义字符\即可<br />
你想换行的话其实可以直接用html标签\<br /\>



* 在行首加点
行首输入*,空格后输入内容即可

Binary file added 动态部署/.DS_Store
Binary file not shown.
File renamed without changes.
32 changes: 32 additions & 0 deletions 动态部署/动态加载.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
###技术文章
* [Android动态加载技术系列文章](http://segmentfault.com/a/1190000004062866)
* [Android动态加载技术三个关键问题详解](http://www.infoq.com/cn/articles/android-dynamic-loading)
* [Android中插件开发篇总结和概述](http://blog.csdn.net/jiangwei0910410003/article/details/48104581)
* [Android插件原理剖析](http://www.alloyteam.com/2014/04/android-cha-jian-yuan-li-pou-xi/)
* [Android动态加载jar/dex](http://www.cnblogs.com/over140/archive/2011/11/23/2259367.html)
* [Android 动态加载dex](http://blog.dreamtobe.cn/2015/12/07/android_dynamic_dex/)
* [Android 使用动态加载框架DL进行插件化开发](http://blog.csdn.net/t12x3456/article/details/39958755)
* [美团Android DEX自动拆包及动态加载简介](http://tech.meituan.com/mt-android-auto-split-dex.html)
* [Instant Run 浅析](http://tech.meituan.com/mt-android-auto-split-dex.html)
* [当Field邂逅65535](http://jiajixin.cn/2015/10/21/field-65535/)


###开源项目
#####AndroidDynamicLoader
Github地址:https://github.com/mmin18/AndroidDynamicLoader

#####dynamic-load-apk
Github地址:https://github.com/singwhatiwanna/dynamic-load-apk

#####Android PluginManager
Github地址:https://github.com/houkx/android-pluginmgr

#####ACDD
Github地址:https://github.com/bunnyblue/ACDD

#####DroidPlugin
Github地址:https://github.com/Qihoo360/DroidPlugin

###其他资料
[Android插件化及动态部署—ATLAS](http://v.youku.com/v_show/id_XNTMzMjYzMzM2.html)

25 changes: 25 additions & 0 deletions 动态部署/换肤.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
###技术文章
* [Android换肤技术总结](http://blog.zhaiyifan.cn/2015/09/10/Android%E6%8D%A2%E8%82%A4%E6%8A%80%E6%9C%AF%E6%80%BB%E7%BB%93/)
* [Android中插件开发篇之----应用换肤原理解析](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0819/3328.html)


###开源项目
#####MultipleTheme
Github地址:https://github.com/dersoncheng/MultipleTheme

#####Colorful
Github地址:https://github.com/bboyfeiyu/Colorful

#####ChangeSkin
Github地址:https://github.com/hongyangAndroid/ChangeSkin

#####Android-Skin-Loader
Github地址:https://github.com/fengjundev/Android-Skin-Loader

#####PluginTheme
Github地址:https://github.com/jiangyinbin/PluginTheme

#####Prism
Github地址:https://github.com/StylingAndroid/Prism


35 changes: 35 additions & 0 deletions 动态部署/热补丁.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
###技术文章
* [鸿洋-Android 热补丁动态修复框架小结](http://blog.csdn.net/lmj623565791/article/details/49883661)
* [markzhai-各大热补丁方案分析和比较](http://blog.zhaiyifan.cn/2015/11/20/HotPatchCompare/)
* [QQ空间终端开发团队-安卓App热补丁动态修复技术介绍](https://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=400118620&idx=1&sn=b4fdd5055731290eef12ad0d17f39d4a&scene=1&srcid=1106Imu9ZgwybID13e7y2nEi#wechat_redirect)
* [oschina-Android dex分包方案 ](http://my.oschina.net/853294317/blog/308583)
* [lzyzsd-Android热更新实现原理](http://blog.csdn.net/lzyzsd/article/details/49843581)
* [Android 基于Proxy/Delegate 实现bug热修复](http://blog.csdn.net/l2show/article/details/46967987)
* [Android-HotPatch在线热补丁方案](http://www.jianshu.com/p/2a7d16ab29e8)
* [Bugly-让App像Web一样发布新版本](http://bugly.qq.com/blog/?p=781)
* [天猫技术-Android App 线上热修复方案](http://mp.weixin.qq.com/s?__biz=MzA3Mjk1MjA4Nw==&mid=400452659&idx=1&sn=841b49b875ec3b307f261ed52a7d9c4e#rd)


###开源项目
#####Xposed
Github地址:https://github.com/rovo89/Xposed

#####Dexposed
Github地址:https://github.com/alibaba/dexposed

#####AndFix
Github地址:https://github.com/alibaba/AndFix

#####AndroidPatchUpdate
Github地址:https://github.com/JackCho/AndroidPatchUpdate

#####HotFix
Github地址:https://github.com/dodola/HotFix

#####Nuwa
Github地址:https://github.com/jasonross/Nuwa

#####DroidFix
Github地址:https://github.com/bunnyblue/DroidFix


3 changes: 2 additions & 1 deletion 开源/Android开源项目网站.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

###开源网站汇总
* [codekk](http://p.codekk.com/)
* [android-arsenal](https://android-arsenal.com/)
* [泡在网上的日子](http://www.jcodecraeer.com/)
* [Square](http://square.github.io/)
Expand Down
3 changes: 2 additions & 1 deletion 性能优化/工具篇/MAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ MAT
------------------
* [Android内存优化之一:MAT使用入门](http://androidperformance.com/2015/04/11/AndroidMemory-Usage-Of-MAT/)
* [Eclipse Memory Analyzer](http://www.vogella.com/tutorials/EclipseMemoryAnalyzer/article.html)
* [Android 性能优化之使用MAT分析内存泄露问题](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0309/2565.html)
* [Android 性能优化之使用MAT分析内存泄露问题](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0309/2565.html)
* [MAT - Memory Analyzer Tool 使用进阶](http://www.lightskystreet.com/2015/09/01/mat_usage/)
6 changes: 6 additions & 0 deletions 性能优化/番外篇/番外篇.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ Android性能优化番外篇
------------
* [胡凯的博客](http://hukai.me/)
* [Gracker的博客](http://androidperformance.com/)

Github
------------
#####awesome-android-performance
Github地址:https://github.com/Juude/awesome-android-performance

Empty file removed 热补丁/.gitignore
Empty file.
File renamed without changes.
13 changes: 13 additions & 0 deletions 订阅/订阅.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###开源网站汇总
* [android-arsenal](https://android-arsenal.com/)
* [泡在网上的日子](http://www.jcodecraeer.com/)
* [Square](http://square.github.io/)
* [android-open-project](https://github.com/Trinea/android-open-project)
* [awesome-android](https://github.com/snowdream/awesome-android/blob/master/README.md)
* [知乎:有哪些优秀的 Android 应用开源项目、特效、设计资料推荐?](http://www.zhihu.com/question/19804692)
* [jacsonlee](http://jacsonlee.github.io/Blog/?Android/getopensource)
* [Android Libraries and Resources](http://alamkanak.github.io/android-libraries-and-resources/)
* [android-libs](https://android-libs.com/)
* [爱开发](http://www.akaifa.com/)
* [fragmented](http://fragmentedpodcast.com/)

0 comments on commit 499c15a

Please sign in to comment.