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 语言…
Content Provider Basics 英文原文:http://developer.android.com/guide/topics/providers/content-provider-basics.html 采集日期:2015-01-07 在本文中 概述 访问 Provider Content URI 从 Content Provider 读取数据 申请读取权限 建立查询请求 显示查询结果 从查询结果中获取数据 Content Provider 相关权限 插入.修改.删除数据 插入数…
<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&…
<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…
<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…
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 为应用程序提供了一个内容丰富…
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…
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…
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 在本文中 进程 进程的生命周期 线程 工作线程 线程安全的方法 进程间通讯 如果某个应用程序组件是第一次被启动,且这时应用程序也没有其他组件…