Android Software Engineer Question:

Explain Content provider component of Android?

Answer:

Content provider is a data store that enables data sharing across different applications. Content providers provide a uniform interface to access the data. An example is Call logs.

Read All 62 Android Software Engineer Questions
Previous QuestionNext Question
Described the components of Android?Explain the Services component of Android?