SQLite Android Tutorial | SQLite Database in Android Studio | SQLite Tutorial
This session of Android tutorial conducted by Acadgild talks about Data Storage in which SQLite Database is explained to the depth.
Android provides several options for you to save persistence application data. The following are the data storage options: Shared Preferences, Internal storage, External storage, SQLite databases, Network connection.
SQLite Storage Types:
• NULL – null value
• INTEGER – signed integer, stored in 1, 2, 3, 4, 6, or 8 bytes depending on the magnitude of the value
• REAL – A floating point value, 8-byte floating point number
• TEXT – text string, stored using the database encoding (UTF-8, UTF-16BE or UTF-16LE)
• BLOB – The value is a blob of data, stored exactly as it was input.
Go through the entire video to learn more about,
• How to create database?
• How to create tables?
• How to insert a new record?
Click the following link for more details:
https://acadgild.com/web-development/...
For more updates on courses and tips follow us on:
Facebook: / acadgild
Twitter: / acadgild
LinkedIn: / acadgild
Watch video SQLite Database Tutorial | SQLite Android Tutorial | SQLite Database in Android Studio online without registration, duration hours minute second in high quality. This video was added by user ACADGILD 18 April 2016, don't forget to share it with your friends and acquaintances, it has been viewed on our site 25,504 once and liked it 117 people.