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…
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服务 向用户发送通知 在…
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 文件 实现接口 向客户端公布接口 通过…
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…
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() 方法 实…
<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&…
<data> 英文原文:http://developer.android.com/guide/topics/manifest/data-element.html 采集(更新)日期:2014-6-30 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300101h236.html 语法: <data android:scheme="string" android:host="string" android:po…
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 兼…