Such a beautiful explaination, thank you so much for your efforts, one thing i can suggest you is please try to write code from scratch so that it will help us a lot to understand better, btw it was really good tutorial ❤
Thank you. Yea I thought about writing the whole demo out as I always hate when tutorials just jump with all this code already there. But in this example, this is something you can add to your already made project so I thought it was okay to stsrt from there and add what you need
Hi, how can I do this, when I have a custom class object (I want to save a list filled with my own objects)? I am always getting this error: Unhandled Exception: Converting object to an encodable object failed: Instance of 'TerminItem' toString Method doesn't help sadly. Please help!
Shared Preferences supports specific data types: int, bool, double, String and List. And for List, it's of type String - List. If you need a local data storage that stores objects, you can use Isar or ObjectBox. 👍
Sir the application seems good. But it's not working. When i click the number button it's not showing any response it's still standing on 0.? What to do. Anybody pls? 😶
I had a hard time understanding how to implement Shared Preference, but your video made everything clear. Thank you very much!
Glad it was helpful 🙂
The best explanation I encountered about SharedPreferences ... Thanks.
Glad it was helpful! 😁
u made this so easy thanks a lot
Happy to help
Extraordinarily explained really good job on that video!
Thanks 😊
Such a beautiful explaination, thank you so much for your efforts, one thing i can suggest you is please try to write code from scratch so that it will help us a lot to understand better, btw it was really good tutorial ❤
Thank you. Yea I thought about writing the whole demo out as I always hate when tutorials just jump with all this code already there. But in this example, this is something you can add to your already made project so I thought it was okay to stsrt from there and add what you need
Hi, how can I do this, when I have a custom class object (I want to save a list filled with my own objects)?
I am always getting this error:
Unhandled Exception: Converting object to an encodable object failed: Instance of 'TerminItem'
toString Method doesn't help sadly.
Please help!
Umm, depends on what data you're trying to save. When I have issues I don't understand I use ChatGPT for help
Shared Preferences supports specific data types: int, bool, double, String and List. And for List, it's of type String - List.
If you need a local data storage that stores objects, you can use Isar or ObjectBox. 👍
very nice very nice
Thanks
Where i can find the src code sir?
Sir the application seems good. But it's not working. When i click the number button it's not showing any response it's still standing on 0.? What to do. Anybody pls? 😶