Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Now that you understand the important tasks associated with writing a content provider and Android MVC—the communication system for Android content providers—let’s see how to build your own content provider. The SimpleFinchVideoContentProvider class extends ContentProvider as shown here:
public class SimpleFinchVideoContentProvider extends ContentProvider {