VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
SQLite Database for Android - Full Course

SQLite Database for Android - Full Course

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to use an SQLite database in Android Studio. This tutorial shows every step of programming a demo Android application that uses an SQLlite local database. You will learn how to create an SQLite local database on the Android device, configure new tables with the onCreate method, setup the columns and data types, extend the SQLiteHelper class, create CRUD methods in a DAO (Data Access Object) class, display results on a listview, and more. -- Course developed by Shad Sluiter. Check out his YouTube channel: https://www.youtube.com/user/shadsluiter
Date: 2022-03-14

Comments and reviews: 10


Very new to android apps and databases, my question is, if I follow what you have done in the above video, and leave out the delete function, can anyone update, add to the same database or is that strictly when you add to db, it only goes to your phone? If I wanted to do a 'universal' db that anyone can add to it, what do I do? Thank you, and also, great video, easy to follow.
reply

Great teacher and tutorial! One of the very few that don't rush things and show you exactly where you are in the code and why you are doing something. I actually laughed with voice on the context (this) part xD Even -funny- videos only make me blow air out of my nose but this was good! Thank you!
reply

why does my whole databse get deleted when i click on one, i followed the whole tutorial and everything worked just fine until the delete one. I have the exact same code and no errors and can't find the problem. Can someone pls help me?
reply

9:08 Layout
18:51 Data Model
22:34 Button Click Listeners
32:37 SQLite Open Helper Class
41:28 Create New Tables with onCreate Method
58:44 SELECT - FROM table
- - Set Data In a ListView
- - Delete a Record

reply

Hello sir i used external database . In the emulator I know how to get the bd file but in the real phone there is not package of my application please can you help me to found the database in my phone.thanks
reply

1:06:08 is redundant, cursor.getInt(3) == 1 returns a boolean value, so there is no need to use ? operand. A great video in general, but for noobies that can be something hard
reply

That felling when you watch this video with a cup of coffee having 23+ years of software development experience and understanding what is SQLite. Relaxed.
reply

Very good video. Really like how you talk through your thought process when using classes that require inputs and making it clear what the current goal is.
reply

Hello, feeling lucky to found you. You are teaching so professionally like nothing is vague and the concept is also building. Please keep it up :)
reply

hi thanks due to your excellent video , but in btn_viewAll.setOnClickListener ((v) - - how to write forward Arrow symbol ?
reply
Add a review, comment






Other channel videos