
Android手册翻译
yozoe
这个作者很懒,什么都没留下…
展开
-
User Interface-用户界面
In an Android application, the uers interface is built using View and ViewGroup objects. There are many types of views and view groups, each原创 2011-08-30 10:10:51 · 551 阅读 · 0 评论 -
Android-Intents和Intent Filters
应用程序核心的三个组件包括-activities,services,和broadcast receivers - 都是通过消息被激活,我们把他称为intents.intent发送消息可以很容易的在同一或不同的应用程序的组件之间绑定.intent是一个Intent对象. 一个In原创 2011-08-02 13:57:10 · 339 阅读 · 0 评论 -
Content Providers
You define a ContentProvider subclass to expose your data to others using the conventions expected by ContentResolver and Cursor objects. Principally, this means implementing six abstract methods de原创 2011-11-01 16:26:18 · 323 阅读 · 0 评论