Android ContentProvider总结文档

standard interface to data that also handles inter-process communication and secure data access.

providers和provider clients提供接口用于进程间数据可靠传输和访问。

contentprovider 这是一个提供数据的接口,用户、其他进程或应用可用通过这个接口来获取数据。当然,作为创建者当然也可以对它进行增、删、改、查。

A content provider presents data to external applications as one or more tables that are similar to the tables found in a relational database.

contentprovider返回的数据是以类似于关系型数据库的表格的形式。

A row represents an instance of some type of data the provider collects, and each column in the row represents an individual piece of data collected for an instance.

some type of data the provider、an individual piece of data 一行代表许多类型的数据的集合,这一行的每一列代表该实例或者说该对象的数据单元(比如说一个学生的学号、姓名等等)

Figure 1. Relationship between content provider and other components.

 Interface to global information about an application environment. This is an abstract class whose implementation is provided by the Android system. It allows access to application-specific resources and classes, as well as up-calls for application-level operations such as launching activities, broadcasting and receiving intents, etc.

全局的信息接口,抽象类,实现由android系统提供,既能依据需求访问资源以及调用函数,也能通过它接触启动程序、广播以及接收intent。

Figure 2. Overview diagram of how content providers manage access to storage.

Java中的final关键字[详解]

Java抽象类

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值