Google Search

Types Of Content Provider In Android

Android Content provider


Content provider are standard interface that connect the data in one process with the code running in another process.

When we want to access the data we need to access an object of content Resolverclass.