Showing results for Components - Xamarin Blog

May 6, 2020
2
0

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 23, 2020
3
0

Xamarin.Essentials: Now with Permissions, App Theme, & Authentication

James Montemagno
James Montemagno

The latest version of Xamarin.Essentials (1.5) is packed full of beautiful native cross-platform APIs including app theme detection, permissions, web authentication, and so much more. Read on for details, samples, and guides to get started today.

Xamarin PlatformDevelopersXamarin
Apr 6, 2020
2
0

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
Nov 28, 2018
0
0

Multi-targeting with Android Support Library v28

Jon Douglas
Jon Douglas

Starting with Xamarin’s Android Support Library version 28, we are introducing multi-targeting. This includes assemblies for older support library versions when your application's TargetFrameworkVersion is lower than the expected version.

DevelopersAndroid
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, which enables developers to get the location from shared code on iOS, Android, and Windows from a single API. There are times when you may want or need full control over the API, however, and that's where the new Google Play services location APIs come in. These APIs simplify location awareness with multiple sensors on the device to help determine the location of the user. This means that, when using these new APIs, querying for location updates is faster and more accurate and, with the most recent update (11.0.4), it's never been easier to get started.

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 SDK continue to roll out, so do updates to the Support Libraries; keeping them up-to-date and installing the correct versions is an important (and sometimes frustrating) part of Android development. This blog post will help demystify the Support Libraries and help you upgrade to the latest versions.

DevelopersAndroidIntegrations
Feb 15, 2017
0
0

Consumable In-App Purchases

James Montemagno
James Montemagno

If you are building a game or application with content that needs to be purchased multiple times, you'll need to integrate consumable in-app purchases (IAPs) into your application. In my previous IAP blog post, I covered the basics of setting up your app for IAP transactions, adding the IAP items to Google Play and iTunes Connect, and introduced you to the In-App Billing Plugin for Xamarin that greatly simplifies the process of adding IAP to your application's code. Today, we'll take a look at consumables and how they offer a slight tweak to the development process.

DevelopersAndroidiOS
Jan 16, 2017
3
0

Lightweight Ads for Android Apps

James Montemagno
James Montemagno

The easiest way to start monetizing your mobile apps is to connect with advertisers and show relevant ads within them. It's as simple as displaying an ad, your users click on it, and you make money. Today we're going to look at a new SDK for Android, Ads Lite.

DevelopersAndroidIntegrations