@@lakshmikanthgangaramaiah5249 you can check if the checkbox is checked and when it is checked you can put the shared preference code in it. Simple as that.
Please checkout the CS50's android Pokdex project. I have been stuck on it since 1 week and I just don't understand from the documentation. Please make a tutorial on that !!!!!
Hello dear friend. Do you have any tutorial on how i can have preferences by user? i am using xampp to store the users in users table, then i want another table for lets say results, so a signed in user can choose from 1 to 5 and got stored to the table results by user id
A good tutorial, explaining both read and write on different activities, which is rare. Thanks a lot. Also just to make it simpler for us newbies you may add a new activity 'OtherPage' from the conetxt menu rather than the process you adopted.
What pisses me off about this video is you taught me in just over 8 minutes what I have been trying to acquire from my professor for 2+ days and spending thousands of dollars for. Thank you.
SharedPreferences are loading my default value instead of saved value. I have everything correct. My SharedPrefs save properly in one activity, but the values don't save at all in other activities.
awesome tutorial , how can we read all saved stuff ? i have a tic tac toe project to do , first page is a choose player list and an option to add a player , each player score are saved on shared preference, you then must choose an image to play tic tac toe default are X and O. finnaly once the 2 player has chose , tic tac toe game can start. when a player wins scores are updated on shared preferences. but how do you read all shared preference and show them as a choice to click.
Is there a way to save onto the shared preference without having the button, like once we put data into the field, it would just stay there automatically?
In RecyclerView there is a cardView and in it, there are multiple checkBoxes. If i select and leave app and come back to app again, those selected checkBoxes must be selected. Can you help me with that bro?
Yo man. The guide is good, but I have a problem. Android studio shows that there are zero errors in the code, but when I run the app I get a crash. Can you help me with this?
Hi man, nice video! I got one question tho. Is there a way that the value on the next page changes whenever the user fills in a new value? Now it only saves the first one.
Hello dear friend. Do you have any tutorial on how i can have preferences by user? i am using xampp to store the users in users table, then i want another table for lets say results, so a signed in user can choose from 1 to 5 and got stored to the table results by user id
Can you make shared preferences Part 2 because the input you printed on otherpage.xml will always show there unless you enter the new values... and by clicking on save button it should show us the values we saved... the video was quite easy to understand
If you guys have any requests on what tutorials you want to see, just leave a comment below! Thanks for watching :)
Could u please use this concept to save the checkbox checked? please make a video on that
@@lakshmikanthgangaramaiah5249 you can check if the checkbox is checked and when it is checked you can put the shared preference code in it. Simple as that.
Please checkout the CS50's android Pokdex project. I have been stuck on it since 1 week and I just don't understand from the documentation. Please make a tutorial on that !!!!!
Hello dear friend. Do you have any tutorial on how i can have preferences by user? i am using xampp to store the users in users table, then i want another table for lets say results, so a signed in user can choose from 1 to 5 and got stored to the table results by user id
@@lakshmikanthgangaramaiah5249 did you know how to do it ?
Thank you so much, Sir!
Your tutorial save my another 6 hour.
A good tutorial, explaining both read and write on different activities, which is rare. Thanks a lot.
Also just to make it simpler for us newbies you may add a new activity 'OtherPage' from the conetxt menu rather than the process you adopted.
What pisses me off about this video is you taught me in just over 8 minutes what I have been trying to acquire from my professor for 2+ days and spending thousands of dollars for. Thank you.
welcome to university friend
Thank you so much. I have been searching about this for days😭😭
Old Video Still saved me from due date of my thesis! Super Thank You
Glad to help, best of luck
You are the OG, Thanks for this tutorial!
Happy to help!
Thank you for this video and for gracefully teaching me what the android docs couldn't
my right ear really enjoyed this video
great video for understandable a share preferences in android studio keep it up :)
I scoured documentation, and stack overflow posts with little results. This video helped tremendously, thanks m8.
Thank you bro... Best tutor n tutorial on Shared Preference.... exactly what I looked for my Sms forward app! Thanks a ton
SharedPreferences are loading my default value instead of saved value. I have everything correct. My SharedPrefs save properly in one activity, but the values don't save at all in other activities.
It's really clear the way you explain and it's useful for me. Thanks !!
My right ear liked this video
This video is awesome, liked and subscribed !
awesome tutorial , how can we read all saved stuff ? i have a tic tac toe project to do , first page is a choose player list and an option to add a player , each player score are saved on shared preference, you then must choose an image to play tic tac toe default are X and O. finnaly once the 2 player has chose , tic tac toe game can start. when a player wins scores are updated on shared preferences. but how do you read all shared preference and show them as a choice to click.
this was very helpful, thank you ♥
left ear: am i joke to you?
I really loved your explanation!!!!!!!! Please make moreeee!
Very helpful , looking forward to more of your videos!!!!!
Is there a way to save onto the shared preference without having the button, like once we put data into the field, it would just stay there automatically?
Thank you so much for the clear and easy to understand instructions :)
Sir background video recorder app can store user record video....
In RecyclerView there is a cardView and in it, there are multiple checkBoxes. If i select and leave app and come back to app again, those selected checkBoxes must be selected. Can you help me with that bro?
Hi, is there a way to store those data after APP is close and once it gets open again we still have the same data written. Thnx.
Just needed this 😀
❤️❤️
Thanks.🙏
Yo man. The guide is good, but I have a problem. Android studio shows that there are zero errors in the code, but when I run the app I get a crash. Can you help me with this?
You saved my life man. Many thanks!
Great work buddy, you deserve more subs.
i have doubt which language you have used like kotlin or java cause i am a new learner
Hi man, nice video! I got one question tho. Is there a way that the value on the next page changes whenever the user fills in a new value? Now it only saves the first one.
Hello dear friend. Do you have any tutorial on how i can have preferences by user? i am using xampp to store the users in users table, then i want another table for lets say results, so a signed in user can choose from 1 to 5 and got stored to the table results by user id
Thanks for the vid. If we restart the app will the name still be there if now can you tell me how to do that?
It will be saved even after the app is closed
is this working on a multiple data?
Can we put the sharedpreferences in a list? Or an array.
Thank you. I'm still learning and it was helpful!❤
Awesome video man really great for api token authentication!!
Very nice explanation brother
Thank you.
How can we edit after we saved??
why do i not have the function getText()
It's not working man it shows shared preference app stopped working
Can you send the code here to help you?
Thank you, your video was very helpful
You deserve more subs!
Can you make shared preferences Part 2 because the input you printed on otherpage.xml will always show there unless you enter the new values... and by clicking on save button it should show us the values we saved... the video was quite easy to understand
do you have a tutorial on finding the number of records after adding a new column in sugar orm, kindly help.
Thanks buddy you made my day
You are AWESOMEMOUS!!! Thank You!
perfect tutorial!! Thanks!!
and also tell us how to delete and update the values we saved
Much appreciated...
Not working application is crashing
Nice work 👍👍
Thanks!! It's so userful!! 😁
very useful, thank you!
Not working everytime gives default value
Thanks you for this tutorial.. Do you can to help me for an example with to getInt() and putInt() please ;)
Thanks for your videos.
thank you Sir😇
very good
Thanks man, much appreciated 😊 subscribe for more!
My left ear is jealous
same, they are thinking of leaving me
THANK YOU SO MUCH!!!!!!!
Thank you sir
Thanks Ben!!!
its just like player prefs in unity
Thank you
Thanks :)
Thanks bro
Actually I am new and I want to make social media app can you please help me out
💕❤️
Made a video about encrypted shared preferences, check it out :)
Will do! Excited to see it
dude you saved me thank you so much
thank you