Skip to Content
Pro Android with Kotlin: Developing Modern Mobile Apps
book

Pro Android with Kotlin: Developing Modern Mobile Apps

by Peter Späth
September 2018
Intermediate to advanced content levelIntermediate to advanced
500 pages
12h 11m
English
Apress
Content preview from Pro Android with Kotlin: Developing Modern Mobile Apps
© Peter Späth 2018
Peter SpäthPro Android with Kotlinhttps://doi.org/10.1007/978-1-4842-3820-2_6

6. Content Providers

Peter Späth1 
(1)
Leipzig, Germany
 

This chapter will cover content providers.

The Content Provider Framework

The content provider framework allows for the following:
  • 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 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Kotlin for Android App Development

Kotlin for Android App Development

Peter Sommerhoff

Publisher Resources

ISBN: 9781484238202Purchase LinkPublisher Website