Showing results for Android - Xamarin Blog

Jan 28, 2019
0
0

Android’s D8 dexer and R8 shrinker

Jonathan Peppers
Jonathan Peppers

Learn more about Xamarin.Android’s D8 and R8 integration and deep dive on how R8 is being developed for Xamarin.Android and D8 as the next-generation DEX compiler to speed up and shrink Android apps.

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

Android Build Performance and Reliability

Jon Douglas
Jon Douglas

As a Xamarin developer working on Android apps, you may be well-aware of two issues that slow down your everyday development build times and the correctness of the build. If you aren't sure what the latter is, think back to the last time you had to manually remove your bin/obj folders within your project in order to fix a failure.

DevelopersAndroid
Sep 24, 2018
0
0

Using the Android Designer Split View

Bret Johnson
Bret Johnson

The ability to see the design view and layout XML at the same time, side by side, was one of our most requested features for the Android Designer. With Split View, new in the Visual Studio 2017 version 15.8 release

DevelopersAndroid
Aug 21, 2018
0
0

Getting Started with Android Pie

Mark McLemore
Mark McLemore

Google recently released Android Pie for developers to enhance their apps and build new experiences with. Previously, Microsoft released an Android 9.0 Preview for Xamarin.Android and as of today, you can download the stable support for Android Pie inside Xamarin.Andr...

DevelopersAndroid
Jul 27, 2018
1
0

Announcing Xamarin.Android 9.0 (P) Preview

Jon Douglas
Jon Douglas

Android 9.0 (P) introduces many features such as Wi-Fi RTT(Round-Trip-Time), Display cutout support, Notification enhancements, Multi-camera support, and much more. We're excited to announce Xamarin.Android support for Android 9.0 (P) in our latest preview release of Xamarin.Android for both Visual Studio 2017 and Visual Studio for Mac.

DevelopersAndroid
Jun 21, 2018
0
0

Getting Android Apps Ready for Google Play’s Target API Level Requirements

James Montemagno
James Montemagno

Starting this year, Google Play will roll out a new policy that impacts all Android developers submitting new apps and app updates. This blog post will ensure that your application is fully ready for these changes, which will require the targetSdkVersion to be set to Android 8.0 API level 26 or higher, when it goes into effect for new apps on Augus...

DevelopersAndroid
Jun 14, 2018
0
0

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