Showing results for Android - Xamarin Blog

Aug 29, 2017
0
0

Share More Code with .NET Standard 2.0

James Montemagno
James Montemagno

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
0
0

Fast & Simple Android Location Updates with Google Play services

James Montemagno
James Montemagno

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
0
0

Native Android Facebook Authentication with Azure App Service

James Montemagno
James Montemagno

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
2
0

Exploring Android’s Bottom Navigation View

James Montemagno
James Montemagno

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
Jul 11, 2017
0
0

Mastering the Android Support Libraries

James Montemagno
James Montemagno

Android Support Libraries are an essential part to every Android application and you'll find them absolutely everywhere. The Support Libraries offer developers the ability to add the latest and greatest features of Android to their application while maintaining backward compatibility with older versions of Android. As new versions of the Android SD...

DevelopersAndroidIntegrations