
SQLite Database for Android - Full Course
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
Aisling
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
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
MrStickmanish
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
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
Seph
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
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
Jose
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
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
Sabrina
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
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
Manuel
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
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
bashconsole
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
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
Alban
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
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
AttaUllah
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
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
hosein
hi thanks due to your excellent video , but in btn_viewAll.setOnClickListener ((v) - - how to write forward Arrow symbol ?
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















