How to Use Content Provider and Content Resolver for data sharing between apps
Introduction
A content provider in Android provides secure access to a central repository of data that can be stored in a variety of formats, such as a SQLite database, a file, or a web service. It provides a standardized interface for other applicat...
blog.yashraj.dev6 min read