Andrew Azlan
Android Developer
085255700750
linkedin.com/in/andazlan
github.com/andazlan
instagram.com/andazlan
[email protected]
Slide 3
Slide 3 text
LOCAL DATA
Slide 4
Slide 4 text
Why local data
‣ Store auth information, like token
‣ Caching offline data
‣ User settings
‣ …
Slide 5
Slide 5 text
Shared
Preferences Files
Database
(SQLite)
What’s in Android?
Slide 6
Slide 6 text
SQLite
Slide 7
Slide 7 text
You can download it and run it in
your local computer
Free
All datas can be related each other
Relational
Results can be table or cursor that
have rows and columns.
Table
Characteristic
Slide 8
Slide 8 text
02
Class yang digunakan untuk
mengakses database
Helper
01 Kesepakatan antara
pengakses dan yang diakses
Contract
04
We talk about it later! :D
[Content Provider]
03 Data yang diakses
Database
Todo!