Part1 SQLite Database and RecyclerView in Android Studio by Kotlin

  Рет қаралды 16,710

Multi Programming Ideas

Multi Programming Ideas

5 жыл бұрын

This video explains the following:
- Working with SQLite Database
- Create Database and Tables
- Working with Database Version
- Insert Records inside Table
- Filling the records in the RecyclerView
******************************************
Part 1:
• Part1 SQLite Database ...
Explains
- Create Database and Tables
- Insert Records inside Table
- Filling the records in the RecyclerView
- Using Floating Action Button
- Creating a RecyclerView Adapter
******************************************
Part 2:
• Part 2 SQLite Database...
Explains
- Working with SQLite Database
- Update Record
- Delete Record
- Update RecyclerView
- Delete One Record From RecyclerView
- Working with ContentValues
- Building Alert Dialog
******************************************
Part 3:
• Part 3 SQLite Database...
Explains:
- Working with Database Versions
- Add New Column To the Table when Upgrade the App
******************************************
Part 4:
• Part 4 SQLite Database...
Explains:
- Search and Filter the RecyclerView
******************************************

Пікірлер: 40
@Tampa330i
@Tampa330i 4 жыл бұрын
Thank you for posting! I have foolishly decided to make an app, knowing none of these languages, and I wandered into this rabbit hole of how to save data. I was very much under prepared for the massive amounts of code and files required to make something as 'simple' as this. I would have never been able to do this without guidance such as yours. I did finally get this code to work properly with my own variable names. Thanks again!
@VivekYadav-ds8oz
@VivekYadav-ds8oz 4 жыл бұрын
Same dude. I was intending on making a greeting application that would automatically send SMS/E-Mail to people on their birthday or whatever special day the user feeds into the app. The minute I realised I might have to store this data in case device might restart (which deletes all 'schedules' or alarms), I went down a rabbit hole which pretty much kept me demotivated for straight up 2-months!! Now I've decided to finish this app once and for all, but more because I just want to get it over with.
@sivaramkumar_
@sivaramkumar_ 4 жыл бұрын
Hey! You explained everything in detail in this tutorial and it helped me a lot, even though I implemented sqlite using Room. Thanks a lot, and do more such videos!
@multiprogrammingideas
@multiprogrammingideas 4 жыл бұрын
You are welcome
@and_I_am_Life_the_fixer_of_all
@and_I_am_Life_the_fixer_of_all 5 жыл бұрын
This guy is LEGIT. Sub to him if you know what is good for you! I love you Multi Programming Ideas guy! This works!!!
@tedrguez594
@tedrguez594 3 жыл бұрын
You totally saved me
@and_I_am_Life_the_fixer_of_all
@and_I_am_Life_the_fixer_of_all 5 жыл бұрын
OK, I found the part 2 first and I'm coming here to see if this works and to learn how to get sqlite working! Before I finish, I'll just like to thank you for putting content out there. I'll make sure to leave a reply to myself indicating if this did work at all or not. I will follow every detail to the maximum! (time to learn some more Kotlin, Android Studio has been putting a good fight, but it will no win this war.)
@and_I_am_Life_the_fixer_of_all
@and_I_am_Life_the_fixer_of_all 5 жыл бұрын
ok, so first problem that I found is at 12:24, I have no option to click tab when I wrote "Customer", instead I'm left with a red text color for it, please help me out @Multi Programming Ideas?
@and_I_am_Life_the_fixer_of_all
@and_I_am_Life_the_fixer_of_all 5 жыл бұрын
Ok, found my own mistake: on models i named Costumer as Costumers!
@and_I_am_Life_the_fixer_of_all
@and_I_am_Life_the_fixer_of_all 5 жыл бұрын
Nice! it worked (pay close attention to also no add ArrayList for Java!
@and_I_am_Life_the_fixer_of_all
@and_I_am_Life_the_fixer_of_all 5 жыл бұрын
so for me it appeared string at 32:53 between name and factory, I gave it a null as well.. not sure if this changes anything but I'll keep going!
@and_I_am_Life_the_fixer_of_all
@and_I_am_Life_the_fixer_of_all 5 жыл бұрын
(btw, I just subscribed!)
@viggihegde7074
@viggihegde7074 4 жыл бұрын
I have implemented the same logic explained in your video. However instead of mainactivity, I have used a page inside main activity. Currently there is no error on the code part. However I am receiving error while running the app. Can you please help?
@DennyWolf2002
@DennyWolf2002 4 жыл бұрын
Sorry, but when I run the app the CustomerTextView doesn't appear. How can I fix that?
@erwinnreza2559
@erwinnreza2559 4 жыл бұрын
Hi, I am very glad to find your video, after days searching. You are superb. I just have one question. How does the dbHandler look like if the DBMS is Microsoft SQL? I am desperately looking forward to your reply. Regards
@multiprogrammingideas
@multiprogrammingideas 4 жыл бұрын
Thank u friend You can watch this video Part1: kzfaq.info/get/bejne/qMmTfsKjqZesnIE.html
@multiprogrammingideas
@multiprogrammingideas 4 жыл бұрын
Part 2: kzfaq.info/get/bejne/h7mUeLyTqtSUdZ8.html
@weitaodeng4606
@weitaodeng4606 4 жыл бұрын
useful
@multiprogrammingideas
@multiprogrammingideas 4 жыл бұрын
Thank you friend
@rcarlosb03
@rcarlosb03 4 жыл бұрын
minute 23:21 an error I don't find p.0.txtCustomerName
@solidlucho1
@solidlucho1 3 жыл бұрын
p0 ? (string "o" (Key o=O), no Zero = 0(cero)?
@douglaslopez2311
@douglaslopez2311 5 жыл бұрын
Thank you for your explanation and sharing. Where can I find the source code of your program?
@multiprogrammingideas
@multiprogrammingideas 5 жыл бұрын
You welcome I don't upload the source code My goal is that the follower understand the lesson very well by watching the lessons and write it by him self
@douglaslopez2311
@douglaslopez2311 5 жыл бұрын
Thank you for your answer. I will continue understanding your code, then enter each statement in my android studio and test it. Best regards, Douglas
@douglaslopez2311
@douglaslopez2311 5 жыл бұрын
Hi!, I tried doing my best copy from your explanation and enter in my android studio project. However, I have an error: "project name" keeps stopping". Can you help me please to find the error? How can I see the error by using the logcat? My email is douglaslopez2311@gmail.com . I can send you the code if you send me your email. I will really appreciate your effort. Best regards, Douglas Lopez, Caracas- Venezuela.
@multiprogrammingideas
@multiprogrammingideas 5 жыл бұрын
My email is mult.programming.ideas@gmail.com
@douglaslopez2311
@douglaslopez2311 5 жыл бұрын
@@multiprogrammingideas thank you so much for your help. I sent you my project to your email. Best regards, Douglas
@belkheirboulifa7392
@belkheirboulifa7392 4 жыл бұрын
نتمنى اضافة الترجمة العربية لفيديوهاتك
@multiprogrammingideas
@multiprogrammingideas 4 жыл бұрын
والله اخي العزيز حاولت اكثر من مرة لكن للأسف لم يسعفني الوقت
@belkheirboulifa7392
@belkheirboulifa7392 4 жыл бұрын
@@multiprogrammingideas شكرا اخي و ربي ايوفقك
@UnpredictableManner
@UnpredictableManner 4 жыл бұрын
Hello, can I contact you via email? concerning my code
Part 2 SQLite Database Update and Delete Records in Android Studio by Kotlin
35:08
Multi Programming Ideas
Рет қаралды 4,1 М.
Implementation of SQLite Database in Android using Kotlin
1:34:32
Dr. Parag Shukla
Рет қаралды 16 М.
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 9 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 68 МЛН
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
FASH
Рет қаралды 29 МЛН
RecyclerView in Android Studio [Kotlin 2020]
15:49
CodeWithMazn
Рет қаралды 58 М.
العشاء الأخير | الدحيح
29:10
New Media Academy Life
Рет қаралды 2,6 МЛН
SQLite Database Tutorial for Android Studio
1:27:08
Programming w/ Professor Sluiter
Рет қаралды 189 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 187 М.
SQLite Android Course Kotlin | Part 01 | Add Record
1:14:05
Atif Pervaiz
Рет қаралды 10 М.
Build a Realtime Chat App in React Native (tutorial for beginners) 🔴
3:49:50
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 9 МЛН