Hi!
I'm new to the xamarin forms in visual studio. I'm trying to create an app with a login. And this app show should show a lot of info getting from a service..
The question is how to do this? I mean moving from the login page to the next?
What kind of page or something should I be using?
You don't want to get back to the login page unless you logout, because on a mobile app you do that rarely.
I've seen some code where the view.xaml.cs creates the next view but I don't think that is the way to go?
I have created a view which is the login and a vm handling all this. My views are in xaml.
Is possible to do with a factory pattern or something?