Posts by this author

May 16, 2018
Post likes count0

Xamarin.Essentials: Cross-Platform APIs for Mobile Apps

When developing iOS and Android apps with Xamarin, developers can access every native platform API using C#. These bindings not only expose the platform APIs in C#, but add powerful C# features, such as async/await, events, delegates, and more. This is a huge advantage for developers, because they never have to leave C#, whether they're writing sha...

DevelopersXamarin PlatformIntegrations
Nov 17, 2017
Post likes count0

Podcast: Connect(); 2017 Xamarin and App Center Recap

In this episode of the Xamarin Podcast, I am joined by App Center program manager James White. We sit down and cover all of the amazing announcements from this years Connect(); 2017 event. Sit back, relax and get ready for tons of Xamarin goodness with Native Forms, .NET Embedding, App Center's General Availability, and so much more! Be sure to

DevelopersXamarin Platform
Aug 29, 2017
Post likes count0

Share More Code with .NET Standard 2.0

There are several great ways to share code between applications and to create libraries to share with the world. With more and more platforms supporting C# and .NET, a new type of library, which we call .NET Standard libraries, was created to simplify development for all developers.

DevelopersXamarin Platform
Aug 24, 2017
Post likes count0

Fast & Simple Android Location Updates with Google Play services

Starting an Android application that relies on device location can be overwhelming. The classic way of getting location is with Android's core APIs, which have been around for a very long time and can be confusing to use. To simplify this process, we developed the Geolocator plugin, ...

DevelopersAndroidIntegrations
Aug 18, 2017
Post likes count0

Native Android Facebook Authentication with Azure App Service

Authenticationis critical to applications success. Look at your app, and I bet the very first things that your users will do is sign up or log in to their account. This will probably, in turn, leverage some form of social authentication. Each social authentication provider is a little bit different, and some, such as Facebook, offer a native SDK to...

DevelopersAndroidIntegrations
Aug 7, 2017
Post comments count2
Post likes count0

Exploring Android’s Bottom Navigation View

The debate over whether tabs should go on the top or the bottom of a screen has raged for nearly a decade. Android has always preferred to use tabs as a filtering mechanism on the top of a page, while iOS has used bottom tabs as the main source of navigation. Now, with the addition of the DevelopersAndroidIntegrations