What is content provider typically used for?

ContentProvider is mainly used for access data from one application to another application . For example by using ContentProvider we can get phone contacts,call log from phone to our own application in android. we can also access data which are stored in (sqlite)databases.

Leave a Reply

Your email address will not be published. Required fields are marked *