dotnetco.de

Tag Archives: Xamarin Forms

Native Facebook Login in Xamarin Forms iOS App

Many apps need some kind of user authentication. Instead of having users to register on your site, it’s more convenient to use existing Logins. Many social networks like Facebook, Twitter and Google offer to use their login data to authenticate users in your application. You have 2 different options of authentication: Server side or client […]

Store Lists in Xamarin Forms Settings Plugin

When storing settings in Xamarin Forms you are probably aware of SettingsPlugin provided by James Montemagno. If not, have a look at it! The plugin only supports simple data types like int, string, bool etc. but not lists. So if you want to store lists with the SettingsPlugin in your Xamarin Forms app you need […]