First page Back Continue Last page Graphics
Content Providers
A content provider is a mechanism to allow applications to use shared data
You can implement your own to share your app’s data with other apps
Android providers a number of content providers for retrieving contacts, phone call logs, SMS inboxes etc.
They are queried using an SQL-like syntax