Company
Home
About Us
Client Testimonials
Career
Portfolio
Contact Us
Gaming
Game Development
3D Game Development
Android Game Development
iOS Game Development
Blog
Game Design
Unity
Android
iOS
Graphics
Web
Contact Us
3DS Max
Android
Blog
Graphics
iOS
Maya
Unity
Web
Game Design
How to use SQLite Database in Android
Jump To:
Create Layouts
Database Creation (SQLiteHelper.java)
Make SQLiteHelper class
onCreate() method
onUpgrade() method
Steps For Open Database in SQLite Manager
Create model class for contact (ContactModel.java)
CRUD Operations (Insert/ Update/ Delete/ Select Records)
Insert Records
Why do we need SQLiteDatabase Object?
ContentValues
Insert Row
Update Rows
Delete Records
Select Records
What is Cursor?
Fetching Records from database
Calling SQLiteHelper class methods
Making SQLiteHelper class object
Add Record
Start TableManipulationActivity with ADD_RECORD request
onButtonClick() method
onActivityResult(int requestCode, int resultCode, Intent data)
Display all records
Update Record
onUpdateRecord
Delete Record:
Get all table names list into array from Current SQLite database
Objective
Learn how to Insert Update Delete Retrieve Records in SQLite Database in Android
continue reading...
Tejas Jasani
2016-07-21 00:19:52
«
1
2
3
4
5
»