SQLite Database for Android - Full Course

  Рет қаралды 246,256

freeCodeCamp.org

freeCodeCamp.org

3 жыл бұрын

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 KZfaq channel: / shadsluiter
--
Learn to code for free and get a developer job: www.freecodecamp.org
Read hundreds of articles on programming: freecodecamp.org/news

Пікірлер: 216
@brunoribeiro3376
@brunoribeiro3376 3 жыл бұрын
8:38 - Layout 18:20 - Data Model 22:02 - Button Click Listeners 32:07 - SQLite Open Helper Class 40:58 - Create New Tables with onCreate Method 58:25 - SELECT * FROM table 1:12:00 - Set Data In a ListView 1:19:37 - Delete a Record
@habibanwar6592
@habibanwar6592 3 жыл бұрын
Thanks
@venkatram3936
@venkatram3936 3 жыл бұрын
Thanks man 👍
@whatif6821
@whatif6821 3 жыл бұрын
Thank you very much! I was intimidated by the hour and a half of runtime
@thenostalgichani3790
@thenostalgichani3790 3 жыл бұрын
Thanks
@audreysheenpula1443
@audreysheenpula1443 3 жыл бұрын
life saver, thank you very much
@burakcanduzcan
@burakcanduzcan 3 жыл бұрын
44:20 "Refactor -> Extract" is now called "Refactor -> Introduce Constant"
@definitionsupervillain4583
@definitionsupervillain4583 2 жыл бұрын
also works with 'ctrl + alt + c'
@noahbastola9386
@noahbastola9386 3 жыл бұрын
I'm not usually one to comment on videos, but this is by far the best coding teacher I've ever seen on youtube. What I like most is that he shows you how to use the documentation as a guide for development, because no one has an encyclopedic knowledge base of code.
@rxtechandtrading
@rxtechandtrading 2 жыл бұрын
Yeah, hes beter than most of the cluster f@$%s out there...BUT. as good as he is, what pisses me off about his tutorials is when he forgets to go into some essential details about the documentation and how different sections of it apply to different SDK versions or API levels
@mohamedmire8646
@mohamedmire8646 Жыл бұрын
because this is a university preffossor, not just a freelancer KZfaqrs. He's trainined prof.
@Kirmeins
@Kirmeins Жыл бұрын
@@mohamedmire8646 From my experience, a "trained proffessor" is rarely equal to a trained teacher in their pedagogical approach. In fact, most professors have no training at all in pedagogics and tend to just monotonously read some high level facts off of their screen without explaining the base concepts. Sometimes they don't even make and update their slides themselves. And university students are usually expected to learn those basic things in their own time or in tutoriums led by older students. So in other words: this guy is better than most not just on YT because he has both the talent and the wish to teach. :)
@fwogg3r158
@fwogg3r158 24 күн бұрын
Went from nothing to everything in an incredibly comprehensive and cohesive manner. Incredible lecture even today; Thank you!
@VikSintus
@VikSintus 3 жыл бұрын
so many clever people on this planet, but not so many be able to share or deliver their knowledge to others like this one, thank you, sir
@brandonmchugh9821
@brandonmchugh9821 2 жыл бұрын
This is amazing. I've been trying to figure out SQL databases but all other tutorials have been lackluster and confusing. This is the first one that has made sense. Thank you!!!
@ronanlarkin
@ronanlarkin 2 жыл бұрын
Normally I spend my time rifling through 10 minute videos but this was well worth taking the time to sit down and watch in full. Thanks so much! Very helpful!
@attaullahshah6611
@attaullahshah6611 2 жыл бұрын
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 :)
@poogaia
@poogaia Жыл бұрын
This is the best Android Studio Java tutorial I've seen yet. I'm halfway through developing my first app and I've just learned so much. Boom
@albanmarku6743
@albanmarku6743 2 жыл бұрын
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.
@KASalgado
@KASalgado 3 жыл бұрын
Excellent tutorial. It has a very good focus in Code Standards like no other videos. Good job. Thanks.
@MrStickmanish
@MrStickmanish 2 жыл бұрын
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!
@user-sr4gg2rk9i
@user-sr4gg2rk9i 2 жыл бұрын
Wonderful. Best teacher I've ever seen on KZfaq.
@okrimtech
@okrimtech Жыл бұрын
Amazing tutorial as always. Your materials helped me tremendously with several of my university classes. Thank you a thousand times!
@alwa6648
@alwa6648 2 жыл бұрын
Thank you for all the quality content you produce. You probably contributed more than my teachers toward obtaining my degree.
@siomarapantarotto
@siomarapantarotto Жыл бұрын
What a great teacher. I loved this tutorial ❤ Thanks a lot, Professor Sluiter!
@taniamartinezvillagomez6448
@taniamartinezvillagomez6448 2 жыл бұрын
Thank you very much, your teaching skills are amazing. This is one of the best android tutorials I have ever seen.
@xvzf115
@xvzf115 3 жыл бұрын
Really nice tutorial format. Thank you, very clear explanations!
@elohimalves
@elohimalves 3 жыл бұрын
You explain everything you are doing, Excellent Professor!
@Tim-chik
@Tim-chik 2 жыл бұрын
You are a great person. I needed it and I found it! So thankful for your job!!!
@aivkhairulamirin9004
@aivkhairulamirin9004 9 ай бұрын
Thank you. This tutorial is worth our time. It provides the basic of SQLite with easy-to-follow instructions.
@colt45jr
@colt45jr 2 ай бұрын
Came here to learn about SQLite, and learned about a lot of cool features for refactoring and debugging in Android Studio. Great teacher and great video!
@jothamithagu7403
@jothamithagu7403 9 ай бұрын
I've just completed my 19min and all works perfect. I'll watch & follow along this vid repeatedly for 3 times and believe you me, I'll build my first Booking app from this course. Lots of appreciation from Kenya... You are a great tutor...👏👏👏👏👏👏👏👏👏
@anand45784
@anand45784 2 жыл бұрын
One of the best video on KZfaq for android sqlite database..
@YuGan-lm4ce
@YuGan-lm4ce Жыл бұрын
I am so glad that I found this video, the best teacher I found so far!
@kojofosuedue3686
@kojofosuedue3686 3 жыл бұрын
Very detailed...i loved every bit of it. Thanks guys
@wkalou
@wkalou 2 жыл бұрын
Exclusive video that helped to understand where other videos failed Good job GOD bless
@sportscity5487
@sportscity5487 2 жыл бұрын
One of the best formal way to do this task. Thank you..
@DagothDaddy
@DagothDaddy 3 жыл бұрын
I took his class when I attended GCU. He was great.
@williamselinder9138
@williamselinder9138 2 жыл бұрын
What a great teacher! All understood, all worked well! Fantastic!!!
@h.r.60
@h.r.60 3 жыл бұрын
Keep up the amazing work my friend!
@eddyjaga8899
@eddyjaga8899 2 жыл бұрын
Thank you for your time. It's great and understandable content. Much better than my lecturer 👩‍🏫 👨‍🏫 🧑‍🏫
@deepakpitaliya8932
@deepakpitaliya8932 9 ай бұрын
Thank you Prof. Sluiter for this excellent tutorial.
@oniii-chan_
@oniii-chan_ 3 жыл бұрын
WOw! today only I was told in class that we would start sqlite(in python) tomorrow and this appeared I hope this would be helpful for it 🤞🤞
@patriciarodrigues598
@patriciarodrigues598 3 жыл бұрын
Great ! Thanks from Brazil!
@mehdihachimi9624
@mehdihachimi9624 2 жыл бұрын
Awesome tutorial, thank you so much for this!
@poisonshroom64
@poisonshroom64 Жыл бұрын
better and more straighforward than my uni teacher, thanks a bunch
@Kunal-jp8tn
@Kunal-jp8tn 2 жыл бұрын
Thank you so much for providing such cool valuable content.
@snoop3800
@snoop3800 3 ай бұрын
Thanks awesome tutorial, the good thing that you are showing how to use documentation added to that the clear explication
@andrefiord2357
@andrefiord2357 Жыл бұрын
Excellent tutorial. A bit incomplete w/o search and update but still extremely informative. Thank you!
@thejustinfernald
@thejustinfernald 3 жыл бұрын
Big fan of Professor Sluiter.
@Simomajola1
@Simomajola1 3 жыл бұрын
Best Tutorial Ever !!!!!!!!!!!!!!!!!!!!!!!!!!
@zekeriemand6336
@zekeriemand6336 3 жыл бұрын
Thank you very much for this video. It helped me a lot.
@vancheloChanel
@vancheloChanel 3 жыл бұрын
Very helpful! Thank you
@ashishthaakur45
@ashishthaakur45 3 жыл бұрын
Love you freecodecamp
@crimsonblue1455
@crimsonblue1455 Жыл бұрын
this guy is good at teaching people. very nice 🤗🤗
@lowblowjimboy
@lowblowjimboy 2 жыл бұрын
TOP CLASS TEACHER!!! Thank you Sir!
@lioneldynasty
@lioneldynasty Жыл бұрын
This tutorial is amazing andget he's really good at teaching
@jesusribeiro9447
@jesusribeiro9447 2 жыл бұрын
Commenting so I can get back to it tomorrow. ( 58:47 ) Awesome tutorial so far!
@benukapunchihewa4125
@benukapunchihewa4125 2 жыл бұрын
Thank you very much. Great Video. Looking forward to watch awesome content like this.
@qpdbwvwdbqp4730
@qpdbwvwdbqp4730 2 жыл бұрын
Amazing! It was very useful! Thank you so much!
@ajieewin2398
@ajieewin2398 2 жыл бұрын
9:06 Part I - Layout 18:59 Part II - Data Model 22:35 Part III - Button Click Listeners 32:36 Part IV - SQLite Open Helper Class 41:27 Part V - Create New Tables with the OnCreate Method 58:54 Part VI - Pull Data from Database (Select * From Table) 1:12:31 Part VII - Set Data in a ListView 1:20:07 Part VIII - Delete a Record 1:26:46 Challenge
@wizardry-of-science
@wizardry-of-science Жыл бұрын
This one makes more sense
@hhh48222
@hhh48222 2 жыл бұрын
Mind blowing tutorial
@returnMarcco
@returnMarcco Жыл бұрын
Thanks very much, awesome tutorial
@akunformalitas
@akunformalitas 2 жыл бұрын
As a desktop programmer this video helps me so much to switch to android apps.
@bishnubhusal5999
@bishnubhusal5999 Жыл бұрын
Best explanation ever.
@lxdzii
@lxdzii 7 ай бұрын
Wow, this was a beautiful one!
@user-hu7ne5ut5g
@user-hu7ne5ut5g 2 жыл бұрын
Thanks a lot! It worked amazing
@floresjose
@floresjose Жыл бұрын
now I understand a lot of fundamental things, thanks a lot, by the way: You rock!
@solomonjara9725
@solomonjara9725 2 жыл бұрын
it is very important tutorial i appreciate u
@theguyf8316
@theguyf8316 Жыл бұрын
If you experience the db is not in the same path, you can use this code to get the right path to the db in the console. String dbPath = getDatabasePath("bar_rater.db").getAbsolutePath(); System.out.println(dbPath); . Great video thx!
@Marc1920x1080p
@Marc1920x1080p 2 жыл бұрын
Thank you so much for this great video. Really told me alot of new stuff :-)
@sleave_exe
@sleave_exe 6 ай бұрын
thank you man it was really good
@anathemafps5323
@anathemafps5323 11 ай бұрын
best tutorial ever
@HarderThanCalculus
@HarderThanCalculus 2 жыл бұрын
great video, thank you so much!
@yeasinarafat2667
@yeasinarafat2667 3 жыл бұрын
Excellent
@bashconsole
@bashconsole 2 жыл бұрын
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.
@indeep6820
@indeep6820 2 жыл бұрын
thanks for tutorials
@tonystark_2017
@tonystark_2017 3 жыл бұрын
Perfect time .
@hereistyagi
@hereistyagi Жыл бұрын
love the way you teach sir #BestTeacherHaveEverSeen
@dimitrigeorgoudakis3676
@dimitrigeorgoudakis3676 2 жыл бұрын
Hey guys, first of all I would like to say that it was a very intuitive video. Thank you. Secondly, I did everything according to the video but the app crashed (probably when entering data into the database) Did anyone else experience this ?
@maryannadelman4438
@maryannadelman4438 2 жыл бұрын
I did everything also. All was working until I got to the point of changing the View All button to show the list instead of the Toast msg. And as a newbie, trying to figure out what went wrong is very difficult.
@dimitrigeorgoudakis3676
@dimitrigeorgoudakis3676 2 жыл бұрын
@@maryannadelman4438 Hey Mary, so, my problem was at the point where we insert the SQL statement into the code . I had left out a comma or something and expected the debugger to pick up on it but it wasn't so it was just crashing .Either than that it worked fine for me. Try to check and compare your code line by line to the original code.
@mirsadhadzic5076
@mirsadhadzic5076 Жыл бұрын
similar problem, had to make spaces inside commas when creating new table
@josejayant3127
@josejayant3127 3 жыл бұрын
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
@SuperTenja
@SuperTenja 2 жыл бұрын
Awesome!
@rapyd5134
@rapyd5134 3 жыл бұрын
thanks Sir at 16:14 for buttons you could use "Chaining"
@kimsing1796
@kimsing1796 3 жыл бұрын
I just binge watch freecodecamp, but I learn a lot.
@neerajahlawat7393
@neerajahlawat7393 2 жыл бұрын
Nice explanation
@tabassummansuri7998
@tabassummansuri7998 3 жыл бұрын
Sir can u make one video on payroll management system with database connectivity. your concent are really amazing.I want to learn more...
@bryanminton1397
@bryanminton1397 Жыл бұрын
Thanks!
@aboutiti2838
@aboutiti2838 2 жыл бұрын
Thks so much 😊🙏🏼
@Tom-tu2xq
@Tom-tu2xq 3 жыл бұрын
If you are reading this God bless you and have a wonderful day and stay safe ❤️🥰
@DevsLikeUs
@DevsLikeUs 3 жыл бұрын
Thank You 😊
@danielflorez3762
@danielflorez3762 3 жыл бұрын
im not going to give you like but thanks :)
@alibindrayton5211
@alibindrayton5211 Жыл бұрын
Thank you ba HA SHAM AHAYAH same to you ba HA SHAM YASHAYAH
@NHKCarimi
@NHKCarimi Ай бұрын
Same applies to You dear, the feelings are mutual, Jumma Mubarak ❤
@pcradwan8704
@pcradwan8704 2 жыл бұрын
Thank you sir
@dibyajyotiparida7316
@dibyajyotiparida7316 3 жыл бұрын
It would be very helpful if someone adds the timestamp🙂
@parvizjonhojiev5528
@parvizjonhojiev5528 3 жыл бұрын
android studio has it's own database inspector
@madonnalamin
@madonnalamin 7 күн бұрын
Thank You
@amirchaka1407
@amirchaka1407 2 жыл бұрын
thanks very much sir please can u show us how to remove CustomerModel from list view and share search and add image as well
@DevsLikeUs
@DevsLikeUs 3 жыл бұрын
Awesome
@michaelhung9892
@michaelhung9892 Жыл бұрын
It's so good
@utkarshrastogi8791
@utkarshrastogi8791 3 жыл бұрын
Thank you sir, this will be of great help to me.
@marcusgarner1146
@marcusgarner1146 Жыл бұрын
Great video, thank you! Can you make a video where you show how to implement the search function for the database in the app? :)
@ankitchaurasiya6105
@ankitchaurasiya6105 3 жыл бұрын
Great
@melhemhamade4210
@melhemhamade4210 3 жыл бұрын
Thank you
@kevinnortham268
@kevinnortham268 3 жыл бұрын
Bing Thanks :D
@Gerrit2686
@Gerrit2686 Жыл бұрын
Danke!
@aislinggallagher7841
@aislinggallagher7841 3 жыл бұрын
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.
@khaledabdessamed8612
@khaledabdessamed8612 2 жыл бұрын
WOOOW😮😍
@rahulraj94391
@rahulraj94391 Жыл бұрын
26:54 You have used tools:text = "View All" (This will show the text only in Design window) You have to use android:text = "View All" (This will show "View All" at runtime)
@maryannadelman4438
@maryannadelman4438 2 жыл бұрын
Great teaching style. I'm a newbie and so far this has helped tremendously. However, I've followed everything exactly and it was working just fine until I got to the last section about changing the View All button to show the list instead of the Toast msg. "ArrayAdapter" is yellowed out and now the app crashes when clicking "view all". Any idea why this would be the case? I'm running Bumblebee version.
@mohamadmaleki3026
@mohamadmaleki3026 7 ай бұрын
Thanks a lot Mr. Sluiter for this very usefull video. Is the code of the program available to download?
@PraneshPyaraShrestha
@PraneshPyaraShrestha 3 жыл бұрын
Make videos on projects of android development
APIs for Beginners 2023 - How to use an API (Full Course / Tutorial)
3:07:07
freeCodeCamp.org
Рет қаралды 1,8 МЛН
SQLite Databases With Python - Full Course
1:29:37
freeCodeCamp.org
Рет қаралды 655 М.
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 54 МЛН
Мы никогда не были так напуганы!
00:15
Аришнев
Рет қаралды 6 МЛН
THE POLICE TAKES ME! feat @PANDAGIRLOFFICIAL #shorts
00:31
PANDA BOI
Рет қаралды 24 МЛН
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 130 М.
UML Diagrams Full Course (Unified Modeling Language)
1:41:31
freeCodeCamp.org
Рет қаралды 1,3 МЛН
Make a Notes App in Android Studio | Room Database | Full Tutorial
2:12:39
Coding With Evan
Рет қаралды 88 М.
Kubernetes Course - Full Beginners Tutorial (Containerize Your Apps!)
2:58:01
Vue.js Course for Beginners [2021 Tutorial]
3:39:56
freeCodeCamp.org
Рет қаралды 1 МЛН
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,4 МЛН
Automate with Python - Full Course for Beginners
2:42:55
freeCodeCamp.org
Рет қаралды 1,5 МЛН
Implementation of SQLite Database in Android using Kotlin
1:34:32
Dr. Parag Shukla
Рет қаралды 16 М.
APIs for Beginners - How to use an API (Full Course / Tutorial)
2:19:33
freeCodeCamp.org
Рет қаралды 4,3 МЛН
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 54 МЛН