- 浏览: 3372 次
最新评论
文章列表
https://play.google.com/store/books/details/Nikolay_Elenkov_Android_Security_Internals?id=y11NBQAAQBAJ
https://events.linuxfoundation.org/sites/events/files/slides/abs2014_seforandroid_smalley.pdf
http://stackoverflow.com/questions/5440610/git-and-difftool-problems-what-do-local-and-remote-point-to
there are 4 components to this (note that before this step, you would have already done a local-checkin.)
The local-checkin that your git tree has: LOCAL
The head of the remote repository (that is ...
资料网站
https://dzone.com/articles/visualization-android-activity
https://plus.google.com/+StevePomeroy/posts
重要网站
http://xda-university.com/as-a-developer/repo-tips-tricks
google repo introduce details
http://www.instructables.com/id/Using-Googles-repo-command-in-your-own-projects/
UML Class Diagram: Association, Aggregation and Composition
http://aviadezra.blogspot.com/2009/05/uml-association-aggregation-composition.html
http://aviadezra.blogspot.com/2009/10/uml-usecase-actor-activity.html
里面有个ppt 是很好的资料
build.prop
http://baike.baidu.com/link?url=HO-dRTSpA_cTgfqFGDOSOXFghl2OWoaE4BCRgbItmfomNObU_DWqUP8c9zkH7bXJrrCjrytftj8-O3Phdadlka
在Android系统中有一个类似Windows系统注册表的文件build.prop。这个文件内定义了系统初始(或永久)的一些参数属性、功能的开放等。通过调整/增加参数可以达到较调系统性能偏重点和附加功能开启的作用。
中文名 build.prop 出 处 Android系统 类 型注册表 作 用 定义了系统初始的一些参数属 ...
1. android Broadcaset 的 onReceive() 方法里面 初始化 handler 会导致后续的广播接收不到。
---------把handler 做为全局变量 ,初始化。