The Content Provider Framework
- 1.
Using (structured) data provided by other apps
- 2.
Providing (structured) data for use by other apps
- 3.
Supporting copying data from one app to another
- 4.
Providing data to the search framework
- 5.
Providing data to special data-related UI widgets
- 6.
Doing all that by virtue of a well-defined standardized interface
The data communicated can have a strictly defined structure, for example, the rows from a database with defined column names and types, but it can ...