Showing results for Visual Studio - Xamarin Blog

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
Mar 14, 2017
0
0

Simplified Android Keystore Signature Discovery

James Montemagno
James Montemagno

The Android Keystore is at the heart of every Android application. It enables us to sign our applications and ship them to the app store securely, but also holds additional signature information needed for Google Play services and other APIs, such as Facebook. This new extension makes it super simple to get access to everything you need to sign you...

DevelopersAndroidIntegrations
Jan 23, 2017
0
0

Enhanced Device Logging in Visual Studio

James Montemagno
James Montemagno

During development we often print out logs, warnings, and errors to the console to help with the debugging process. However, with the complexity of mobile operating systems and applications, we often need to see what's happening on the device or being logged by other parts of the operating system. This is where the iOS and Android device logs come ...

DevelopersXamarin PlatformAndroid