摘要:
Android平台一个突出的特点就是打破传统应用开发那种程序独立,进程独立的特性,最大限度实现了复用的理念。 在传统的平台中,进程是完全独立的,P1和P2直接是完全独立的,像有一道墙一样。 而Andr... 阅读全文
随笔分类 - ANDROID系统结构
Android应用目录(二)----资源的调用
2011-05-23 22:08 by bitfairyland, 595 阅读, 收藏,
摘要:
Accessing ResourcesQuickviewResources can be referenced from code using integers from R.java, such as R.drawable.myimageResources can be referenced from resources using a special XML syntax, such as @drawable/myimageYou can also access your app resources with methods in ResourcesKey classesResources 阅读全文
Android应用目录(一)-----资源目录
2011-05-23 22:03 by bitfairyland, 818 阅读, 收藏,
摘要:
Application List MyApp/AndroidManifest.xml(required) Advertises the screens that this application provides, where they can be launched (from the main program menu or elsewhere), any content providers it implements and what kind of data they handle, where the implementation classes are, and other app 阅读全文
浙公网安备 33010602011771号