Showing results for February 2019 - Xamarin Blog

Feb 21, 2019
0
0

Xamarin and Azure Office Hours Recap from December 2018 and January 2019

Matt Soucoup
Matt Soucoup

Matt Soucoup wants to hear your stories about building mobile apps with Xamarin or Azure or mobile development in general - so go ahead, ask him anything! In this post he recaps the last few months of open office hours covering what he has been hearing from Xamarin developers.

Developers
Feb 19, 2019
4
1

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 15, 2019
0
0

Xamarin Developer Blog is Getting an Update!

Jayme Singleton
Jayme Singleton

Xamarin Developer Blog is migrating to a new platform. Find a sneak peek of the new design and more details about the migration. Let us know what you think!

DevelopersXamarin Platform
Feb 12, 2019
1
0

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
Feb 6, 2019
0
0

5 Things You’ll Love in Xamarin.Forms 3.5

David Ortinau
David Ortinau

Take a closer look at 5 important updates we at Microsoft in collaboration with you, our fantastic contributors, are delivering in Xamarin.Forms 3.5!

DevelopersXamarin.Forms
Feb 4, 2019
1
0

Using Existing C++ Libraries in Cross-Platform Xamarin.Forms Applications

Mike Parker
Mike Parker

Have you ever needed to integrate a C/C++ library in your Xamarin apps? Checkout this full Walkthrough pf an approach to wrapping a C/C++ library so it can be incorporated into Xamarin-based solutions via NuGet in a cross-platform manner.

DevelopersXamarin.FormsXamarin Platform