Skip to content

Instantly share code, notes, and snippets.

@wangmuy
Last active August 29, 2015 14:05
Show Gist options
  • Save wangmuy/b0ef83b504bef9e643b4 to your computer and use it in GitHub Desktop.
Save wangmuy/b0ef83b504bef9e643b4 to your computer and use it in GitHub Desktop.
Android Reading List
入门
==========
[四大组件](http://developer.android.com/guide/components/fundamentals.html)
[Life cycle from d.android.com](http://d.android.com/reference/android/app/Activity.html)
[Life cycle from 'Hello Android'](http://media.pragprog.com/titles/eband3/concepts.pdf)
[Life cycle image](https://github.com/xxv/android-lifecycle/blob/master/complete_android_fragment_lifecycle.png)
[Context分类](http://www.doubleencore.com/2013/06/context/)
[Intent]()
[点9图](http://isux.tencent.com/android-ui-9-png.html)
[src/res 资源匹配](http://developer.android.com/guide/topics/resources/providing-resources.html)
[selector](http://developer.android.com/guide/topics/resources/color-list-resource.html)
[布局优化](http://stormzhang.github.io/android/2014/04/10/android-optimize-layout)
[Touch Mode](http://android-developers.blogspot.com/2008/12/touch-mode.html)
[ANR]()
熟悉
==========
[UI线程, AsyncTask, Handler, Looper, HandlerThread, Loaders]()
[ListView原理](http://lucasr.org/2012/04/05/performance-tips-for-androids-listview/)
[自定义View](http://lucasr.org/2014/05/12/custom-layouts-on-android/)
[TombStone]()
精通
==========
[Binder, Zygote, Framework...](http://www.cnblogs.com/samchen2009/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment