Showing results for Integrations - Xamarin Blog

Aug 19, 2020
Post comments count5
Post likes count0

App First Run Detection with Xamarin.Essentials

James Montemagno
James Montemagno

Several great approaches to check if and when your app is launching. For the very first run or for a specific version, all using Xamarin.Essentials! Easily detect the first time your user has run your application or for a specific version to easily integrate prompts.

DevelopersXamarinIntegrations
May 6, 2020
Post comments count2
Post likes count0

Exposure Notification API Support for Xamarin Apps

Jon Dick
Jon Dick

Announcing the first preview of Exposure Notification APIs for devices. Read through to get a full breakdown of what APIs are available and our first preview of a full cross-platform API for Xamarin developers.

XamarinDevelopersXamarin Platform
Apr 6, 2020
Post comments count2
Post likes count0

Magic Gradients: Beautiful Backgrounds in Xamarin.Forms

Jayme Singleton
Jayme Singleton

Magic Gradients is a NuGet that provide a possibility to add beautiful and enhanced gradients into Xamarin.Forms applications. Here is a quick taste of what you can do with the library using it as a separate layer or background.

Xamarin.FormsIntegrations
Mar 11, 2020
Post likes count0

Dotfuscator Comes to Visual Studio for Mac to Help Protect Apps

Jayme Singleton
Jayme Singleton

Dotfuscator from PreEmptive helps .NET developers all over the globe protect their apps from reverse-engineering and hacking. Dotfuscator has been available for Xamarin developers using Visual Studio 2019 on Windows, but now with the release of Professional 6 is available on Visual Studio for Mac and cloud builds!

IntegrationsDevelopersXamarin
Aug 2, 2019
Post comments count2
Post likes count0

Add Contact Features in 4 Lines of Code with Xamarin.Essentials

James Montemagno
James Montemagno

See how you can create a contact application to send an sms, email, place a phone call, and navigate to a location with just 4 lines of code with Xamarin.Essentials.

DevelopersXamarin.FormsXamarin Platform
Jul 12, 2019
Post comments count5
Post likes count0

Xamarin.Essentials welcomes tvOS, watchOS, and Tizen

James Montemagno
James Montemagno

Xamarin.Essentials, your favorite cross-platform library to access native features from shared code adds new file bases APIs for sharing, email, and opening. It also adds watchOS, tvOS, and Tizen platform support in the 1.3 pre-update!

Xamarin PlatformDevelopersIntegrations
Feb 19, 2019
Post comments count4
Post likes count1

Persisting Settings and Preferences in Mobile Apps with Xamarin.Essentials

James Montemagno
James Montemagno

An essential part of any mobile application is the ability to persist data. Sometimes that is a large amount of data that requires a database, but often it is smaller pieces of data such as settings and preferences that need to be persisted between application launches.

DevelopersXamarin PlatformIntegrations
Feb 12, 2019
Post comments count1
Post likes count0

Easily Check Mobile Device Connectivity with Xamarin.Essentials

James Montemagno
James Montemagno

As a mobile app developer, it's great to be able to pull data from the server to our apps to provide users with a delightful experience. Of course, until your user puts their device on airplane mode or hits a rough patch with no cell reception. To provide the best user experience we need access to the current network state of our users' device. Bet...

DevelopersXamarin PlatformIntegrations
Oct 12, 2018
Post likes count0

Protect your Xamarin.Android Apps at Runtime with Dotfuscator

Jayme Singleton
Jayme Singleton

n a previous blog we discussed obfuscating your Xamarin application with Dotfuscator Community to protect it from reverse-engineering. That kind of protection is an important and necessary layer in your application's security posture, but it shouldn't be the only layer. The...

DevelopersXamarin PlatformAndroid