Using biometric identification in Xamarin Forms
I’m going to explain how using biometric identification in Xamarin Forms to simplify authentication before executing certain important actions
All technologies, only pure source code
I’m going to explain how using biometric identification in Xamarin Forms to simplify authentication before executing certain important actions
In this new post, I explain how to configure IdentityServer for Xamarin Forms to integrate Web Authenticator using Xamarin Essentials
I want to start to use Visual Studio 2022 Preview and create a base Xamarin Forms project integrated with IdentityServer
Uno Platform announced today that it now supports macOS as a target platform. This new support means that developers can…
Enterprise or Business to Employee (B2E) mobile apps can be quite different from their B2C counterparts. B2C apps, tend to…
Calling native platform code in your portable class library (PCL) is achievable via Dependency Injection. It’s a common question for…
Xamarin.Forms code runs on multiple platforms – each of which has its own filesystem. This means that reading and writing…
How to configure in your Xamarin Forms project the push notification for iOS and Android
Volunteers re-engineer cancer treatment software to monitor coronavirus pandemic using Microsoft’s Xamarin mobile framework with Azure Mobile Angel has released…
I added to my project Xam.Plugins.Android.ExoPlayer and then I received this error: java/lang/Object;I)V: defining a default interface method requires –min-sdk-version…
GitHub Package Registry, a package management service that makes it easy to publish public or private packages next to your source code
With the new version of Xamarin, we can create apps for macOS. But how can I add a macOS project…
Join Craig Dunn explains what’s new in iOS 11 and how to take advantage of the latest updates – from…
Sometimes you need to change a value for a specific platform and this value is a Double, for example. I…
Apple introduced with iOS 11 a new UI in particular for larger titles: if you open your email, you see…
In Xamarin Forms there is a native function called UriBuilder: it allow you to create a well-formed url. In my…
Xamarin Forms doesn’t have a Label with a Bindable FormattedString. For example, if you want a bindable bold word in…
A ListView is a kind of repeater but isn’t always what I want. It’s surprising something like this isn’t included…
In my project I have some images to display. The funny thing is I can see images in the simulator…
In my previous post called Xamarin: how to Start an Application at Device Boot in Android, I explained how you…
This tutorial will explain to stat an application while the Android device boot-up. For this, we need to listen to…
Using Device Information Plugin for Xamarin and Windows, you have access to same information for a device: GenerateAppId: used to…
Customize the title bar of your Universal App for Windows 10 is quite easy, but you need to write different…
I added Microsoft Mobile Center to my project after creating the app there. On MobileCenter documentation you can know the…
In my previous post I explaind how to add on your application advertising. In those days Xamarin has removed from…