Android开发-API指南-Android简介】的更多相关文章

Introduction to Android 英文原文:http://developer.android.com/intl/zh-cn/guide/index.html 采集日期:2014-4-16 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300101gtjm.html 要想学习 App 是如何运作的,请阅读应用程序开发基础. 要马上开始编写代码,请阅读Building Your First App. Android 为应用程序提供了一个内容丰富…
Fragments 英文原文:http://developer.android.com/guide/components/fragments.html 采集日期:2014-12-31 在本文中 设计理念 创建 Fragment 添加用户界面组件 把 Fragment 加入 Activity 管理 Fragment 执行 Fragment 事务 与 Activity 通讯 创建 Activity 的事件回调方法 在 Action Bar 中添加菜单项 处理 Fragment 的生命周期 与 Act…
Contacts Provider 今年加入了某字幕组,加之杂事颇多,许久未添新文了,惭愧之极. 在听闻 Google 即将重返中国后,近日忽又发现官方网站正在放出 API 中文版,比如本文.当然不是大家所译,但至少句子结构较通顺,窃以为比 MSDN 中文版好些.虽有些生硬(比如将 Provider 译为“提供者”,有趣得紧),但好在前无古人,也许 Google 自此便统一了自己的中文术语也未可知.能让更多的国人精确领悟 Android 的精髓,肯定是好事,希望 Google 继续坚持. 这事应…
<uses-feature> 英文原文:http://developer.android.com/guide/topics/manifest/uses-feature-element.html 采集(更新)日期:2014-7-7 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmwf.html 在本文中 Google Play 和基于设备特性的过滤机制 基于显式声明的特性需求进行过滤 基于隐含的特性需求进行过滤 对蓝牙特性的特殊处理 对应用…
<provider> 英文原文:http://developer.android.com/guide/topics/manifest/provider-element.html 采集(更新)日期:2014-7-1 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmv5.html 语法: <provider android:authorities="list" android:enabled=["true&…
<application> 英文原文:http://developer.android.com/guide/topics/manifest/application-element.html 采集(更新)日期:2014-5-30 更新下老的文档,祝贺下自己 42 岁的生日. 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmga.html 语法: <application android:allowTaskReparenting=[&q…
Application Fundamentals 英文原文:http://developer.android.com/guide/components/fundamentals.html 采集(更新)日期:2015-05-11 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300101h41p.html 在本文中 应用程序组件 激活组件 Manifest 文件 声明组件 声明应用程序的软硬件需求 应用程序资源 Android 应用程序是用 Java 语言…
Common Intents 英文原文:http://developer.android.com/guide/components/intents-common.html 采集(更新)日期:2014-7-16搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300102uy20.html 在本文中 闹钟 创建闹钟 创建计时器 显示所有闹钟 日历 添加日历事件 摄像头 拍照或摄像并返回结果 通讯录/联系人应用 选择联系人 选择联系人的指定信息 查看联系人 编辑…
Intents and Intent Filters 英文原文:http://developer.android.com/guide/components/intents-filters.html 采集(更新)日期:2014-7-10 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300102uxxw.html 在本文中 Intent 种类 创建 Intent 显式 Intent 举例 隐式 Intent 举例 强制打开应用程序选择对话框 接收隐式 In…
<activity> 英文原文:http://developer.android.com/guide/topics/manifest/activity-element.html 采集(更新)日期:2014-6-4 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmg0.html 语法: <activity android:allowTaskReparenting=["true" | "false"…