|
39 | 39 | 1. [快速Android开发系列网络篇之Android-Async-Http](http://www.cnblogs.com/angeldevil/p/3729808.html)
|
40 | 40 | 2. [android-async-http框架库使用基础](http://yanbober.github.io/2014/11/11/csdn-opensource-analysis-5/)
|
41 | 41 |
|
42 |
| - |
43 |
| -### Android Studio |
44 |
| - |
45 |
| -1. [Android Studio导入项目](http://ask.android-studio.org/?/article/21) |
46 |
| -2. [Android Studio 简单设置](http://blog.gaoqixhb.com/p/54b9c293bf1ac9364284af78) |
47 |
| -3. [Android Studio 简介及导入 jar 包和第三方开源库方法](http://drakeet.me/android-studio) |
48 |
| -4. [Android Studio使用技巧系列教程(一)](http://blog.csdn.net/growth58/article/details/46729803) |
49 |
| -5. [Android Studio中如何使用Git和Github来管理项目](http://blog.csdn.net/wei18359100306/article/details/45645145) |
50 |
| - |
51 |
| - |
52 | 42 | ### AQuery
|
53 | 43 |
|
54 | 44 | 1. [AQuery Image Loading](http://programmerguru.com/android-tutorial/aquery-image-loading/)
|
55 | 45 | 2. [Android之使用Android-query框架进行开发(一)](http://www.cnblogs.com/lee0oo0/archive/2012/10/25/2738299.html)
|
56 | 46 |
|
57 |
| - |
58 | 47 | ### AsyncTask
|
59 | 48 |
|
60 | 49 | 1. [Android AsyncTask完全解析,带你从源码的角度彻底理解](http://blog.csdn.net/guolin_blog/article/details/11711405)
|
|
85 | 74 | 2. [一个经典例子让你彻彻底底理解java回调机制](http://blog.csdn.net/xiaanming/article/details/8703708)
|
86 | 75 | 3. [Java设计模式-回调函数和观察者模式](http://blog.csdn.net/cauchyweierstrass/article/details/44593807)
|
87 | 76 |
|
88 |
| - |
89 | 77 | ### CardView
|
90 | 78 |
|
91 | 79 | 1. [Android5.0新控件CardView的介绍和使用](http://www.cnblogs.com/tianzhijiexian/p/4067308.html)
|
|
96 | 84 |
|
97 | 85 | 1. [How to check visibility of software keyboard in Android?](http://stackoverflow.com/questions/2150078/how-to-check-visibility-of-software-keyboard-in-android)
|
98 | 86 |
|
99 |
| - |
100 | 87 | ### Configuration Change
|
101 | 88 |
|
102 | 89 | 1. [Android Configuration change引发的问题及解决方法](http://blog.csdn.net/aliaooooo/article/details/23606179?utm_source=tuicool)
|
|
107 | 94 | 1. [android学习—— context 和 getApplicationContext()](http://blog.csdn.net/janronehoo/article/details/7348566)
|
108 | 95 | 2. [Android中Context详解 ---- 你所不知道的Context](http://blog.csdn.net/qinjuning/article/details/7310620)
|
109 | 96 |
|
110 |
| - |
111 | 97 | ### CoordinatorLayout
|
112 | 98 |
|
113 | 99 | 1. [CoordinatorLayout与滚动的处理](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0717/3196.html)
|
|
144 | 130 | 6. [android Fragments详解四:管理fragment](http://www.cnblogs.com/mybkn/articles/2455138.html)
|
145 | 131 | 7. [Android Fragment 嵌套使用(Nested Fragments)](http://blog.csdn.net/top_code/article/details/37343075)
|
146 | 132 |
|
147 |
| - |
148 | 133 | ## G
|
149 | 134 |
|
| 135 | +### Glide |
| 136 | + |
| 137 | +1. [Glide 一个专注于平滑滚动的图片加载和缓存库](http://www.jianshu.com/p/4a3177b57949?utm_campaign=maleskine&utm_content=note&utm_medium=writer_share&utm_source=weibo) |
| 138 | +2. [Google推荐的图片加载库Glide介绍](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0327/2650.html) |
| 139 | + |
150 | 140 | ### Gradle
|
151 | 141 |
|
152 | 142 | 1. [用Gradle 构建你的android程序](http://www.cnblogs.com/youxilua/archive/2013/05/20/3087935.html)
|
|
168 | 158 | 1. [Android入门第八篇之GridView(九宫图)](http://blog.csdn.net/hellogv/article/details/4567095)
|
169 | 159 | 2. [用Volley让GridView加载网络图片](http://www.cnblogs.com/tianzhijiexian/p/4277873.html)
|
170 | 160 |
|
171 |
| -### Glide |
172 |
| - |
173 |
| -1. [Glide 一个专注于平滑滚动的图片加载和缓存库](http://www.jianshu.com/p/4a3177b57949?utm_campaign=maleskine&utm_content=note&utm_medium=writer_share&utm_source=weibo) |
174 |
| -2. [Google推荐的图片加载库Glide介绍](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0327/2650.html) |
175 |
| - |
176 |
| -### Git |
177 |
| - |
178 |
| -1. [Pro Git](http://git-scm.com/book/zh/v1) |
179 |
| -2. [GitHub秘籍](http://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html) |
180 |
| -3. [git - 简易指南](http://www.bootcss.com/p/git-guide/) |
181 |
| -4. [基于Github参与开源项目指南](http://yeungeek.com/2015/07/01/%E5%9F%BA%E4%BA%8EGithub%E5%8F%82%E4%B8%8E%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E6%8C%87%E5%8D%97/) |
182 |
| - |
183 |
| - |
184 |
| -## H |
185 |
| - |
186 |
| -### Hexo |
| 161 | +## I |
187 | 162 |
|
188 |
| -1. [如何搭建一个独立博客——简明Github Pages与Hexo教程](http://www.jianshu.com/p/05289a4bc8b2) |
189 |
| -2. [Mac下程序员博客之 Hexo + GitHub Pages + GitCafe Pages + DNSPod](http://godera.org/2015/03/16/Mac%E4%B8%8B%E7%A8%8B%E5%BA%8F%E5%91%98%E5%8D%9A%E5%AE%A2%E4%B9%8BHexo-GitHub-Pages-GitCafe-Pages-DNSPod/) |
190 |
| -3. [动动手指,NexT主题与Hexo更搭哦(基础篇)](http://www.arao.me/2015/hexo-next-theme-optimize-base/) |
191 |
| -4. [hexo博客搭建时遇到的一些问题](http://chitanda.me/2015/06/11/tips-for-setup-hexo/) |
| 163 | +### ImageView |
192 | 164 |
|
193 |
| -## I |
| 165 | +1. [[Android] ImageView.ScaleType设置图解](http://blog.csdn.net/larryl2003/article/details/6919513) |
194 | 166 |
|
195 |
| -### Immersive Full-Screen Mode - 全屏沉浸式 |
| 167 | +### Immersive Full-Screen Mode |
196 | 168 |
|
197 | 169 | 1. [Using Immersive Full-Screen Mode](https://developer.android.com/training/system-ui/immersive.html)
|
198 | 170 | 2. [全屏沉浸式应用](http://hukai.me/android-training-course-in-chinese/ui/system-ui/immersive.html)
|
199 |
| -3. [利用swiftype为hexo添加站内搜索v2.0](http://www.jerryfu.net/post/search-engine-for-hexo-with-swiftype-v2.html) |
200 |
| -4. [Android 开发笔记——通过 Intent 传递类对象](http://www.cnblogs.com/shaocm/archive/2013/01/08/2851248.html) |
201 | 171 |
|
202 | 172 | ### Intent
|
203 | 173 |
|
204 | 174 | 1. [Android系列教程之十:Intents and Intent Filters(一)](http://flysnow.iteye.com/blog/961576)
|
205 | 175 | 2. [ Android高手进阶教程(十七)之---Android中Intent传递对象的两种方法(Serializable,Parcelable)!](http://blog.csdn.net/android_tutor/article/details/5740845)
|
206 | 176 | 3. [Intent filter 关于Action、Category属性详解---附带实例源码](http://blog.csdn.net/andie_guo/article/details/9271973)
|
207 | 177 | 4. [startActivityForResult用法详解](http://www.cnblogs.com/linjiqin/archive/2011/06/03/2071956.html)
|
208 |
| - |
209 |
| -### ImageView |
210 |
| - |
211 |
| -1. [[Android] ImageView.ScaleType设置图解](http://blog.csdn.net/larryl2003/article/details/6919513) |
| 178 | +5. [Android 开发笔记——通过 Intent 传递类对象](http://www.cnblogs.com/shaocm/archive/2013/01/08/2851248.html) |
212 | 179 |
|
213 | 180 | ## J
|
214 | 181 |
|
|
278 | 245 | 1. [PreferenceActivity(首选项设置页)](http://blog.csdn.net/plussoft/article/details/9993759)
|
279 | 246 | 2. [Android的设置界面及Preference使用](http://blog.csdn.net/ichliebephone/article/details/5916320)
|
280 | 247 |
|
281 |
| - |
282 | 248 | ## R
|
283 | 249 |
|
284 | 250 | ### Reference
|
|
311 | 277 | 2. [ExecutorService 的理解与使用](http://blog.csdn.net/bairrfhoinn/article/details/16848785)
|
312 | 278 | 3. [Android基本功:IntentService的使用](http://blog.csdn.net/p106786860/article/details/17885115)
|
313 | 279 |
|
314 |
| - |
315 | 280 | ### SharedPreference
|
316 | 281 |
|
317 | 282 | 1. [Android SharedPreferences使用以及原理详解](http://blog.csdn.net/wxyyxc1992/article/details/17222841)
|
|
333 | 298 |
|
334 | 299 | 1. [Android Support兼容包详解](https://getpocket.com/a/read/881902653)
|
335 | 300 |
|
336 |
| - |
337 | 301 | ### SwipeRefreshLayout
|
338 | 302 |
|
339 | 303 | 1. [Android SwipeRefreshLayout](http://www.stormzhang.com/android/2014/03/29/android-swiperefreshlayout/)
|
340 | 304 |
|
341 |
| - |
342 |
| - |
343 | 305 | ## T
|
344 | 306 |
|
345 | 307 | ### Textview
|
|
358 | 320 | 8. [Java(Android)中线程池的使用](http://landerlyoung.github.io/blog/2014/09/23/javazhong-xian-cheng-chi-de-shi-yong/)
|
359 | 321 | 9. [Java(Android)线程池](http://www.trinea.cn/android/java-android-thread-pool/)
|
360 | 322 |
|
361 |
| - |
362 | 323 | ## V
|
363 | 324 |
|
364 | 325 | ### ViewPager
|
|
402 | 363 | 8. [在WebView中如何让JS与Java安全地互相调用](http://www.pedant.cn/2014/07/04/webview-js-java-interface-research/)
|
403 | 364 | 9. [Android WebView的Js对象注入漏洞解决方案](http://blog.csdn.net/leehong2005/article/details/11808557)
|
404 | 365 |
|
405 |
| - |
406 | 366 | ## 其他
|
407 | 367 |
|
408 |
| -### Code Style |
409 |
| - |
410 |
| -1. [Java编程规范](http://www.stormzhang.com/java/2013/07/20/java-coding-standards/) |
411 |
| -2. [Android 命名规范 (提高代码可以读性)](http://blog.csdn.net/vipzjyno1/article/details/23542617) |
412 |
| -3. [Code Style Guidelines for Contributors](http://source.android.com/source/code-style.html) |
413 |
| - |
414 |
| ---- |
415 |
| - |
416 | 368 | ### 自定义控件
|
417 | 369 |
|
418 | 370 | 1. [Android 自定义View及其在布局文件中的使用示例](http://www.cnblogs.com/crashmaker/p/3521310.html)
|
|
427 | 379 |
|
428 | 380 | ---
|
429 | 381 |
|
| 382 | +### Android Studio |
| 383 | + |
| 384 | +1. [Android Studio导入项目](http://ask.android-studio.org/?/article/21) |
| 385 | +2. [Android Studio 简单设置](http://blog.gaoqixhb.com/p/54b9c293bf1ac9364284af78) |
| 386 | +3. [Android Studio 简介及导入 jar 包和第三方开源库方法](http://drakeet.me/android-studio) |
| 387 | +4. [Android Studio使用技巧系列教程(一)](http://blog.csdn.net/growth58/article/details/46729803) |
| 388 | +5. [Android Studio中如何使用Git和Github来管理项目](http://blog.csdn.net/wei18359100306/article/details/45645145) |
| 389 | + |
| 390 | +--- |
| 391 | + |
| 392 | +### Code Style |
| 393 | + |
| 394 | +1. [Java编程规范](http://www.stormzhang.com/java/2013/07/20/java-coding-standards/) |
| 395 | +2. [Android 命名规范 (提高代码可以读性)](http://blog.csdn.net/vipzjyno1/article/details/23542617) |
| 396 | +3. [Code Style Guidelines for Contributors](http://source.android.com/source/code-style.html) |
| 397 | + |
| 398 | +--- |
| 399 | + |
| 400 | +### Git |
| 401 | + |
| 402 | +1. [Pro Git](http://git-scm.com/book/zh/v1) |
| 403 | +2. [GitHub秘籍](http://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html) |
| 404 | +3. [git - 简易指南](http://www.bootcss.com/p/git-guide/) |
| 405 | +4. [基于Github参与开源项目指南](http://yeungeek.com/2015/07/01/%E5%9F%BA%E4%BA%8EGithub%E5%8F%82%E4%B8%8E%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE%E6%8C%87%E5%8D%97/) |
| 406 | + |
| 407 | +--- |
| 408 | + |
| 409 | +### Hexo |
| 410 | + |
| 411 | +1. [如何搭建一个独立博客——简明Github Pages与Hexo教程](http://www.jianshu.com/p/05289a4bc8b2) |
| 412 | +2. [Mac下程序员博客之 Hexo + GitHub Pages + GitCafe Pages + DNSPod](http://godera.org/2015/03/16/Mac%E4%B8%8B%E7%A8%8B%E5%BA%8F%E5%91%98%E5%8D%9A%E5%AE%A2%E4%B9%8BHexo-GitHub-Pages-GitCafe-Pages-DNSPod/) |
| 413 | +3. [动动手指,NexT主题与Hexo更搭哦(基础篇)](http://www.arao.me/2015/hexo-next-theme-optimize-base/) |
| 414 | +4. [hexo博客搭建时遇到的一些问题](http://chitanda.me/2015/06/11/tips-for-setup-hexo/) |
| 415 | + |
| 416 | +--- |
| 417 | + |
430 | 418 | ### Smali
|
431 | 419 |
|
432 | 420 | 1. [Smali--Dalvik虚拟机指令语言-->【android_smali语法学习一】
|
|
0 commit comments