Yeah there’s a bug in dotnet maui when clearing specific key. Where as secure storage won’t work in some of the android device. I will pin this issue in our comment and will be updating people when I find any solutions.
Thanks for the tutorial, it's useful :) I got stuck in navigating to home page/dashboard page when user saves his/her credentials. Got an idea how to implement that. Thank you
Why did not Preferences.Clear("keyName") work? is it a bug?
Yeah there’s a bug in dotnet maui when clearing specific key. Where as secure storage won’t work in some of the android device.
I will pin this issue in our comment and will be updating people when I find any solutions.
You need to use Preferences.Remove("key");
Whenever i logout the username and password is still being displayed how can i autoclear the entries everytime i come to the page?
Quite easy make a MVVM binding and bind it with empty string
How do you suggest storing globally the current logged in user info in the application (e.g. user class with name, list of rights, etc.)?
I gonna save user information serialization then saving it in Preferences this Preference.Clear(key) is the problem hope it gets resolved soon
Thank you for this useful video!
Can you tell us the spec of your macbook
Mac book pro m1 16 inch 😌
@@xamaringuy1951 I am thinking to buy this version bro. Are you happy with it? do you do any other programming apart from maui?
Please make video on Responsive sizing (Fonts, Image) based on screen size..
thanks for the tutorial it works as it should be. ;)
just ask, can .NET MAUI connect to MySQL with xampp?
Thanks for the tutorial, it's useful :) I got stuck in navigating to home page/dashboard page when user saves his/her credentials. Got an idea how to implement that. Thank you
Do you have a fiverr?
www.fiverr.com/mauidev?up_rollout=true
thank you teacher