Android SQLite Database Tutorial - Reading and Writing

preview_player
Показать описание
The new Room is recommended to use over SQLite now.
For a complete step by step guide about building a basic notes application using room

In this video we will learn handling SQLite Database in Android. This Android SQLite Database Tutorial covers the following

- Saving Values to SQLite Database
- Connecting to ADB Shell to Access SQLite Database
- Retrieving the stored values from SQLite Database

Please SHARE and SUBSCRIBE if it is helpful.
Рекомендации по теме
Комментарии
Автор

The new Room is recommended to use over SQLite now.
For a complete step by step guide about building a basic notes application using room

SimplifiedCoding
Автор

very good tutorial, Thank you bro ;)

amirsarsaz
Автор

sqLiteDatabase.insert(TAble_NAME, null, contentValues);
i think no need this line because it repeats the value twice in database as well as in listview but good video bro :)

kirubakaranm
Автор

Please make a Kotlin tutorial on how to display slqite database into listview from prepopulated database in the assets folders.

raffygumangannet
Автор

I need to download text and an image to use offline into my app, If I use this tutorial to save the text and the image uri(from android files) into the database, how can I load the image into my recyclerview? thanks!

TheAleloco
Автор

Do you have update and delete for this? thank you in advance. I'd tried your code using alertdialog.builder and now it's working :)

elmermendoza
visit shbcf.ru