Skip to content

Commit 3410006

Browse files
committed
Merge pull request tangqi92#4 from tangqi92/master
merge new code
2 parents 5171722 + 4bd9083 commit 3410006

File tree

1 file changed

+49
-9
lines changed

1 file changed

+49
-9
lines changed

README.md

Lines changed: 49 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
6060

6161
### ADB
6262

63-
1. [Android ADB常用命令](http://android.jobbole.com/61592/)
64-
2. [Android开发调试工具ADB的使用](http://www.cnblogs.com/meil/archive/2012/05/24/2516055.html)
65-
3. [Installing ADB on Windows 7](https://www.youtube.com/watch?v=5U_BfrXV90I)
66-
4. [Adb connection Error:远程主机强迫关闭了一个现有的连接](http://www.oschina.net/question/54100_33209)
67-
5. [Android通过Wifi来调试你的应用](http://www.stormzhang.com/android/2014/08/27/adb-over-wifi/)
63+
1. [Installing ADB on Windows 7](https://www.youtube.com/watch?v=5U_BfrXV90I)
64+
2. [Android ADB常用命令](http://android.jobbole.com/61592/)
65+
3. [Android开发调试工具ADB的使用](http://www.cnblogs.com/meil/archive/2012/05/24/2516055.html)
66+
4. [Android通过Wifi来调试你的应用](http://www.stormzhang.com/android/2014/08/27/adb-over-wifi/)
67+
5. [Adb connection Error:远程主机强迫关闭了一个现有的连接](http://www.oschina.net/question/54100_33209)
6868

6969
### Adapter
7070

@@ -82,8 +82,9 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
8282

8383
### Android-Async-Http
8484

85-
1. [快速Android开发系列网络篇之Android-Async-Http](http://www.cnblogs.com/angeldevil/p/3729808.html)
86-
2. [android-async-http框架库使用基础](http://yanbober.github.io/2014/11/11/csdn-opensource-analysis-5/)
85+
1. [Asynchronous Http Client for Android](https://github.com/loopj/android-async-http)
86+
2. [快速Android开发系列网络篇之Android-Async-Http](http://www.cnblogs.com/angeldevil/p/3729808.html)
87+
3. [android-async-http框架库使用基础](http://yanbober.github.io/2014/11/11/csdn-opensource-analysis-5/)
8788

8889
### Android Studio
8990

@@ -96,6 +97,7 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
9697
7. [倍数提高工作效率的Android Studio奇技](http://zlv.me/posts/2015/07/13/14_android-studio-tips/)
9798
8. [Android Studio 快捷键(Windows)](http://blog.csdn.net/altair86/article/details/8972178)
9899
9. [Android Studio系列教程:安装、基本设置、Gradle基础、打包](http://stormzhang.com)
100+
10. [Android Studio有什么奇技淫巧](http://www.zhihu.com/question/27482725)
99101

100102
### AQuery
101103

@@ -222,6 +224,7 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
222224
5. [灵活强大的构建系统Gradle](http://tech.meituan.com/gradle-practice.html)
223225
6. [Gradle Android Could not find method testPackage()](http://stackoverflow.com/questions/16971740/gradle-android-could-not-find-method-testpackage)
224226
7. [Android Studio 1.0 Gradle Error with getConfiguration()](http://stackoverflow.com/questions/27410183/android-studio-1-0-gradle-error-with-getconfiguration)
227+
8. [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/)
225228

226229
### greenDao
227230

@@ -237,6 +240,14 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
237240

238241
---
239242

243+
## H
244+
245+
### Hotfix
246+
247+
1. [Android热更新实现原理](http://blog.csdn.net/lzyzsd/article/details/49843581#0-tsina-1-98317-397232819ff9a47a7b7e80a40613cfe1)
248+
2. [Android App 线上热修复方案](http://lirenlong.github.io/hotfix/)
249+
3. [Nuwa](https://github.com/jasonross/Nuwa)
250+
240251
## I
241252

242253
### ImageView
@@ -272,6 +283,16 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
272283

273284
---
274285

286+
## K
287+
288+
### Kotlin
289+
290+
1. [Kotlin Programming Language](https://github.com/JetBrains/kotlin)
291+
2. [Kotlin中文站点](http://kotlinlang.cn/)
292+
3. [使用Kotlin进行Android开发](http://ragnraok.github.io/using-kotlin-to-write-android-app.html)
293+
294+
---
295+
275296
## L
276297

277298
### ListFragment
@@ -302,6 +323,12 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
302323
3. [谢谷歌大神传我动画设计30年功力](http://www.zcool.com.cn/article/ZMTU5MzAw.html#jtss-tsina)
303324
4. [Codelab for Android Design Support Library used in I/O Rewind Bangkok session](http://inthecheesefactory.com/blog/android-design-support-library-codelab/en)
304325

326+
### MVP
327+
328+
1. [浅谈 MVP in Android](http://blog.csdn.net/lmj623565791/article/details/46596109)
329+
2. [Android中的MVP](http://rocko.xyz/2015/02/06/Android%E4%B8%AD%E7%9A%84MVP/)
330+
3. [开源项目Philm的MVP架构分析](http://www.lightskystreet.com/2015/02/10/philm_mvp/)
331+
305332
---
306333

307334
## N
@@ -358,6 +385,12 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
358385

359386
## R
360387

388+
### React Native
389+
390+
1. [React Native for Android 入门老虎](http://www.race604.com/react-native-for-android-start/)
391+
2. [React Native For Android初体验](http://www.jianshu.com/p/847a54e0c385)
392+
393+
361394
### Reference
362395

363396
1. [Java的引用StrongReference、 SoftReference、 WeakReference 、PhantomReference](http://blog.csdn.net/mxbhxx/article/details/9111711)
@@ -373,6 +406,12 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
373406
6. [Create RecyclerView with multiple view type](http://doublewong.com/2014/create-recyclerview-with-multiple-view-type/)
374407
7. [Simple RecyclerView Divider](https://github.com/troyliu0105/Android-Tips/blob/master/Utils/Content/Simple_RecyclerView_Divider.md)
375408

409+
### RxJava
410+
411+
1. [RxJava: Reactive Extensions for the JVM](https://github.com/ReactiveX/RxJava)
412+
2. [给 Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083)
413+
414+
376415
### RandomAccessFile
377416

378417
1. [Java RandomAccessFile用法](http://blog.csdn.net/akon_vm/article/details/7429245)
@@ -484,8 +523,9 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
484523

485524
### Volley
486525

487-
1. [Android Volley完全解析(一),初识Volley的基本用法](http://blog.csdn.net/guolin_blog/article/details/17482095)
488-
2. [Android库Volley的使用介绍](https://bxbxbai.github.io/2014/09/14/android-working-with-volley/)
526+
1. [Android Volley](https://github.com/mcxiaoke/android-volley)
527+
2. [Android Volley完全解析(一),初识Volley的基本用法](http://blog.csdn.net/guolin_blog/article/details/17482095)
528+
3. [Android库Volley的使用介绍](https://bxbxbai.github.io/2014/09/14/android-working-with-volley/)
489529

490530
---
491531

0 commit comments

Comments
 (0)