Showing results for Android - Xamarin Blog

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
Oct 12, 2018
0
0

Protect your Xamarin.Android Apps at Runtime with Dotfuscator

Jayme Singleton
Jayme Singleton

n a previous blog we discussed obfuscating your Xamarin application with Dotfuscator Community to protect it from reverse-engineering. That kind of protection is an important and necessary layer in your application's security posture, but it shouldn't be the only layer. The...

DevelopersXamarin PlatformAndroid
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
Aug 7, 2018
0
0

Securing network traffic with TLS 1.2

Tom Opgenorth
Tom Opgenorth

Secure and encrypted network communications are a crucial part of mobile application development. Without some kind of security around the communication layer, it is trivial for a third party to eavesdrop and tamper with the messages between the client and the server. If protecting the data being transmitted is important, then some kind of cryptogr...

DevelopersXamarin PlatformAndroid
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
Jan 25, 2018
0
0

First Look: Xamarin Android Device Manager Preview

Nina Vyedin
Nina Vyedin

With the release of SDK Tools 26, Google replaced the standalone UI for the SDK and Device Manager with a command line interface. In an effort to make Android component management accessible and easy to use, we have built our own versions of these important tools for Xamarin developers, starting with the SDK Manager last fall. Today, we’re excited ...

AndroidDevelopersXamarin Platform