Today is the deadline of my assignment. But i couldn't create my application until today. This is the only video that helped my problem. thanks brother. Keep up the good work
@juanenriquez27983 жыл бұрын
for those who are encountering errors, watch carefully and maybe play the video with 0.5 speed, got mine working!
@jasonshin71974 жыл бұрын
It is very clear and precise! It helped me a lot to understand SQLite with Android! Thanks for your valuable videos!!! :)
@paoflores97942 жыл бұрын
Wow, this is the last video of the series and it has been the most helpful tutorial I've found. It was very clear, good explanation. So, I am able to learn too, and I was able to deliver my assignment on time. 100/10. Thank youu :)
@gasparcalix20954 жыл бұрын
If you want to enjoy the video, jut put at 0.75. This guy know his stuff!!!
@sinoiumarzoda78574 жыл бұрын
@all pls pay attention to small issues, if your app is not running. Double check. My app runs perfectly and thanks a lot sir for an excellent explanation!
@debartoloa2 жыл бұрын
Very Great job my friends!
@1CE20CS00AdarshMishra Жыл бұрын
great tutorial every things working fine, but after adding new book it does not dispaly immediately, i have to restart app once again to display it helap me
@zerodigits2413 Жыл бұрын
Hello, did you find a solution for this? I'm also facing the same problem
@RiadVal9 ай бұрын
Same problem.
@RahulSingh-jc8gv6 ай бұрын
Any solution bro please tell me.
@RahulSingh-jc8gv6 ай бұрын
Any solution please tell me
@giridharb13233 жыл бұрын
It doesn't display anything but the data are stored in database, what would it be?
@automarketarmenia64812 жыл бұрын
The same on my side. It displays only first record
@fatihkoc15203 жыл бұрын
Hello im just started to coding and i need to ask u why u didnt use view binding for bind and the book class for the saving informations and ArrayList for holding objects
@rorisangzensekwenyane4564 жыл бұрын
My list won't display please help
@CursosDeExcelyMacros2 жыл бұрын
Perfect! It is exactly what I was looking for. Thank you very much. Muchas gracias!!!
@best_books_bot4 жыл бұрын
Awesome tutorial! Thank You!
@rahulawasthi34662 жыл бұрын
Suppose there is so much data in database table. Reading it all at once would be infeasible. Can we implement paging to read data from database as user requires in app or there are better solution to it? Please clarify.
@MuhamadArif-hm4cw2 жыл бұрын
why my recyclerview only show one data instead of all the data in the table?
@MateMatricks51192 жыл бұрын
same problem did you find any solution?
@khimleshgajuddhur6892 Жыл бұрын
There's already the solution to that in the video itself.
@hunsendrake2535 Жыл бұрын
how about if i want to display the data in the database inside the fragment with recyclerview?
@skanerkodowkreskowychqr3794 Жыл бұрын
Perfect job
@Manjuu272 жыл бұрын
then how you get the value to pass it to other activity? like when i want to pass the value with put extra to my edit activity
@chimkens11 сағат бұрын
I get an error "cannot cast cardview into recyclerview". Why is that?
@brigadir58302 жыл бұрын
Привет из России спасибо вам за отличные уроки ❤❤❤. Всего вам хорошего❤❤❤
@patriciarodrigues5984 жыл бұрын
Thanks from Brazil
@phiqahzulyhah29274 жыл бұрын
Hi, I had follow all the steps but after installing the apps to my phone the apps open and closed after a few sec. can anyone help?
@HausCoding4 жыл бұрын
MyDatabaseHelper.java > Cursor readAllData() // enter db.rawQuery (query, null); into the cursor variable if (db != null) { cursor = db.rawQuery(query, null); }
@abdiyyonis97463 жыл бұрын
Thank you too, best tuto on android app
@tanaykulkarni32754 жыл бұрын
Sir i am getting problem in showing data sir it is a glitch of something else please tell me.
@fatihdonmez4823 Жыл бұрын
I press the save button and I back to Home. The recycler view is not up to date.
@ΓεώργιοςΚουβάτας-γ7χ4 жыл бұрын
@Stevdza-San. I love your tutorial very much. i want to ask you how could i have on this book app a search functionality on the recyclerview? i would be grateful if you can help me with this.
@vibhathakur57514 жыл бұрын
how to add that back button in second activity.so that. After adding some more books we can see now how many books are there in the list
@xwznmvd10 ай бұрын
the application does not start and a picture pops up: the application keeps stopping. I have no errors in my code
@anshuldeodia88464 жыл бұрын
Why it stops every time I open it? I have followed all the steps correctly
@anilrai12994 жыл бұрын
In my case I forgot to reference the recyclerView in MainActivity.java inside onCreate method
@jeffreyelloreg28824 жыл бұрын
whenever i open the app it crashes and i follow every step in your video and i also triple check everything if there's a problem or if i miss something but everything is according to what in the video and i did check the logcat and it's said "[Sync,SyncAdapter] Failed to sync." and "Caused by: com.google.android.gms.auth.UserRecoverableAuthException: BadAuthentication" pls help me
@StevdzaSan4 жыл бұрын
I haven't used SQLite lib in a while, however I would recommend you to try ROOM library, it's easier to manage and maintain a database.
@jeffreyelloreg28824 жыл бұрын
@@StevdzaSan I'm not really familiar in room library. do you have video tutorial on that?
@StevdzaSan4 жыл бұрын
@@jeffreyelloreg2882 Now it's the time then. Check my playlists here on KZbin.
@huybui84632 жыл бұрын
if i create back button in layout what should i do to make it show data
@NdivhuhoMarole-bc7bx4 жыл бұрын
Amazing stuff....
@NguyenSon-f4q Жыл бұрын
Thank you!
@zerodigits2413 Жыл бұрын
Help after I add book the recyclet view wong update and add the book that I have added. But In DB it got updated.
@antoniofuller233111 ай бұрын
Same here
@Lolserpres2 жыл бұрын
i didnt miss anything but sadly the data in recyclerview doesnt show up :(
@RedJohnCS Жыл бұрын
You probably missed 9:45
@chriscasella29035 жыл бұрын
Great videos, thank you!
@Pecana802 жыл бұрын
The only issue is you are loading data on the main thread and if you have a lot of data to load the app will hang and probably cause ANR
@SmartProgrammer4 жыл бұрын
hii when i press add books button my activity crashed ....
@namanagarwal38314 жыл бұрын
Tutorials awesome but one thing is going wrong when I rotate phone from portate to landscape recycling view not showing any data how to fix it portate mode working fine 🙄
@ahmedragab45125 жыл бұрын
Thanks a lot 😍
@boucettahani45314 жыл бұрын
whenever i click a book in recyclerV app crashes it shows an error here in logcat activity.startActivityForResult(intent, 1);
@lizaazael56073 жыл бұрын
I have the same, problem did you solve it ?
@boucettahani45313 жыл бұрын
@@lizaazael5607 No, unfortunately
@lizaazael56073 жыл бұрын
@@boucettahani4531 I had the same problem, are you using fragments?
@somethingviral19374 жыл бұрын
Why wasn't separate class created and then those item in those class shall be used with getter and setter???is this possible in Sqlite like i do it in firestore...MVC
@Yes-ok5me4 жыл бұрын
maybe problem in desginign recycleview make it topmargin to 20dp
@TheGuernica37 Жыл бұрын
The note will save and show straight away after pressing the top back arrow, but not after pressing the bottom back button. Did anyone solve this problem?
@muskanyadav23914 жыл бұрын
Thanks a lot !
@ActressandModels3 жыл бұрын
thanks a lot its work
@miguelangelmunozoscategui43564 жыл бұрын
Hi, I use notifydatasetchanged () in the adapter ?
@miguelangelmunozoscategui43564 жыл бұрын
not updated for mine because I use fragments.....
@Yes-ok5me4 жыл бұрын
no need for notify data setchanged in androidmanifiest when you added taht back button touch it it will show you the row immeddiatly
@RahulSingh-jc8gv6 ай бұрын
@@Yes-ok5mebut bottom navigation back button click data not show. Please help me
@dominikkajba87663 жыл бұрын
Do you know why I cant find method readAllData() ?
@ZeeshanBacha-p8q Жыл бұрын
i want search some data by id and set the results in textviews, can someone please proved me code.
@maxts89284 жыл бұрын
Спасибо, все очень доступно объяснено
@mithunmiah28315 жыл бұрын
how to update sqlite database for android app. Like add new table raw and columns
@shizanahamadali3748 Жыл бұрын
thank you
@varthanaravinthiran77454 жыл бұрын
Can u do search filter for this recycler view
@LordSaint-u3v3 жыл бұрын
+, this is very good question
@lizaazael56073 жыл бұрын
i would like to display my data in the recyclerView inside a fragment, my app crashes, does anybody know what to do please?
@patiarch384 жыл бұрын
You're an absolute legend
@yukselcanozdemir37304 жыл бұрын
Thank you bro thank you brooooo
@carlosandre21114 жыл бұрын
When I add a book it only appears when I restart the application. Anybody know how to solve that?
@XeMiZo4 жыл бұрын
Same thing here, did you find any solution?
@carlosandre21114 жыл бұрын
@@XeMiZo use startActivityForResult()
@RahulSingh-jc8gv6 ай бұрын
@@carlosandre2111please explain
@nainshykh84154 жыл бұрын
i can't find my_row id in inflater.. please help from where did this id come?
@StevdzaSan4 жыл бұрын
Rebuild your project
@abhijeetjadhav70272 жыл бұрын
TILL THIS TUTORIAL I've implemented this same way but after adding data it is not updting on list automatically. When I closed app and the. Reopen then data updating. SO SUGGEST ME THE SOLUTION
@akash-7711 Жыл бұрын
Same problem bro Do you have any solution now
@akarthickdinesh34264 жыл бұрын
Speed is over. But i like it
@flaviobarros83054 жыл бұрын
Hey man great tutorial...can you implement pagination on this ?
@dhakshnamoorthy86734 жыл бұрын
I'm creating a chat app and I have to store all the chat messages and I follow the same procedure of urs it is adding in db but it is not displaying all the chat messages that is being stored so I don't know what to do can u pls help me by giving ur email Id so I can give my program
@ashishgautam28424 жыл бұрын
hey! i facing problem, its shows NO adapter attached ; Skipping Layout
@ashishgautam28424 жыл бұрын
please help me out
@Yes-ok5me4 жыл бұрын
@@ashishgautam2842 what do you mean explain more
@ashishgautam28424 жыл бұрын
i sort it out sir,thanks for here, i will tell u, when i m in problem
@Badr-zs9vc4 жыл бұрын
bruh do you have course or playlist for a beginner without knowledge of java language ?
@StevdzaSan4 жыл бұрын
I will make a full course somewhere in the future. I will need time to plan, organize, create and so on..
@Badr-zs9vc4 жыл бұрын
@@StevdzaSan Oh I see, thank you anyway, you're really doing great work.
@yassinelegougui40444 жыл бұрын
thanks men
@agusmuliana2 жыл бұрын
Hello... I Love your video so much. i would like to ask. If we have 100 record, and we want to display limit every 10 data. how to show next record in recycler view . thanks
@AbdulWahab-bm4gt2 жыл бұрын
I LOVE U
@pankajwandre59614 жыл бұрын
Thanks.. You cleared my all problems..
@azizprasetyo25233 жыл бұрын
this is kotlin or java ?
@ArindamTosh4 жыл бұрын
Awesome tutorial. I can't figure out the row _id which is passed you mentioned it will be pass dynamically,in update activity but it doesn't ?
@denizaygun49093 жыл бұрын
I wish you created a model for book. It would be more understandable.
@hldev94373 жыл бұрын
MERCI
@hyno2 жыл бұрын
4:51
@dyari0094 жыл бұрын
thanks bro , but i need tutorial for " when i click recycler view item ' pass sqlite data to second activity ' " plz help me.
@frankfernandes7184 жыл бұрын
holder.owner_name.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Toast.makeText(v.getContext(), "name:"+model.getOname(), Toast.LENGTH_SHORT).show(); } }); put this on onbindview
@HyperActive944 жыл бұрын
thnx again
@abdou93834 жыл бұрын
10:34
@MrManu24684 жыл бұрын
You are WAY too fast for this complex of a topic. Calm down a little, besides that the tutorial is good.
@damonkopsidas4 жыл бұрын
I'm trying to integrate this into my app, I am getting an error saying my Cursor object is null. One thing to note is that my Recycler View is in a main page fragment which is opening through the main activity. Any ideas?
@StevdzaSan4 жыл бұрын
Switch to ROOM
@lizaazael56073 жыл бұрын
@@StevdzaSan what is room ?i have the same isuue
@StevdzaSan3 жыл бұрын
@@lizaazael5607 ROOM library for managing local database. Check the playlist on my channel.
@БаянАхмет-л1ю5 жыл бұрын
the database is not saved on other devices
@Evaldas653 жыл бұрын
SLOW DOWN! I can barely follow, haha.
@vladd90803 жыл бұрын
PLEASE IN YOUR NEXT TUTORIALS TRY TO DO THINGS SLOWER :)
@ijutsu24383 жыл бұрын
for somebody who just wanna learn SQLite but don't know any of the other overly complex shit(in here), this is not the right video for you.
@JustShir04 жыл бұрын
You speak and move around way too fast and barely explain what you're doing.
@Loko4Games2 жыл бұрын
After the last line of code, recyclerView.setLayoutManager(new LinearLayoutManager(MainActivity.this));, when I run my app it crashes, anybody know what it can be?
@waddupshairie3 жыл бұрын
Hello sir may I know why my app crash after Im trying to display the data