can Xamarin.forms automatically check for login details before launching the screen?

229 Views Asked by At

So in my application on launch a login screen is shown, a user enters username and password, and if they close the application without logging out when they open it again they just press login within filling in the Username and password fields and it opens, so I want to ask is there a way so my application can check for the login details (saved in php) ? and if login details are valid it skips the login screen but if login details are not valid it takes the user to the login screen. is there a way I can implement it?

0

There are 0 best solutions below