Showing results for Integrations - Xamarin Blog

Oct 4, 2018
Post likes count0

Upgrade Your App with Sentiment Analysis

Brandon Minnick
Brandon Minnick

Azure's Text Analytics Service makes it easy to add sentiment analysis to our cross-platform apps. Let's see how with this to implement it in a Xamarin app!

DevelopersXamarin PlatformIntegrations
Sep 6, 2018
Post likes count0

Using Object Detection from inside your Xamarin app

Jim Bennett
Jim Bennett

Microsoft Cognitive Services provide a great way to get started with AI without being a machine learning or data science expert. A common favorite of cognitive services is the Custom Vision Service. The first version of this service allowed you to easily build an ima...

DevelopersXamarin PlatformIntegrations
Jul 9, 2018
Post likes count0

Export To Application Insights With AppCenter Continuous Export

Mayur Tendulkar
Mayur Tendulkar

Five-star mobile apps have one special feature: they don’t let go of their users. This can be achieved by understanding your app, the app’s users, and how these users interact with your app. The deep customer insights offered by AppCenter's Continuous Export provide a better understanding of your customers and help boost retention. By default, you ...

DevelopersXamarin PlatformIntegrations
Jun 14, 2018
Post likes count0

More Cross-Platform APIs with Xamarin.Essentials Latest Preview

James Montemagno
James Montemagno

We announced Xamarin.Essentials, a core set of cross-platform APIs to help developers build native apps, at Microsoft Build 2018. Xamarin.Essentials gives developers access to over thirty platform-specific APIs that can be accessed from their shared c...

DevelopersXamarin PlatformIntegrations
May 16, 2018
Post likes count0

Xamarin.Essentials: Cross-Platform APIs for Mobile Apps

James Montemagno
James Montemagno

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
Aug 24, 2017
Post likes count0

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
Post likes count0

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