Android Tutorial #6 – SQLite Database Engine – Saving Data Permanently



Android Tutorial #6 – SQLite Database Engine – Saving Data Permanently

Android Tutorial #6 - SQLite Database Engine - Saving Data Permanently

SQLite database engine is a good solution for a long term storage.
Android is already support it, “everything is prepared”.
we will learn how to use helper class, to create database and users table, and how to Create – Read – Update – Delete rows…

Comments are closed.