
Welcome to this post.
In this post we are going we learn about Content Provider.
Content Provider
In the previous post
, we work with the database. We learn how to create a database. How to use contract class. But we don't write any methods to access the database.
In this post, we learn about how to access the database. For access database, we use the content provider.
Let's start-
Before...