1. Android中的软引用(SoftRefrerence)和弱引用(WeakReference)

http://blog.csdn.net/stevenhu_223/article/details/18360397


2.关于Android的问号?和@符号的用法 

http://blog.csdn.net/wurensen/article/details/47444769


3.视频格式相关

android 多媒体封装格式详解---MKV :http://blog.csdn.net/chenchong_219/article/details/37994033

视频文件头解析--mkv :http://blog.csdn.net/hellofeiya/article/details/9269209

关于MP4文件格式解析:http://blog.csdn.net/hellofeiya/article/details/9279473


4.NIO非阻塞包

Android开发进阶之NIO非阻塞包(一):http://www.cnblogs.com/cpcpc/archive/2011/06/27/2123009.html

Android开发进阶之NIO非阻塞包(二):http://www.cnblogs.com/cpcpc/archive/2011/06/27/2123008.html

Android开发进阶之NIO非阻塞包(三)、(四)、(五)、(六)、(七)、(八)



5.EventBus使用详解

1、《EventBus使用详解(一)——初步使用EventBus》:http://blog.csdn.net/harvic880925/article/details/40660137
2、《EventBus使用详解(二)——EventBus使用进阶》:http://blog.csdn.net/harvic880925/article/details/40787203


6.android数据库

adb、sqlite3操作android数据库:http://blog.csdn.net/harvic880925/article/details/40477349

ANDROID开发之SQLite详解 :http://blog.csdn.net/harvic880925/article/details/24516545


7.用户手势检测

用户手势检测-GestureDetector使用详解:http://blog.csdn.net/harvic880925/article/details/39520901


8.SpannableString与SpannableStringBuilder

SpannableString与SpannableStringBuilder:http://blog.csdn.net/harvic880925/article/details/38984705


9.声明、使用与自定义权限

声明、使用与自定义权限:http://blog.csdn.net/harvic880925/article/details/38683625


10.Android 异步消息处理机制

       Android 异步消息处理机制 让你深入理解 Looper、Handler、Message三者关系 :http://blog.csdn.net/lmj623565791/article/details/38377229


更多相关文章

  1. android各组件详解
  2. [gitbook] Android框架分析系列之Android Binder详解
  3. Android GestureDetector手势监听
  4. 赵雅智_AndroidManifest.xml配置文件详解
  5. Android Intent机制实例详解(Activity篇)转

随机推荐

  1. Android中的icon适配
  2. Android第三方服务(1):语音识别(1)
  3. Android(安卓)自绘动画实现与优化实战—
  4. Android中绘制图表的开源框架AChartEngin
  5. Android(安卓)SurfaceView入门学习
  6. Android优质技术资源合集
  7. Android学习笔记13:表格布局管理器TableLa
  8. android xml解析生成探讨
  9. android:windowIsTranslucent &分享回调
  10. Android常用UI组件 - Button