Android Question:
Define the 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.
Previous Question | Next Question |
List the components of Android? | Define the Services component of Android? |