1
What is the best way to create a login screen using Xamarin Studio
?
I’d like to do a project Cross-Platform
, but wanted to see some examples of Login with c#
and preferably using the Xamarin
.
1
What is the best way to create a login screen using Xamarin Studio
?
I’d like to do a project Cross-Platform
, but wanted to see some examples of Login with c#
and preferably using the Xamarin
.
2
See more details here: Show me the code
UI Design (Individual no cross): Andoir and iOS
2
Basically, there are two ways:
The best way will be the one you have most ease. Depending on how you want your page, you will have some controls like Label, Entry and Button.
There is a very interesting file that addresses a specific theme of authentication with social networks. In this article, a login screen is created. The link is just below:
http://studyxnet.com.br/consumindo-wcf-no-xamarin-forms/
Browser other questions tagged mobile xamarin login cross-platform
You are not signed in. Login or sign up in order to post.
In addition to past responses, a very interesting thing is the use of access to social networks for login, follows an example made with Xamarin.Forms and integrating with Facebook from their Web Api :) Example Hugs
– Rafael Rodrigues