Android app development for beginners – SQLITE – 1 – Create database and create table



Android app development for beginners – SQLITE – 1 – Create database and create table

Android app development for beginners - SQLITE - 1 - Create database and create table

1. Creating sqlite database and creating a table .
2. Explanation of onCreate and onUpgrade
3. Using sqlite3 to access database from android studio terminal
4. Explanation of cursor and columns of the cursor.

Github : https://github.com/LearnShareKnowledge/DBExample

===================
Books i recommend –
https://amzn.to/2PjSopT
https://amzn.to/2QibhP2
https://amzn.to/2QrOEIp

Comments are closed.