
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...