Android开发-API指南-<path-permission>】的更多相关文章

<permission> 英文原文:http://developer.android.com/guide/topics/manifest/permission-element.html 采集(更新)日期:2014-5-16 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmuy.html 语法: <permission android:description="string resource" android:ic…
<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 相关权限 插入.修改.删除数据 插入数…