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
@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!
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 :)
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
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
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.
@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.
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
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 🙄
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?
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
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
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
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
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
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?
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?
for those who are encountering errors, watch carefully and maybe play the video with 0.5 speed, got mine working!
If you want to enjoy the video, jut put at 0.75. This guy know his stuff!!!
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
@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!
It is very clear and precise!
It helped me a lot to understand SQLite with Android!
Thanks for your valuable videos!!! :)
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 :)
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
Hello, did you find a solution for this? I'm also facing the same problem
Same problem.
Any solution bro please tell me.
Any solution please tell me
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
Perfect! It is exactly what I was looking for. Thank you very much. Muchas gracias!!!
It doesn't display anything but the data are stored in database, what would it be?
The same on my side. It displays only first record
Привет из России спасибо вам за отличные уроки ❤❤❤. Всего вам хорошего❤❤❤
i didnt miss anything but sadly the data in recyclerview doesnt show up :(
You probably missed 9:45
why my recyclerview only show one data instead of all the data in the table?
same problem did you find any solution?
There's already the solution to that in the video itself.
Awesome tutorial! Thank You!
Why it stops every time I open it? I have followed all the steps correctly
In my case I forgot to reference the recyclerView in MainActivity.java inside onCreate method
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?
MyDatabaseHelper.java > Cursor readAllData()
//
enter db.rawQuery (query, null); into the cursor variable
if (db != null)
{
cursor = db.rawQuery(query, null);
}
My list won't display please help
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.
Спасибо, все очень доступно объяснено
@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.
Very Great job my friends!
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
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.
@@StevdzaSan I'm not really familiar in room library. do you have video tutorial on that?
@@jeffreyelloreg2882 Now it's the time then. Check my playlists here on RUclips.
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
Sir i am getting problem in showing data sir it is a glitch of something else please tell me.
Thanks from Brazil
Thank you too, best tuto on android app
how about if i want to display the data in the database inside the fragment with recyclerview?
Great videos, thank you!
I press the save button and I back to Home. The recycler view is not up to date.
whenever i click a book in recyclerV app crashes it shows an error here in logcat activity.startActivityForResult(intent, 1);
I have the same, problem did you solve it ?
@@lizaazael5607 No, unfortunately
@@boucettahani4531 I had the same problem, are you using fragments?
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 🙄
Speed is over. But i like it
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
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
hii when i press add books button my activity crashed ....
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?
the application does not start and a picture pops up: the application keeps stopping. I have no errors in my code
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
Same problem bro
Do you have any solution now
Amazing stuff....
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
maybe problem in desginign recycleview make it topmargin to 20dp
thanks a lot its work
bruh do you have course or playlist for a beginner without knowledge of java language ?
I will make a full course somewhere in the future. I will need time to plan, organize, create and so on..
@@StevdzaSan Oh I see, thank you anyway, you're really doing great work.
I wish you created a model for book. It would be more understandable.
Perfect job
When I add a book it only appears when I restart the application. Anybody know how to solve that?
Same thing here, did you find any solution?
@@XeMiZo use startActivityForResult()
@@carlosandre2111please explain
how to update sqlite database for android app. Like add new table raw and columns
Thanks a lot !
Help after I add book the recyclet view wong update and add the book that I have added. But In DB it got updated.
Same here
Thank you!
Thanks a lot 😍
if i create back button in layout what should i do to make it show data
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
Thank you bro thank you brooooo
Can u do search filter for this recycler view
+, this is very good question
i would like to display my data in the recyclerView inside a fragment, my app crashes, does anybody know what to do please?
Hey man great tutorial...can you implement pagination on this ?
Thanks.. You cleared my all problems..
thanks men
hey! i facing problem,
its shows NO adapter attached ; Skipping Layout
please help me out
@@ashishgautam2842 what do you mean explain more
i sort it out sir,thanks for here,
i will tell u, when i m in problem
thank you
4:51
Do you know why I cant find method readAllData() ?
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
MERCI
i want search some data by id and set the results in textviews, can someone please proved me code.
thanks bro , but i need tutorial for " when i click recycler view item ' pass sqlite data to second activity ' " plz help me.
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
i can't find my_row id in inflater.. please help from where did this id come?
Rebuild your project
Hi, I use notifydatasetchanged () in the adapter ?
not updated for mine because I use fragments.....
no need for notify data setchanged in androidmanifiest when you added taht back button touch it it will show you the row immeddiatly
@@Yes-ok5mebut bottom navigation back button click data not show. Please help me
I LOVE U
You're an absolute legend
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 ?
You are WAY too fast for this complex of a topic. Calm down a little, besides that the tutorial is good.
this is kotlin or java ?
10:34
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?
Switch to ROOM
@@StevdzaSan what is room ?i have the same isuue
@@lizaazael5607 ROOM library for managing local database. Check the playlist on my channel.
thnx again
SLOW DOWN! I can barely follow, haha.
the database is not saved on other devices
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.
You speak and move around way too fast and barely explain what you're doing.
PLEASE IN YOUR NEXT TUTORIALS TRY TO DO THINGS SLOWER :)
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?
Hello sir may I know why my app crash after Im trying to display the data
Thaanks man.
Thanks a lot 🥳