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

Sunday, June 11, 2017

Android Sql Database with Contract Class

June 11, 2017
sql
Welcome to my Blog. Today our tutorial is covered Android database. For database we use SQLite. It's a light weight. There is a lot of benefits to using SQLite database. you can find on online about why developers use SQLite. But In this post, I am not going to tell you about it, I am just showing it uses. Let's start- First, we create a Java Class and extend it by SQLiteOpenHelper...
Read More