Tutorial Link - http://www.androidtutorialpoint.com/storage/android-content-provider-tutorial
This Video is Demo for the Android Content Provider Tutorial. Android Content Provider is the standard way through which one application communicates with other. It provides an interface that allows one process to get access to data from other. Every Android application has its own process and permissions, its data is hidden from other applications. Sometimes it is required to share data with other applications, that is where Android Content Provider pitches in and manages your data be it video, images, audio or any other information.