Android
Programming and Technical
Programming
Technical
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.
Read Solution (Total 1)
-
- 2) content provider is used to share private data with other applications, where as content-resolver communicates from client end with content provider.
- 7 years agoHelpfull: Yes(0) No(0)
Android Other Question