How does getContentResolver() work?
I watched a course about ContentProvider on the Internet demonstrating how to define and use a ContentProvider . I was confused about using the method named getContentResolver() . What does this method return? My ContentProvider is not instanced and the code just writes that getContentProvider().query() . I don't understand how ContentProvider works. Aditya It returns Content Resolver. What is the Content Resolver? The Content Resolver is the single, global instance in your application that provides access to your (and other applications') content providers. The Content Resolver behaves