Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fx-max/point-of-android
Android 一些重要知识点解析整理
https://github.com/fx-max/point-of-android
Last synced: 29 days ago
JSON representation
Android 一些重要知识点解析整理
- Host: GitHub
- URL: https://github.com/fx-max/point-of-android
- Owner: FX-Max
- Created: 2014-09-10T09:22:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T16:24:52.000Z (about 3 years ago)
- Last Synced: 2024-10-14T19:03:09.102Z (29 days ago)
- Homepage:
- Size: 11.7 KB
- Stars: 1,598
- Watchers: 120
- Forks: 401
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tips
=>later
Main
=## Android中的异步任务机制
* [Android中AsyncTak的使用与源码分析](http://blog.csdn.net/bboyfeiyu/article/details/8973058)
* [Android AsyncTask 完全解析,带你从源码的角度彻底理解](http://blog.csdn.net/guolin_blog/article/details/11711405)
* [Android 异步消息处理机制完全解析,带你从源码角度彻底理解](http://blog.csdn.net/guolin_blog/article/details/9991569)
* [Android 异步消息处理机制 让你深入理解 Looper、Handler、Message三者关系](http://blog.csdn.net/lmj623565791/article/details/38377229)
* [Android消息循环分析](http://blog.isming.me/2014/04/02/android-message-loop-analyze/)
## Android Activity
* [developer 官网](http://developer.android.com/guide/topics/manifest/activity-element.html#lmode) (强烈推荐 dev guide)
* [Android的启动模式(android:launchMode)](http://blog.csdn.net/lincyang/article/details/6826021)
* [Activity 的启动模式(android:launchMode)](http://blog.csdn.net/feng88724/article/details/6412638)
* [Android Activity 的四种启动模式](http://blog.csdn.net/android_tutor/article/details/6310015)
* [Android入门:Activity四种启动模式](http://www.cnblogs.com/meizixiong/archive/2013/07/03/3170591.html)
## Android Intent
* [Android中Intent传递对象的两种方法(Serializable,Parcelable)](http://blog.csdn.net/android_tutor/article/details/5740845)
*评论 29,85,96**序列化: [Serializable与Parcelable传递对象详解(activity间传递对象方式)](http://blog.csdn.net/hudan2714/article/details/7856130)*
* [Intent匹配规则以及解析框架深入分析](http://blog.csdn.net/qinjuning/article/details/7384906)
* [基础总结篇之九:Intent应用详解](http://blog.csdn.net/liuhe688/article/details/7162988)
* [android Intent机制详解](http://blog.csdn.net/t12x3456/article/details/7688154)
## Android线程间通信
* [Android并发编程-线程间通信的三种基本方式](http://blog.csdn.net/manoel/article/details/38964563)
* [Android Service与Activity之间通信的几种方式](http://blog.csdn.net/xiaanming/article/details/9750689)
*评论 19*
* [Android中程序与Service交互的方式——交互方式](http://blog.csdn.net/yihongyuelan/article/details/7216188)
* [Android的进程与线程](http://android.jobbole.com/80640/)
* [Andorid Binder进程间通信总结](http://blog.csdn.net/jltxgcy/article/details/30993741)
## Android UI 及布局
* [Android 中的像素单位](http://www.cnblogs.com/bluestorm/archive/2012/10/04/2711508.html)
* [你有多熟悉listview](http://www.cnblogs.com/noTice520/archive/2011/12/05/2276379.html)
* [Android Fragment完全解析,关于碎片你所需知道的一切](http://blog.csdn.net/guolin_blog/article/details/8881711)
* [Android中将布局文件/View添加至窗口过程分析 ---- 从setContentView()谈起](http://blog.csdn.net/qinjuning/article/details/7226787)
* [Android中的尺寸单位](http://www.cnblogs.com/bluestorm/archive/2012/10/04/2711508.html)
* [Android中View绘制流程以及invalidate()等相关方法分析](http://blog.csdn.net/qinjuning/article/details/7110211)
## Android 网络访问
* [Android Volley 完全解析系列](http://blog.csdn.net/guolin_blog/article/details/17482095)
* [Android中网络操作使用总结](http://blog.isming.me/2014/05/11/use-network-in-android/)
* [HTTP协议之状态码详解](http://v5browser.iteye.com/blog/1769789)
## OOM 问题
* [Android 高效加载大图、多图解决方案,有效避免程序 OOM](http://blog.csdn.net/guolin_blog/article/details/9316683)
## ANR 问题
* [什么是 ANR ? 如何避免它?](http://blog.csdn.net/Zengyangtech/article/details/6025671)
## Android 事件分发机制
* [Android 中的事件处理](http://blog.csdn.net/dawanganban/article/details/19285977)
* [Android事件分发机制完全解析,带你从源码的角度彻底理解(上)](http://blog.csdn.net/guolin_blog/article/details/9097463)
* [Android事件分发机制完全解析,带你从源码的角度彻底理解(下)](http://blog.csdn.net/guolin_blog/article/details/9153747)
* [Adnroid View 事件分发机制 源码解析](http://blog.csdn.net/lmj623565791/article/details/38960443)
* [Android ViewGroup事件分发机制](http://blog.csdn.net/lmj623565791/article/details/39102591)
* [Andriod 从源码的角度详解View,ViewGroup的Touch事件的分发机制](http://blog.csdn.net/xiaanming/article/details/21696315)
## Android 进程间通信
* [Android aidl Binder框架浅析](http://blog.csdn.net/lmj623565791/article/details/38461079)
* [Android AIDL 实例解析](http://blog.csdn.net/bboyfeiyu/article/details/39003759)
* [Android 进程间传递复杂数据(AIDL)](http://blog.csdn.net/dawanganban/article/details/17524581)
* [Android IPC进程间通讯机制学习笔记](http://www.cnblogs.com/bluestorm/archive/2011/11/05/2298125.html)
* [Android中的跨进程通信的实现(一)——远程调用过程和 AIDL](http://foocoder.com/blog/androidzhong-de-kua-jin-cheng-tong-xin-de-shi-xian-%28%5B%3F%5D-%29-yuan-cheng-diao-yong-guo-cheng-he-aidl.html/)
## Android底层及Linux
* [Android系统开发-linux进程基本概念](http://blog.csdn.net/dawanganban/article/details/38854817)
* [Android的虚拟机Dalvik 介绍](http://blog.csdn.net/Android_Tutor/article/details/5334228)
* [ANDROID内存优化(大汇总——全)](http://blog.csdn.net/a396901990/article/details/38904543)
* [Android系统启动过程](http://blog.csdn.net/jltxgcy/article/details/46669147)
## Android 数据存储与数据解析
* [android解析XML总结(SAX、Pull、Dom三种方式)](http://www.cnblogs.com/JerryWang1991/archive/2012/02/24/2365507.html)
## Android 架构与设计模式
* [一种在android中实现MVP模式的新思路](https://github.com/bboyfeiyu/android-tech-frontier/tree/master/androidweekly/%E4%B8%80%E7%A7%8D%E5%9C%A8android%E4%B8%AD%E5%AE%9E%E7%8E%B0MVP%E6%A8%A1%E5%BC%8F%E7%9A%84%E6%96%B0%E6%80%9D%E8%B7%AF)
* [一种更清晰的Android架构](https://github.com/bboyfeiyu/android-tech-frontier/tree/master/androidweekly/%E4%B8%80%E7%A7%8D%E6%9B%B4%E6%B8%85%E6%99%B0%E7%9A%84Android%E6%9E%B6%E6%9E%84)
## 其他
* [一个经典例子让你彻彻底底理解java回调机制](http://blog.csdn.net/xiaanming/article/details/8703708)
* [Java 并发面试题](http://blog.csdn.net/geolo/article/details/8670900)
*题可以看看,至于答案,就要仔细斟酌了*
* [从 MVC 框架看 MVC 架构的设计](http://kb.cnblogs.com/page/502983/)
* [Android四大基本组件介绍与生命周期](http://www.cnblogs.com/bravestarrhu/archive/2012/05/02/2479461.html)
Epilogue
=### Standing on Shoulders of Giants
Thanks
=### 感谢以上文章的原作者,谢谢你们的无私分享。