Latest Android Aptitude Question SOLUTION: What is the difference between contentprovider and contentresolver?
Options
1) they are not at all related with each other
2) content provider is used to share private data with o
What is the difference between contentprovider and contentresolver?
Options
1) they are not at all related with each other
2) content provider is used to share private data with other applications, where as content-resolver communicates from client end with content provider.
3) content resolver is used to share private data with other applications, where as content-provider communicates from client end with content resolver.
4)content provider is used to store private data, where as content-resolver communicates from client end with content provider.