Monday, June 12, 2017

Android Content Provider

June 12, 2017
content-provider-tech-stack
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...
Read More