How to create a login screen using Xamarin?

Asked

Viewed 4,443 times

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.

  • 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

2 answers

2

2

Basically, there are two ways:

  • Through a class you inherit from Contentpage
  • Through a XAML file

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

You are not signed in. Login or sign up in order to post.