Android
Content Providers
Publishing and consuming structured data across app boundaries.
| Guide | Length | API status |
|---|---|---|
|
Android Sharing Application Data with Content Provider and Content Resolver
In the previous article (must read) we discussed how basic CRUD operations can be done on SQLite in Android. |
1454w | Current |
|
Android Creating a Custom Content Provider
If you really want to offer structured data or files to other applications, then you’ll have to write your own custom content provider. |
283w | Current |