SlideShare a Scribd company logo
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

More Related Content

PPTX
Android Studio簡介
PDF
Entwicklung mit Android Studio und Gradle
PDF
[Ultracode Munich #4] Short introduction to the new Android build system incl...
PPTX
Scaling your CI Pipeline with Docker and Concourse
PDF
New to android studio
PDF
20170807 - How to Fail Your TDD Rollout - A Train Wreck Story
PPTX
Build and deploy an ASP.NET applicaton
PDF
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...
Android Studio簡介
Entwicklung mit Android Studio und Gradle
[Ultracode Munich #4] Short introduction to the new Android build system incl...
Scaling your CI Pipeline with Docker and Concourse
New to android studio
20170807 - How to Fail Your TDD Rollout - A Train Wreck Story
Build and deploy an ASP.NET applicaton
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...

Similar to Fastest offline with SQLite (20)

PPTX
MobileApplicationDevelopment SQLite.pptx
PPT
.NET Recommended Resources
PDF
Open event presentation.3 2
PPT
Part 2 android application development 101
DOCX
summer file - Copy
PDF
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
PPT
Lec005 android start_program
PDF
Drupal 8 and iOS - an Open Source App
PPTX
How to create android applications
PPTX
Module-I_Introduction-to-Android.pptx
PDF
Stmik bandung
PPTX
Android Development : (Android Studio, PHP, XML, MySQL)
PPT
Advanced Web Development
PDF
Android dev o_auth
PDF
9 content-providers
PDF
Android dev o_auth
PPTX
Intro to android (gdays)
PPTX
12_Data_Storage_Part_2.pptx
PDF
Open Source CMS Certification
PDF
madanResume
MobileApplicationDevelopment SQLite.pptx
.NET Recommended Resources
Open event presentation.3 2
Part 2 android application development 101
summer file - Copy
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
Lec005 android start_program
Drupal 8 and iOS - an Open Source App
How to create android applications
Module-I_Introduction-to-Android.pptx
Stmik bandung
Android Development : (Android Studio, PHP, XML, MySQL)
Advanced Web Development
Android dev o_auth
9 content-providers
Android dev o_auth
Intro to android (gdays)
12_Data_Storage_Part_2.pptx
Open Source CMS Certification
madanResume
Ad

Recently uploaded (20)

PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
medical staffing services at VALiNTRY
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Softaken Excel to vCard Converter Software.pdf
PPTX
Introduction to Artificial Intelligence
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Digital Strategies for Manufacturing Companies
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Nekopoi APK 2025 free lastest update
PDF
System and Network Administraation Chapter 3
PPTX
L1 - Introduction to python Backend.pptx
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
history of c programming in notes for students .pptx
Design an Analysis of Algorithms II-SECS-1021-03
medical staffing services at VALiNTRY
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Softaken Excel to vCard Converter Software.pdf
Introduction to Artificial Intelligence
VVF-Customer-Presentation2025-Ver1.9.pptx
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Design an Analysis of Algorithms I-SECS-1021-03
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Digital Strategies for Manufacturing Companies
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Upgrade and Innovation Strategies for SAP ERP Customers
Nekopoi APK 2025 free lastest update
System and Network Administraation Chapter 3
L1 - Introduction to python Backend.pptx
2025 Textile ERP Trends: SAP, Odoo & Oracle
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
history of c programming in notes for students .pptx
Ad

Fastest offline with SQLite