Android Content Provider
- Android Add Contact Programmatically Example
With examples about how to use ContentResolver to read exist android contact list and add new contact. - Android Contacts Database Structure
Introduce all android contacts tables and table structures with example. - Android Contacts Fields, Data Table Columns And Data Mimetype Explain
Explain which data column is used to save what android contact field info by contact data mimetype. - Android Content Provider And ContentResolver Example
Introduce android content provider and contenresolver and how to use them to share data between different android apps to make app data safety. - Android Custom Content Provider Introduction
Tell you how to implement a custom content provider to share data to other apps to access. - Android Pick Multiple Image From Gallery Example
This example tell you how to pick multiple images in android app programmatically. - How To Add Contact In Android Programmatically
This article show you examples about how to add each android contact field info into contact data table.
- How To Create Android Custom Content Provider Example
This article show you how to implement a custom android content provider with examples. - How To Get Contact List In Android Programmatically
Tell you how to read android contacts programmatically and how to avoid database cursor index out of bounds exception. - How To Get Real File Path From Android Uri
Tell you how to retrieve android file chooser returned document uri’s real local file path. - How To Invoke Custom Content Provider In Other Apps Examples
This article tell you how to invoke above custom android content provider with examples. - How To Open Camera In Android Programmatically Using Intent
Example about how to invoke android camera and show camera taken pictures in image view. - How To Update Delete Android Contacts Programmatically
Examples about how to update, delete android contacts use content provider programmatically. - How To Use Android FileProvider To Share Files Between Apps
Example about share files between dfferent android apps through FileProvider class.