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

Android Interface Definition Language (AIDL) 英文原文:http://developer.android.com/guide/components/aidl.html 采集日期:2014-12-31 另一位兄弟的早期博文(不准确,供参考):http://www.cnblogs.com/over140/archive/2011/03/08/1976890.html 在本文中 定义 AIDL 接口 创建 .aidl 文件 实现接口 向客户端公布接口 通过…
<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 Fundamentals 英文原文:http://developer.android.com/guide/components/fundamentals.html 采集(更新)日期:2015-05-11 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300101h41p.html 在本文中 应用程序组件 激活组件 Manifest 文件 声明组件 声明应用程序的软硬件需求 应用程序资源 Android 应用程序是用 Java 语言…
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…
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 为应用程序提供了一个内容丰富…
Device Compatibility 英文原文:http://developer.android.com/guide/practices/compatibility.html 采集日期:2014-5-4搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300101h5cj.html 在本文中 “兼容性”的含义 掌控应用程序的设备兼容性 设备配置 平台版本 屏幕参数 掌控应用程序的商业兼容性 参阅 Google Play 过滤 提供资源 Android 兼…
Task and Back Stack 英文原文: http://developer.android.com/guide/components/tasks-and-back-stack.html 采集(更新)日期:2014-12-16 在本文中 保存 Activity 状态 管理多个 Task 指定启动模式 处理 affinity 清理回退栈 启动任务 相关文章 Multitasking the Android Way 参阅 Android 设计 : 导航 <activity> manifes…
Contacts Provider 今年加入了某字幕组,加之杂事颇多,许久未添新文了,惭愧之极. 在听闻 Google 即将重返中国后,近日忽又发现官方网站正在放出 API 中文版,比如本文.当然不是大家所译,但至少句子结构较通顺,窃以为比 MSDN 中文版好些.虽有些生硬(比如将 Provider 译为“提供者”,有趣得紧),但好在前无古人,也许 Google 自此便统一了自己的中文术语也未可知.能让更多的国人精确领悟 Android 的精髓,肯定是好事,希望 Google 继续坚持. 这事应…
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 相关权限 插入.修改.删除数据 插入数…
Fragments 英文原文:http://developer.android.com/guide/components/fragments.html 采集日期:2014-12-31 在本文中 设计理念 创建 Fragment 添加用户界面组件 把 Fragment 加入 Activity 管理 Fragment 执行 Fragment 事务 与 Activity 通讯 创建 Activity 的事件回调方法 在 Action Bar 中添加菜单项 处理 Fragment 的生命周期 与 Act…
Service 英文原文:http://developer.android.com/guide/components/services.html 采集(更新)日期:2014-12-23 原博客:http://blog.sina.com.cn/s/blog_48d49130010102pn.html 在本文中 概述 在manifest中声明服务 创建一个started服务 扩展IntentService类 扩展Service类 启动一个服务 终止一个服务 创建一个bound服务 向用户发送通知 在…
<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 和基于设备特性的过滤机制 基于显式声明的特性需求进行过滤 基于隐含的特性需求进行过滤 对蓝牙特性的特殊处理 对应用…
<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…
Common Intents 英文原文:http://developer.android.com/guide/components/intents-common.html 采集(更新)日期:2014-7-16搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300102uy20.html 在本文中 闹钟 创建闹钟 创建计时器 显示所有闹钟 日历 添加日历事件 摄像头 拍照或摄像并返回结果 通讯录/联系人应用 选择联系人 选择联系人的指定信息 查看联系人 编辑…
<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"…
Processes and Threads 英文原文:http://developer.android.com/guide/components/processes-and-threads.html 采集(更新)日期:2014-12-25 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zjpb.html 在本文中 进程 进程的生命周期 线程 工作线程 线程安全的方法 进程间通讯 如果某个应用程序组件是第一次被启动,且这时应用程序也没有其他组件…
Bound Services 英文原文:http://developer.android.com/guide/components/bound-services.html 采集(更新)日期:2014-12-24 原博客:http://blog.sina.com.cn/s/blog_48d4913001010696.html 在本文中 简介 创建一个 Bound 服务 扩展 Binder 类 使用 Messenger 绑定一个服务 管理 Bound 服务的生命周期 关键类 Service Serv…
<uses-sdk> 英文原文:http://developer.android.com/guide/topics/manifest/uses-sdk-element.html 采集(更新)日期:2014-5-7 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmx9.html 在本文中 什么是 API 级别 API 级别在 Android 中的用途 开发时的注意事项 应用程序的向前兼容性 应用程序的向后兼容性 选择平台版本和 API 级别…
<service> 英文原文:http://developer.android.com/guide/topics/manifest/service-element.html 采集(更新)日期:2014-7-2 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmva.html 语法: <service android:enabled=["true" | "false"] android:expor…
<manifest> 英文原文:http://developer.android.com/guide/topics/manifest/manifest-element.html 采集(更新)日期:2014-5-30 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmum.html 语法: <manifest xmlns:android="http://schemas.android.com/apk/res/android&q…
<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…
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…
System Permissions 英文原文:http://developer.android.com/guide/topics/security/permissions.html 采集日期:2014-5-7 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300101hcbh.html 在本文中 安全架构 应用程序签名 用户 ID 和文件访问 使用权限 声明和应用权限 在 AndroidManifest.xml 中应用权限 在发送广播时应用权限 其他权…
<receiver> 英文原文:http://developer.android.com/guide/topics/manifest/receiver-element.html 采集(更新)日期:2014-7-2 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmv7.html 语法: <receiver android:enabled=["true" | "false"] android:ex…
Calendar Provider 英文原文:http://developer.android.com/guide/topics/providers/calendar-provider.html 采集日期:2015-05-10 在本文中 基础知识 用户权限 日程表 查询日程 修改日程 插入日程 events 表 添加 events 数据 更新 events 数据 删除 events 数据 attendees 表 添加 attendees 数据 reminders 表 添加 reminders 数…
Content Providers 英文原文:http://developer.android.com/guide/topics/providers/content-providers.html 采集日期:2015-01-07 文章目录 Content Provider 基础 创建 Content Provider Calendar Provider Contact Provider 相关示例 Contact Manager 应用 “游标(联系人)” “游标(电话)” Sync Adapter…
<uses-library> 英文原文:http://developer.android.com/guide/topics/manifest/uses-library-element.html 采集(更新)日期:2014-7-10 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmwz.html Google Play 过滤机制 Google Play 利用 Manifest 文件中声明的 <uses-library> 元素进行…
<uses-configuration> 英文原文:http://developer.android.com/guide/topics/manifest/uses-configuration-element.html 采集(更新)日期:2014-7-7 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmvv.html 语法: <uses-configuration android:reqFiveWayNav=["true&q…
<supports-gl-texture> 英文原文:http://developer.android.com/guide/topics/manifest/supports-gl-texture-element.html 采集(更新)日期:2014-7-3 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmvg.html Google Play 过滤机制 Google Play 根据应用程序支持的纹理压缩格式来对其进行过滤,以确保该应用程序…