Android Developer Question:
Download Questions PDF

Explain me what is a ContentProvider and what is it typically used for?

Answer:

A ContentProvider manages access to a structured set of data. It encapsulates the data and provide mechanisms for defining data security. ContentProvider is the standard interface that connects data in one process with code running in another process.

Download Android Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know the languages supported for Android development?Explain me difference between Service & Intent Service?