Code Theory

Android

Content Providers

Publishing and consuming structured data across app boundaries.

Content Providers guides on Code Theory
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

More in Android

All Android →