September 2018
Intermediate to advanced
500 pages
12h 11m
English
This chapter will cover content providers.
Using (structured) data provided by other apps
Providing (structured) data for use by other apps
Copying data from one app to another
Providing data to the search framework
Providing data to special data-related UI widgets
Doing all that by virtue of a well-defined standardized interface
The data communicated can have a strictly defined structure, such as the rows from a database with defined column names and types, but it can also be files or byte arrays without any semantics ...