Showing results for Xamarin Platform - Xamarin Blog

Jan 25, 2018
Post likes count0

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
Jan 18, 2018
Post likes count0

The Xamarin Show: Getting Started with iOS Development in C#

James Montemagno
James Montemagno

If you're looking to get started with iOS development, there's no better place to look than our amazing Xamarin.iOS documentation guides. They cover each and every topic that you can imagine when it comes to iOS development in C# with Xamarin. If you enjoy watching development videos on your f...

DevelopersXamarin Platform
Nov 17, 2017
Post likes count0

Podcast: Connect(); 2017 Xamarin and App Center Recap

James Montemagno
James Montemagno

In this episode of the Xamarin Podcast, I am joined by App Center program manager James White. We sit down and cover all of the amazing announcements from this years Connect(); 2017 event. Sit back, relax and get ready for tons of Xamarin goodness with Native Forms, .NET Embedding, App Center's General Availability, and so much more! Be sure to

DevelopersXamarin Platform
Aug 29, 2017
Post likes count0

Share More Code with .NET Standard 2.0

James Montemagno
James Montemagno

There are several great ways to share code between applications and to create libraries to share with the world. With more and more platforms supporting C# and .NET, a new type of library, which we call .NET Standard libraries, was created to simplify development for all developers.

DevelopersXamarin Platform
Aug 2, 2017
Post likes count0

Getting Started with C# 7

James Montemagno
James Montemagno

The releases of Visual Studio 2017 and Visual Studio for Mac introduced two spectacular new IDEs to develop mobile applications, cloud workloads, and introduced us to a world of powerful new C# features with the release of C# 7. I recently b...

DevelopersXamarin Platform
May 5, 2017
Post likes count0

Podcast: Exploring the Android Support Libraries & Google Play Services

James Montemagno
James Montemagno

In this episode of the Xamarin Podcast, I'm joined by Jon Dick of the Xamarin components team to discuss the Android Support Libraries and Google Play Services. Don't miss this informative episode covering what these important libraries are, why they're necessary, what's new, and how to use them in your apps today. Be sure to

DevelopersXamarin Platform
Mar 23, 2017
Post likes count0

Catch Up on Visual Studio 2017 and Visual Studio for Mac with Channel 9

James Montemagno
James Montemagno

I was honored to be part of the Visual Studio 2017 keynote, where I got to highlight how easy it is to build beautiful, cross-platform native iOS, Android, and Windows apps in C# with Xamarin and Visual Studio 2017. Visual Studio 2017 brings an

DevelopersXamarin PlatformEducation
Mar 1, 2017
Post likes count0

.NET Standard Libraries in Xamarin Studio

James Montemagno
James Montemagno

Xamarin projects have supported .NET Standard Libraries in both Xamarin Studio and Visual Studio since their original release in order to enable developers to share code more easily. Consuming .NET Standard NuGets and Assemblies is completely seamless, ...

DevelopersXamarin Platform
Jan 23, 2017
Post likes count0

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