---
title: "Explain  Content Provider  in Android?"  
description: "Explain  Content Provider  in Android?"  
author: "Anonymous User"  
published: 2015-12-24  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/22953/explain-content-provider-in-android  
category: "android"  
tags: ["android", "android contentprovider"]  
reading_time: 1 minute  

---

# Explain  Content Provider  in Android?

A class built on ContentProvider that handles content query strings of a specific format to return data in a specific format. Use Reading and writing data to a content provider for information on using content providers

## Answers

### Answer by Anonymous User

A class built on ContentProvider that handles content query strings of a specific format to return data in a specific format. Use Reading and writing data to a content provider for information on using content providers


---

Original Source: https://www.mindstick.com/interview/22953/explain-content-provider-in-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
