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…
Common Intents 英文原文:http://developer.android.com/guide/components/intents-common.html 采集(更新)日期:2014-7-16搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300102uy20.html 在本文中 闹钟 创建闹钟 创建计时器 显示所有闹钟 日历 添加日历事件 摄像头 拍照或摄像并返回结果 通讯录/联系人应用 选择联系人 选择联系人的指定信息 查看联系人 编辑…
Creating a Content Provider 英文原文:http://developer.android.com/guide/topics/providers/content-provider-creating.html 采集日期:2015-01-23 在本文中 设计数据存储形式 Content URI 设计 实现 ContentProvider 类 必需实现的方法 实现 query() 方法 实现 insert() 方法 实现 delete() 方法 实现 update() 方法 实…
Content Provider Basics 英文原文:http://developer.android.com/guide/topics/providers/content-provider-basics.html 采集日期:2015-01-07 在本文中 概述 访问 Provider Content URI 从 Content Provider 读取数据 申请读取权限 建立查询请求 显示查询结果 从查询结果中获取数据 Content Provider 相关权限 插入.修改.删除数据 插入数…
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 语言…
Fragments 英文原文:http://developer.android.com/guide/components/fragments.html 采集日期:2014-12-31 在本文中 设计理念 创建 Fragment 添加用户界面组件 把 Fragment 加入 Activity 管理 Fragment 执行 Fragment 事务 与 Activity 通讯 创建 Activity 的事件回调方法 在 Action Bar 中添加菜单项 处理 Fragment 的生命周期 与 Act…
<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&…
<intent-filter> 英文原文:http://developer.android.com/guide/topics/manifest/intent-filter-element.html 采集(更新)日期:2014-7-1 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmuk.html 语法: <intent-filter android:icon="drawable resource" 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 为应用程序提供了一个内容丰富…
App Manifest 英文原文:http://developer.android.com/guide/topics/manifest/manifest-intro.html 采集(更新)日期:2014-6-27 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300102uwhe.html 在本文中 Manifest 文件的结构 约定 Android 特性 Intent 过滤器 图标和文本标签 权限 库 每个应用程序都必须在根目录包含一个 Androi…