Md. Emran Hossain _mdemran
link.emranhossain
Emran-Java
A n d r o i d d e v e l o p e r
Fastest Offline with SQLite
Droidcon Dhaka 2017
Commonly use for every table
- Add
- Update
- Delete
- Get All records
SQLiteOpenHelper
SQLiteOpenHelper
Time-consuming
When develop normal way
Unfortunately when need change API or Fields
for Client
How ?
Use a tool
AndroQLite
What is AndroQLite?
AndroQLite is a simple tool for android developer. This tool can build
necessary java class file (Model, Helper, Controller, Constant) for android
project. When a developer need to use SQLite database in android project.
Developer can use AndroQLite tool to create necessary java files for SQLite
database with basic data access methods (Like insert, delete, update, get all
etc).
Get from
https://sites.google.com/view/androqlite
https://sites.google.com/view/androqlite/download?authuser=0
3 Steps to create
Add table name Add field name Create
Use these files in your project
Use these files in your project
Let's use AndroQLite
Install and create Access Database
?
Thank you

Fastest offline with SQLite