
android
huangwj20042008
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Resources and Internationalization
Resources are external files (that is, non-code files) that are used by your code and compiled into your application at build time. Android supports a number of different kinds of resource files, incl转载 2009-12-05 19:31:00 · 526 阅读 · 0 评论 -
Available Resource Types
This page describes the different types of resources that you can externalize from your code and package with your application. For more details on how to use resources in your application, please s转载 2009-12-05 19:33:00 · 1106 阅读 · 0 评论 -
Intents and Intent Filters
Three of the core components of an application — activities, services, and broadcast receivers — are activated through messages, called intents. Intent messaging is a facility for late run-time bindin转载 2009-12-05 19:34:00 · 1124 阅读 · 0 评论 -
Content Providers
Content providers store and retrieve data and make it accessible to all applications. Theyre the only way to share data across applications; theres no common storage area that all Android packages c转载 2009-12-05 19:36:00 · 738 阅读 · 0 评论