Xamarin Blog

Support for Xamarin has ended, upgrade to .NET MAUI today

Latest posts

Xamarin.Forms and Essentials now target Android 13 (in Preview)
May 15, 2023
Post comments count 13
Post likes count 5

Xamarin.Forms and Essentials now target Android 13 (in Preview)

Gerald Versluis
Gerald Versluis

New preview versions of Xamarin.Forms and Xamarin.Essentials have been released, these versions now target Android 13 by default. In this post you will read all the details.

Tips & Tricks on Upgrading Xamarin.iOS & Xamarin.Android to .NET for iOS & Android
Feb 15, 2023
Post comments count 1
Post likes count 7

Tips & Tricks on Upgrading Xamarin.iOS & Xamarin.Android to .NET for iOS & Android

James Montemagno
James Montemagno

There has never been a better time to update & migrate your Xamarin.iOS and Xamarin.Android apps to the latest version of .NET to take advantage of the latest features, support, and performance improvements.

Fall 2022 Updates for Xamarin, Hello iOS 16 and Android 13
Sep 27, 2022
Post comments count 2
Post likes count 13

Fall 2022 Updates for Xamarin, Hello iOS 16 and Android 13

David Ortinau
David Ortinau

iOS 16 is now available. Let's now look at what you need to do with your Xamarin projects before May 1, 2024.

Migrating MR.Gestures from Xamarin.Forms to .NET MAUI
May 17, 2022
Post likes count 3

Migrating MR.Gestures from Xamarin.Forms to .NET MAUI

Michael Rumpler
Michael Rumpler

In this guest blog post, Michael Rumpler shares how he ported his popular Xamarin.Forms library, MR.Gestures, to support .NET MAUI

Tips for Moving Your Xamarin Library to .NET MAUI
May 10, 2022
Post likes count 4

Tips for Moving Your Xamarin Library to .NET MAUI

Luis Matos
Luis Matos

Join me as I share the tips that I learned porting my NuGet Package, Plugin.ValidationRules to support .NET MAUI

Facebook SDK v12.2 for Xamarin.iOS Now Available
Jan 20, 2022
Post likes count 3

Facebook SDK v12.2 for Xamarin.iOS Now Available

Israel Soto
Israel Soto

The latest version of the Facebook SDK is now available for Xamarin developers offering updates to CoreKit, LoginKit, ShareKit, GamingServiceKit, and AudienceNetwork.

Machine Learning in Xamarin.Forms with ONNX Runtime
Dec 14, 2021
Post comments count 12
Post likes count 4

Machine Learning in Xamarin.Forms with ONNX Runtime

Mike Parker
Mike Parker

Learn how to integrate machine learning into your Xamarin.Forms application with ONNX Runtime

The Journey to Accessible Apps: Meaningful Content Ordering
Nov 11, 2021
Post comments count 1
Post likes count 3

The Journey to Accessible Apps: Meaningful Content Ordering

Rachel Kang (SHE/HER)
Rachel Kang (SHE/HER)

Do your apps have meaningful content ordering? Learn more about accessible layouts and navigation and find out how you can ensure accessible ordering in your apps.

What’s New in Xamarin and Visual Studio 2022
Nov 8, 2021
Post comments count 7
Post likes count 4

What’s New in Xamarin and Visual Studio 2022

David Ortinau
David Ortinau

Xamarin has shipped support for the latest Android and iOS versions, and productivity features in Visual Studio 2022. What's next for Xamarin?

Introducing .NET MAUI Compatibility for the Xamarin Community Toolkit
Aug 31, 2021
Post likes count 3

Introducing .NET MAUI Compatibility for the Xamarin Community Toolkit

Brandon Minnick
Brandon Minnick

Announcing the first preview release of Xamarin.CommunityToolkit.MauiCompat

The Journey to Accessible Apps: Making Visual Text Accessible
Aug 19, 2021
Post likes count 2

The Journey to Accessible Apps: Making Visual Text Accessible

Rachel Kang (SHE/HER)
Rachel Kang (SHE/HER)

Is all the text in your apps visually accessible? Learn more about accessible text and find out how you can control for accessible text sizes in Xamarin.Forms and .NET MAUI.

Xamarin.Essentials 1.7 and introducing .NET MAUI Essentials
Jul 21, 2021
Post comments count 5
Post likes count 1

Xamarin.Essentials 1.7 and introducing .NET MAUI Essentials

James Montemagno
James Montemagno

Xamarin.Essentials 1.7 is here with some great enhancements for your mobile and desktop apps. We also talk about the future of the library with .NET MAUI Essentials.

The Future of Xamarin Community Toolkit
Jul 15, 2021
Post comments count 4
Post likes count 0

The Future of Xamarin Community Toolkit

Brandon Minnick
Brandon Minnick

With the release of .NET MAUI coming soon, here is the roadmap for the Xamarin Community Toolkit

Implementing Chromecast with Xamarin.Forms
Jun 17, 2021
Post comments count 3
Post likes count 0

Implementing Chromecast with Xamarin.Forms

Sweeky Satpathy
Sweeky Satpathy

Learn how to integrate Chromecast into your Xamarin.Forms application without complicated bindings, simply using Custom Renderers.

Building beautiful apps with Xamarin.Forms
Jun 3, 2021
Post comments count 5
Post likes count 2

Building beautiful apps with Xamarin.Forms

James Montemagno
James Montemagno

Designing great looking apps can be hard, but with a little inspiration and a little styling you can craft beautiful looking apps with Xamarin.Forms

The Journey to Accessible Apps: Screen Readers
May 24, 2021
Post comments count 2
Post likes count 0

The Journey to Accessible Apps: Screen Readers

Rachel Kang (SHE/HER)
Rachel Kang (SHE/HER)

Are your apps screen reader accessible? Learn more about screen readers and find out how you can support the screen reader experience with Xamarin.Forms and .NET MAUI.

The Journey to Accessible Apps
Apr 14, 2021
Post comments count 1
Post likes count 0

The Journey to Accessible Apps

Rachel Kang (SHE/HER)
Rachel Kang (SHE/HER)

Get started on your journey to developing inclusive apps - start here, with accessibility, today.

Great Looking Settings Screens for Xamarin.Forms
Mar 17, 2021
Post comments count 4
Post likes count 0

Great Looking Settings Screens for Xamarin.Forms

James Montemagno
James Montemagno

Looking to spruce up your settings screen in your Xamarin.Forms app? Checkout some quick tips to theme the built in controls in Xamarin.Forms to make your settings shine.

CollectionView Drag & Drop Item Reordering with Gesture Recognizers
Mar 4, 2021
Post comments count 7
Post likes count 1

CollectionView Drag & Drop Item Reordering with Gesture Recognizers

alexeystrakh
alexeystrakh

Items reordering in a list-based control is a handy feature and it is used in various use cases. From simple scenarios like configuring settings, defining tabs order to complex scenarios like managing user content, and reordering images or email. With the recent Xamarin.Forms 5.0 release, Drag and Drop gesture recognizers were introduced and enable you to unlock these scenarios in your app. In this post I will guide you through everything you need to add drag & drop to your CollectionView. Drag & Drop Gesture Recognizers In previous posts you may have seen how drag and drop can be used with any control ...

Beautiful Tabs with Xamarin Community Toolkit TabView
Feb 24, 2021
Post comments count 12
Post likes count 0

Beautiful Tabs with Xamarin Community Toolkit TabView

Gerald Versluis
Gerald Versluis

One of the hardest parts of apps to customize is the tab bar. To overcome this, we've added the TabView to the Xamarin Community Toolkit. With the TabView you have full control over the look-and-feel of the tab bar. In this blogpost we'll learn what it's all about.

The New .NET Multi-platform App UI
Feb 3, 2021
Post comments count 41
Post likes count 2

The New .NET Multi-platform App UI

David Ortinau
David Ortinau

With .NET 6 previews starting right around the corner, it is time to start getting excited for the new .NET Multi-platform App UI (MAUI) that was announced at BUILD 2020. This year of .NET has a lot of amazing things for client application developers. Let's review the highlights and set your expectations for the year ahead.

Beautiful Custom RadioButton with Xamarin.Forms 5
Jan 29, 2021
Post comments count 3
Post likes count 1

Beautiful Custom RadioButton with Xamarin.Forms 5

James Montemagno
James Montemagno

Xamarin.Forms 5 introduced control templates for the new RadioButton control that gives you complete control and customization over the user interface.

Xamarin Community Toolkit: A Must-Have Xamarin Library
Jan 25, 2021
Post comments count 2
Post likes count 1

Xamarin Community Toolkit: A Must-Have Xamarin Library

Gerald Versluis
Gerald Versluis

We are pleased to introduce the Xamarin Community Toolkit! The toolkit complements Xamarin.Forms 5 with all kinds of commonly found behaviors, converters, effects, MVVM utilities, and awesome new controls including the CameraView, AvatarView, and TabView.

Xamarin.Forms 5.0 is Here!
Jan 7, 2021
Post comments count 20
Post likes count 2

Xamarin.Forms 5.0 is Here!

David Ortinau
David Ortinau

Xamarin.Forms 5 is here, delivering hundreds of quality improvements and brings to stable release new features including App Themes, Brushes, CarouselView, RadioButton, Shapes and Paths, and SwipeView.

Xamarin Holiday Hack Ideas
Dec 21, 2020
Post comments count 1
Post likes count 2

Xamarin Holiday Hack Ideas

David Ortinau
David Ortinau

Are you looking for some code-related diversions this holiday season to pass the time and have some fun? So are we! Here are some ideas to help inspire us all.

December’s Community Standup – .NET MAUI Update
Dec 2, 2020
Post comments count 1
Post likes count 1

December’s Community Standup – .NET MAUI Update

Maddy Montaquila
Maddy Montaquila

Join Xamarin & .NET MAUI team members Maddy Leger, David Ortinau, and Jon Dick for updates on .NET MAUI, the next generation of Xamarin.Forms to build cross-platform mobile and desktop apps.

Announcing Azure Mobile Apps v4.2.0 for .NET
Nov 25, 2020
Post comments count 4
Post likes count 1

Announcing Azure Mobile Apps v4.2.0 for .NET

Adrian Hall
Adrian Hall

Recently, we released a large update to the Azure Mobile Apps client libraries, enabling you to provide offline sync of cloud SQL data to your iOS and Android apps.

Fabulous: Going Beyond Hello World
Nov 17, 2020
Post likes count 1

Fabulous: Going Beyond Hello World

Timothé Larivière
Timothé Larivière

In this guest blog from Fabulous maintainer Timothé Larivière shows us the next steps in leveraging F#, MVU, and Fabulous to build mobile apps with Xamarin.

Recapping Xamarin Highlights from .NET Conf  2020
Nov 12, 2020
Post comments count 3
Post likes count 1

Recapping Xamarin Highlights from .NET Conf 2020

Maddy Montaquila
Maddy Montaquila

Xamarin had a huge presence throughout .NET Conf, here’s a recap of all of the new features developers can use to build mobile apps including XAML Hot Reload 2.0, iOS Hot Restart, and Xamarin.Forms 5.0.

Xamarin Community Toolkit Hacktoberfest 2020 Recap
Nov 11, 2020
Post likes count 1

Xamarin Community Toolkit Hacktoberfest 2020 Recap

Gerald Versluis
Gerald Versluis

It has been hard to miss, for the past month Hacktoberfest was upon us again. As announced in our previous blogpost, the Xamarin Community Toolkit participated as well, here is a little summary of how we did.

.NET Conf 2020 and Virtual Events in November
Nov 2, 2020
Post likes count 0

.NET Conf 2020 and Virtual Events in November

Jayme Singleton
Jayme Singleton

The .NET team and the .NET Foundation are excited to present .NET Conf 2020 - a free, 3-day, live-streamed event all about .NET development! This year is going to be extra special as .NET 5.0 launches on the 10-year anniversary of this virtual conference happening November 10-12th, 2020!

In-app reviews for your Android apps
Oct 22, 2020
Post comments count 15
Post likes count 0

In-app reviews for your Android apps

Saamer Mansoor
Saamer Mansoor

You can now launch in-app reviews in Android using the Store Review Plugin and the new Play Core library for Android.

Query & Interact with Apps in Android 11 with Package Visibility
Oct 15, 2020
Post likes count 0

Query & Interact with Apps in Android 11 with Package Visibility

James Montemagno
James Montemagno

There are several exciting new APIs and enhancements in Android 11. One of the more interesting changes for developers is changes to package visibility. In this post we will see what package visibility is and what changes need to be made to apps to query and interact with apps installed on the user's device.

Xamarin.Essentials 1.6 preview: macOS, media, and more!
Oct 7, 2020
Post comments count 18
Post likes count 0

Xamarin.Essentials 1.6 preview: macOS, media, and more!

James Montemagno
James Montemagno

Announcing the preview for Xamarin.Essentials 1.6 that introduces official support for macOS and exciting features including a file & media picker, app actions, screenshots, and much more.

Join Hacktoberfest at the Xamarin Community Toolkit
Oct 2, 2020
Post comments count 3
Post likes count 0

Join Hacktoberfest at the Xamarin Community Toolkit

Gerald Versluis
Gerald Versluis

Code for swag or from your love for Xamarin in this year's Hacktoberfest! Here are the guidelines to get you started. Be sure to tag your pull requests with the "Hacktoberfest" label to be considered for a reward.

.NET Conf 2020 and Community Events this October
Oct 1, 2020
Post likes count 0

.NET Conf 2020 and Community Events this October

Jayme Singleton
Jayme Singleton

Virtually tune-in to communities around the world through amazing online events, streams, and recordings this October. Stay connected to your developer communities through the upcoming .NET Conf 2020, virtual Meetups, community stand-ups, podcasts, and more. Get started with .NET tutorials and learn how to host your own virtual experiences!

Xamarin.Forms 5 Preview: Advanced UI Controls for Beautiful Apps
Sep 29, 2020
Post comments count 9
Post likes count 1

Xamarin.Forms 5 Preview: Advanced UI Controls for Beautiful Apps

David Ortinau
David Ortinau

Xamarin.Forms 5 brings to stable release features that you have seen in preview over the latest several 4.x releases. This includes solid and gradient , , drag-and-drop, , , and . These new features inject new creative potential for your application designs to create beautiful, interactive experiences. Let's look at those highlights, and then a quick checklist of what you should review as you get started with the Xamarin.Forms 5 pre-release. Beautiful Design with Brushes, Shapes, and Paths With brushes you can now easily paint gradients anywhere you need them. Shapes and paths allow you to draw all the rounded...

Customer Showcase: The Academy of Motion Picture Arts and Sciences
Sep 24, 2020
Post likes count 0

Customer Showcase: The Academy of Motion Picture Arts and Sciences

Alex Blount
Alex Blount

The Academy of Motion Picture Arts and Sciences is known for it’s many areas of involvement in the movie industry, but it is most famous for the annual awards show, The Oscar’s ®. See how the Academy migrated their infrastructure to Azure and leveraged Xamarin to deliver a rich, responsive experience to its members across a range of devices.

Build Xamarin.iOS apps using iOS 14 and Xcode 12
Sep 21, 2020
Post likes count 0

Build Xamarin.iOS apps using iOS 14 and Xcode 12

Whitney Schmidt
Whitney Schmidt

Support for iOS 14 and Xcode 12 to accompany Apple’s Xcode 12 GM release was just announced! Now, build your Xamarin.iOS (and Xamarin.Forms for iOS) apps with Xcode 12 GM and submit your iOS 14, tvOS 14 or watchOS 7 apps to the Apple App Store.

Fabulous: Functional App Development
Sep 10, 2020
Post comments count 2
Post likes count 0

Fabulous: Functional App Development

Timothé Larivière
Timothé Larivière

Learn how to get started with functional programming with Xamarin, F#, and Fabulous to create amazing native mobile apps. Guest blogger and Fabulous maintainer Timothé Larivière walks you through what Fabulous is, how to get started, and how to build real world functional native mobile apps.

Xamarin.Forms Shell Quick Tip – Modal Navigation
Sep 4, 2020
Post comments count 2
Post likes count 1

Xamarin.Forms Shell Quick Tip – Modal Navigation

James Montemagno
James Montemagno

Control exactly how your pages are displayed when navigating leveraging the PresentationMode built into Xamarin.Forms Shell to display modal dialogs animated or not!

.NET Virtual Events in September
Sep 1, 2020
Post likes count 0

.NET Virtual Events in September

Jayme Singleton
Jayme Singleton

Virtually tune-in to any event around the world through amazing online events, streams, and recordings this September. Stay active with your developer communities through upcoming MeetUps. Get lots of content from the teams at Microsoft and the global community. And learn how to get started with .NET and Xamarin!

Xamarin Podcast: Drawing, Visual Studio 2019, Virtual Meetups & More!
Aug 24, 2020
Post likes count 0

Xamarin Podcast: Drawing, Visual Studio 2019, Virtual Meetups & More!

Matt Soucoup
Matt Soucoup

In this month's podcast episode, James and Matt explore drawing with Xamarin.Forms, discuss latest new releases of Visual Studio 2019 and Visual Studio for Mac, as well as how to get your virtual meetup rolling with the .NET Foundation.

App First Run Detection with Xamarin.Essentials
Aug 19, 2020
Post comments count 5
Post likes count 0

App First Run Detection with Xamarin.Essentials

James Montemagno
James Montemagno

Several great approaches to check if and when your app is launching. For the very first run or for a specific version, all using Xamarin.Essentials! Easily detect the first time your user has run your application or for a specific version to easily integrate prompts.

Profiling Xamarin.Android Startup
Aug 14, 2020
Post comments count 1
Post likes count 0

Profiling Xamarin.Android Startup

Jonathan Peppers
Jonathan Peppers

Measure, optimize, and fine-tune the performance of your Android apps build with Xamarin and Xamarin.Forms with these tips and tricks using great tools.

A Dev Story: College Diary with Xamarin.Forms by Theodora Tataru
Aug 12, 2020
Post comments count 6
Post likes count 0

A Dev Story: College Diary with Xamarin.Forms by Theodora Tataru

Theodora Tataru
Theodora Tataru

Guest Blog: Theodora Tataru shares her developer story of finding Xamarin and building out her new app, College Diary.

Xamarin.Forms 4.8 – Gradients & Brushes, Drag & Drop, and More!
Aug 7, 2020
Post comments count 3
Post likes count 0

Xamarin.Forms 4.8 – Gradients & Brushes, Drag & Drop, and More!

Jake Kirsch
Jake Kirsch

Check out the latest release of Xamarin.Forms 4.8 that introduces gradients, brushes, drag & drop, and so much more! Head inside for all of the release details.

.NET Virtual Events in August
Jul 31, 2020
Post likes count 0

.NET Virtual Events in August

Jayme Singleton
Jayme Singleton

Take your .NET & Xamarin development skills to the next level in August through this list of the amazing online events, streams, and videos for you to tune into straight from home!

Drawing UI with Xamarin.Forms Shapes and Paths
Jul 23, 2020
Post comments count 7
Post likes count 1

Drawing UI with Xamarin.Forms Shapes and Paths

David Ortinau
David Ortinau

Xamarin.Forms 4.7 introduces drawing controls for Shapes and Paths. These are powerful new cross-platform controls that use the familiar control syntax from UWP and WPF. As well as use the native graphics libraries on each target platform. Learn more!

Mastering Multilingual in Xamarin.Forms
Jul 21, 2020
Post comments count 1
Post likes count 1

Mastering Multilingual in Xamarin.Forms

Jayme Singleton
Jayme Singleton

This guest post by Charlin Agramonte elaborates on how multilingual support is one of the most common requirements for mobile apps and the simplicity of building mobile apps with Xamarin that handle multiple languages.

Xamarin Podcast: Inverter Converter and Xamarin.Forms 4.7
Jul 17, 2020
Post likes count 0

Xamarin Podcast: Inverter Converter and Xamarin.Forms 4.7

Matt Soucoup
Matt Soucoup

In this month’s episode, James and Matt recap the 100% remote Microsoft Build that happened at the end of May 2020. They also talk about some new Azure + Xamarin docs and how to reuse Xamarin.Forms in iOS extensions.

App Themes for Xamarin.Forms
Jul 16, 2020
Post comments count 9
Post likes count 0

App Themes for Xamarin.Forms

David Ortinau
David Ortinau

This new dark and light mode theme helper, AppThemeBinding along with UserAppTheme make it really easy to handle theme modes in your Xamarin.Forms apps.

Introducing C# Markup for Xamarin.Forms
Jul 15, 2020
Post comments count 12
Post likes count 0

Introducing C# Markup for Xamarin.Forms

Jayme Singleton
Jayme Singleton

C# Markup for Xamarin.Forms enables developers to seamlessly create user interfaces in C# code with built in markup extensions. In this guest blog post Vincent will walk-through how to setup C# markup and all of the great built in features.

Preparing Apps for Google Play Android 10 Requirements
Jul 6, 2020
Post comments count 2
Post likes count 1

Preparing Apps for Google Play Android 10 Requirements

James Montemagno
James Montemagno

There are some new requirements coming to Google Play when it comes to publishing your apps. Learn about updating your apps to target Android 10 (API 29).

.NET Virtual Events in July
Jul 1, 2020
Post likes count 0

.NET Virtual Events in July

Jayme Singleton
Jayme Singleton

With life gone virtual, there are tons of new ways to take your development skills to the next level and stay active with your developer communities through upcoming .NET and Xamarin events. Inside are just a few of the amazing online events, streams, and videos to tune into this July.

Xamarin.Forms Shell Quick Tip – Easy Back Navigation
Jun 26, 2020
Post likes count 0

Xamarin.Forms Shell Quick Tip – Easy Back Navigation

James Montemagno
James Montemagno

Xamarin.Forms Shell simplifies your application architecture and your navigation! See how easy it is to navigate backwards and pass parameters with some new features recently added.

Xamarin Podcast: //Build 2020 Recap
Jun 25, 2020
Post likes count 0

Xamarin Podcast: //Build 2020 Recap

Matt Soucoup
Matt Soucoup

In this month’s episode, James and Matt recap the highlights of 100% remote Microsoft Build for Xamarin that happened at the end of May 2020. They will also talk about some new Azure + Xamarin docs and how to reuse Xamarin.Forms in iOS extensions.

Xamarin.Forms 4.7: Grid Column & Row Definitions, Multi-Bindings, Shapes & Paths, and More!
Jun 17, 2020
Post comments count 10
Post likes count 0

Xamarin.Forms 4.7: Grid Column & Row Definitions, Multi-Bindings, Shapes & Paths, and More!

Jake Kirsch
Jake Kirsch

Today, the Xamarin.Forms team is releasing Xamarin.Forms 4.7 with a collection of feature additions and improvements. These new features will let you unleash your full creative abilities when developing Xamarin.Forms applications.

Reuse Xamarin.Forms Pages in an iOS Extension
May 22, 2020
Post comments count 1
Post likes count 0

Reuse Xamarin.Forms Pages in an iOS Extension

alexeystrakh
alexeystrakh

Get a complete walkthrough on how to integrate Xamarin.Forms and render a simple ContentPage natively in an iOS Extension project. Read on to learn more!

Xamarin Updates From Microsoft Build 2020
May 19, 2020
Post comments count 2
Post likes count 0

Xamarin Updates From Microsoft Build 2020

James Montemagno
James Montemagno

Today kicks of Microsoft Build 2020, a 48-hour digital experience that is completely free for everyone to attend online! The Xamarin and .NET teams have some very exciting announcements, sessions, and interactive experiences throughout the event - so let's dive in!

Xamarin Podcast: Essentials 1.6, Forms 4.6 and Contact Tracing
May 15, 2020
Post likes count 0

Xamarin Podcast: Essentials 1.6, Forms 4.6 and Contact Tracing

Matt Soucoup
Matt Soucoup

Keeping up with the latest in .NET, C#, Xamarin, and Azure is easier than ever. Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. In this month’s episode, James and Matt pull out all the stops about authentication and really Focus on Xamarin.

Xamarin.Forms Shell Quick Tip – Passing Data When Navigating
May 13, 2020
Post comments count 7
Post likes count 0

Xamarin.Forms Shell Quick Tip – Passing Data When Navigating

James Montemagno
James Montemagno

Xamarin.Forms Shell offers built in route based navigation enabling easy navigation to and from pages in your application. Continue reading for a full walkthrough of how to pass data from one page to another.

Exposure Notification API Support for Xamarin Apps
May 6, 2020
Post comments count 2
Post likes count 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.

Virtual Xamarin and .NET Events in May
May 4, 2020
Post likes count 0

Virtual Xamarin and .NET Events in May

Jayme Singleton
Jayme Singleton

Stay virtually-active this May with your developer communities through engaging online events, live-streams, and on-demand videos, all from the comfort of home!

Xamarin Customer Showcase: PGS Software + Volotea
May 1, 2020
Post likes count 0

Xamarin Customer Showcase: PGS Software + Volotea

Jayme Singleton
Jayme Singleton

Xamarin Showcase: When Volotea, an airline leader connecting European cities with competitively priced direct flights, was looking to re-invent their mobile apps, PGS Software was there to build a beautiful app with Xamarin and .NET. 

Xamarin.Forms 4.6: Material Components, Shell, and the Future
Apr 29, 2020
Post comments count 14
Post likes count 1

Xamarin.Forms 4.6: Material Components, Shell, and the Future

David Ortinau
David Ortinau

Today, we are shipping Xamarin.Forms 4.6 with a host of quality improvements, including several new feature previews. With more controls available “in the box” than ever before, it has never been easier to quickly build quality mobile apps with Xamarin!

Xamarin.Essentials: Now with Permissions, App Theme, & Authentication
Apr 23, 2020
Post comments count 3
Post likes count 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.

The Cognitive Services + Xamarin Combo Challenge!
Apr 20, 2020
Post likes count 0

The Cognitive Services + Xamarin Combo Challenge!

Matt Soucoup
Matt Soucoup

The Cognitive Services + Xamarin Combo Challenge: Combine some Azure Cognitive Services in the most crazy ways – and pop in some additional Xamarin goodness by April 30 to get some amazing Xamarin swag!

Xamarin Podcast: Logically Embed That Authentication
Apr 17, 2020
Post likes count 0

Xamarin Podcast: Logically Embed That Authentication

Matt Soucoup
Matt Soucoup

In this month's episode, James and Matt pull out all the stops about authentication and really Focus on Xamarin.

.NET Conf – Focus on Xamarin Event Recap
Apr 14, 2020
Post comments count 2
Post likes count 0

.NET Conf – Focus on Xamarin Event Recap

James Montemagno
James Montemagno

Checkout on-demand videos, code samples, and links from the largest Xamarin virutal event of the year, .NET Conf - Focus on Xamarin. Here is a full recap of every single moment from the event.

Sync Mobile Apps with the Cloud via Change Tracking API
Apr 10, 2020
Post comments count 3
Post likes count 0

Sync Mobile Apps with the Cloud via Change Tracking API

Davide Mauri
Davide Mauri

Change Tracking API + JSON will make your dev life and mobile application data sync so easy you won’t believe it’s Azure SQL.

What’s New for Xamarin Developers in Visual Studio 2019 for Mac version 8.5
Apr 8, 2020
Post comments count 1
Post likes count 0

What’s New for Xamarin Developers in Visual Studio 2019 for Mac version 8.5

Pierce Boggan
Pierce Boggan

Visual Studio 2019 for Mac version 8.5 was released! Which brings several new features and improvements for mobile developers in Visual Studio for Mac to help you build better mobile apps, faster.

Magic Gradients: Beautiful Backgrounds in Xamarin.Forms
Apr 6, 2020
Post comments count 2
Post likes count 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.

Embedded Fonts: Custom Fonts in Xamarin.Forms
Apr 3, 2020
Post comments count 19
Post likes count 0

Embedded Fonts: Custom Fonts in Xamarin.Forms

Gerald Versluis
Gerald Versluis

Embedded fonts means no more platform-specific handling of fonts or adding font files in three different projects. In this post we will see how to use this in Xamarin.Forms 4.5.530 and up.

Virtual Xamarin and .NET Events in April
Apr 1, 2020
Post likes count 0

Virtual Xamarin and .NET Events in April

James Montemagno
James Montemagno

Find an awesome virtual Xamarin community user group, live-stream, community stand-up, or binge past events this April. If you are a user group leader we also have great resources to help you start up a virtual event for your user group. Learn more!

Social Authentication with Xamarin.Essentials and ASP.NET Core
Mar 30, 2020
Post comments count 16
Post likes count 0

Social Authentication with Xamarin.Essentials and ASP.NET Core

Jon Dick
Jon Dick

Many apps require adding user authentication, and this often means enabling your users to sign in their existing Microsoft, Facebook, Google, and now Apple Sign In accounts. With Xamarin.Essentials' new WebAuthenticator and using ASP.NET Core on your backend it has never been easier. Learn more!

Android Image Classification with TensorFlow Lite & Azure Custom Vision Service
Mar 27, 2020
Post likes count 0

Android Image Classification with TensorFlow Lite & Azure Custom Vision Service

Jayme Singleton
Jayme Singleton

Image Classification allows our Xamarin apps to recognize objects in a photo. This article will walkthrough how to implement using Azure's Custom Vision Service, TensorFlow Lite (an open source machine learning platform) and Xamarin.Android.

Increase Binding Possibilities with RelativeSource
Mar 25, 2020
Post comments count 5
Post likes count 0

Increase Binding Possibilities with RelativeSource

Javier Suárez
Javier Suárez

RelativeSource is a markup extension that is used to bind a property of a given element to another property of the element itself. This articles shares examples, documentation, and more!

Xamarin Podcast: Let’s Focus on Xamarin!
Mar 20, 2020
Post likes count 0

Xamarin Podcast: Let’s Focus on Xamarin!

Matt Soucoup
Matt Soucoup

Keeping up with the latest in .NET, C#, Xamarin, and Azure is easier than ever. Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. In this month’s episode James and Matt pull out all the stops and really Focus on Xamarin.

Faster Application Startup using Custom Profiles with Startup Tracing on Android
Mar 19, 2020
Post comments count 4
Post likes count 0

Faster Application Startup using Custom Profiles with Startup Tracing on Android

Jon Douglas
Jon Douglas

Developers today can already take advantage of Startup Tracing to improve the startup time of their Android apps. Today, I will show you a new feature that let's you build a custom profile to be used for your app with Startup Tracing that finely tunes and optimizes your apps startup.

.NET Conf: Focus On Xamarin is Next Week!
Mar 17, 2020
Post comments count 2
Post likes count 0

.NET Conf: Focus On Xamarin is Next Week!

James Montemagno
James Montemagno

We are just one week away from the largest Xamarin digital event of the year, .NET Conf: Focus on Xamarin! Join us live on Channel 9, YouTube, & Twitch for a full day of Xamarin awesome!

What’s New for Xamarin Developers in Visual Studio 2019 version 16.5
Mar 16, 2020
Post comments count 4
Post likes count 0

What’s New for Xamarin Developers in Visual Studio 2019 version 16.5

Pierce Boggan
Pierce Boggan

Visual Studio 2019 version 16.5 is available today and packed full of awesome new features for Xamarin developers including Hot Restart, Apply Changes, Multi-target XAML Hot Reload, faster Android startup, and tons more!

Dotfuscator Comes to Visual Studio for Mac to Help Protect Apps
Mar 11, 2020
Post likes count 0

Dotfuscator Comes to Visual Studio for Mac to Help Protect Apps

Jayme Singleton
Jayme Singleton

Dotfuscator from PreEmptive helps .NET developers all over the globe protect their apps from reverse-engineering and hacking. Dotfuscator has been available for Xamarin developers using Visual Studio 2019 on Windows, but now with the release of Professional 6 is available on Visual Studio for Mac and cloud builds!

Binding Android Kotlin Libraries
Mar 9, 2020
Post likes count 0

Binding Android Kotlin Libraries

alexeystrakh
alexeystrakh

The ability to reuse components built with Kotlin has become increasingly important to Xamarin developers as their popularity amongst developers continues to grow. This post describes a high-level process of binding a Kotlin framework. Additional information with a detailed walkthrough is now available at Microsoft documentation.

Every Xamarin.Forms Layout is a Repeater Control
Mar 4, 2020
Post comments count 1
Post likes count 0

Every Xamarin.Forms Layout is a Repeater Control

James Montemagno
James Montemagno

Repeating content and controls has never been easier by leveraging the built in Bindable Layout support in Xamarin.Forms to help create beautiful apps.

Xamarin and .NET Developer Events in March
Mar 2, 2020
Post comments count 1
Post likes count 0

Xamarin and .NET Developer Events in March

Jayme Singleton
Jayme Singleton

This March, discover the world of Xamarin and .NET development through in-person and virtual opportunities all month long. Explore recent news and updates with your community at local developer Meetups, or online from the comfort of your home!

Binding iOS Swift Libraries
Feb 28, 2020
Post comments count 1
Post likes count 0

Binding iOS Swift Libraries

alexeystrakh
alexeystrakh

The ability to reuse components built with Swift has become increasingly important to Xamarin developers as their popularity amongst developers continues to grow. This post describes a high-level process of binding a Swift framework. Additional information available through Microsoft documentation.

5 Things to be Excited About Xamarin.Forms 4.5
Feb 26, 2020
Post comments count 9
Post likes count 1

5 Things to be Excited About Xamarin.Forms 4.5

David Ortinau
David Ortinau

Today we are thrilled to share that Xamarin.Forms 4.5 is now available bringing you AndroidX, new capabilities for creating responsive UI, and controls "in the box" to speed your development!

Xamarin Podcast: Xamarin.Forms Trigger Mania!
Feb 24, 2020
Post likes count 0

Xamarin Podcast: Xamarin.Forms Trigger Mania!

Matt Soucoup
Matt Soucoup

In this month’s episode, there’s news about every type of Xamarin.Forms Trigger, and they cover it all. And did you know Xamarin.Forms has dual screen support for the new Surface New and Duo? Tune in to find out more!

Xamarin.Forms & Xamarin.Essentials Go AndroidX
Feb 21, 2020
Post comments count 1
Post likes count 0

Xamarin.Forms & Xamarin.Essentials Go AndroidX

James Montemagno
James Montemagno

AndroidX is here! Find out our plans for integration into Xamarin.Forms, Xamarin.Essentials, and beyond. Also, if you are a library creator we recommend a migration strategy for you and your users.

AndroidX NuGet Packages are Stable!
Feb 14, 2020
Post comments count 3
Post likes count 0

AndroidX NuGet Packages are Stable!

Jon Douglas
Jon Douglas

Today we are happy to bring you stable AndroidX NuGet packages. Since AndroidX is a large change for your Android projects, we’ve introduced a number of ways for you to migrate your project. Learn more!

Announcing .NET Conf: Focus on Xamarin
Feb 14, 2020
Post comments count 1
Post likes count 0

Announcing .NET Conf: Focus on Xamarin

James Montemagno
James Montemagno

Join us on March 23rd, 2020 at 08:00 PST for .NET Conf: Focus on Xamarin! A one-day, live-streamed event featuring speakers from the Xamarin product team and the Xamarin community.

Xamarin.Forms Comes to Surface Duo and Surface Neo
Feb 11, 2020
Post likes count 0

Xamarin.Forms Comes to Surface Duo and Surface Neo

David Ortinau
David Ortinau

Today we are announcing the preview availability of our cross-platform dual-screen support for the Surface Duo and Surface Neo, two new and amazing devices coming from the Surface team!

UIWebView Deprecation and Xamarin.Forms
Feb 10, 2020
Post comments count 72
Post likes count 0

UIWebView Deprecation and Xamarin.Forms

Gerald Versluis
Gerald Versluis

Background about Apple started sending out warning messages about the UIWebView deprecation, and of course, how to avoid rejection to the Apple App Store.

Customer Showcase: Transforming Diabetes Management with the BD Diabetes Care app
Feb 7, 2020
Post comments count 1
Post likes count 0

Customer Showcase: Transforming Diabetes Management with the BD Diabetes Care app

Christos Matskas
Christos Matskas

Xamarin Showcase: BD is a leading healthcare safety and technologies company here to talk about their Diabetes Care app and vision to bring diabetes management to the 21st century. Read on to learn how it all started and what the future holds for the DC app.

Toggling Tabs with Triggers
Feb 6, 2020
Post comments count 2
Post likes count 0

Toggling Tabs with Triggers

Ben Buttigieg
Ben Buttigieg

Learn more about how Xamarin.Forms makes setting Tab Icons super easy and how using Triggers allow you to set a property or group of properties based on the value of another property.

Xamarin and .NET Developer Events in February
Feb 3, 2020
Post likes count 0

Xamarin and .NET Developer Events in February

Jayme Singleton
Jayme Singleton

A full list of Xamarin and .NET developer engagements this February! Find links to our Community page, local Meetups, Github projects, and StackOverflow accounts. As well as the developer Twitter, Gitter, and Facebook pages. Read on to discover your events of interest this month.

Xamarin Customer Showcase: Little Cupid Transforms TV into Augmented Reality
Jan 31, 2020
Post likes count 0

Xamarin Customer Showcase: Little Cupid Transforms TV into Augmented Reality

Christos Matskas
Christos Matskas

Today's customer showcase story shows how aspiring developers are using the Little Cupid Xamarin App to transform the way we watch and interact with our favorite shows using mobile phones.

What’s New for Xamarin Developers in Visual Studio 2019 for Mac Version 8.5 Preview 2
Jan 29, 2020
Post comments count 4
Post likes count 0

What’s New for Xamarin Developers in Visual Studio 2019 for Mac Version 8.5 Preview 2

Pierce Boggan
Pierce Boggan

This week, Visual Studio 2019 for Mac version 8.5 Preview 2 was released, bringing several new features and improvements for mobile developers in Visual Studio for Mac to help you build better mobile apps, faster.

What’s New for Xamarin Developers in Visual Studio 2019 version 16.5 Preview
Jan 23, 2020
Post comments count 5
Post likes count 0

What’s New for Xamarin Developers in Visual Studio 2019 version 16.5 Preview

Pierce Boggan
Pierce Boggan

This week, Visual Studio 2019 version 16.5 Preview 2 was released, bringing several new features and improvements for Xamarin Developers including Xamarin Hot Restart, Android apply changes, faster Android startup, XAML online documentation, and more!

Xamarin Goes Dual Screen
Jan 22, 2020
Post comments count 8
Post likes count 0

Xamarin Goes Dual Screen

David Ortinau
David Ortinau

Surface Duo introduces a whole new class of ultra-portable experiences running on dual screens. Today we are excited to announce our public preview of the SDK for Surface Duo. Xamarin developers can take advantage of the new SDK to enlighten existing apps and create innovative experiences for this new device that inspires creativity.

Xamarin Podcast: It’s a Brand New Decade!
Jan 17, 2020
Post likes count 0

Xamarin Podcast: It’s a Brand New Decade!

Matt Soucoup
Matt Soucoup

It’s a new decade, and in this inaugural pod of the roaring 20s, James and Matt cover some holidays hacks, and the brand new version of Xamarin.Essentials!

DevOps for Android App Bundles
Jan 15, 2020
Post comments count 2
Post likes count 0

DevOps for Android App Bundles

James Montemagno
James Montemagno

Android App Bundle is a new app packaging format from Google for Android applications that dramatically reduces the install size for end users.

Simplifying Visual State Manager with TargetName
Jan 13, 2020
Post comments count 3
Post likes count 0

Simplifying Visual State Manager with TargetName

Gerald Versluis
Gerald Versluis

The Visual State Manager (VSM) can now change a property on any child element within scope for our new Xamarin.Forms 4.5 pre-release version.

Tips and Tricks for XAML Hot Reload
Jan 10, 2020
Post comments count 1
Post likes count 0

Tips and Tricks for XAML Hot Reload

Maddy Montaquila
Maddy Montaquila

Kick start your productive new year with some tips and tricks for XAML Hot Reload for Xamarin.Forms. Such as making changes to your XAML files, saving, and instantly seeing those changes reflected on your app!

Top Xamarin Videos of 2019
Jan 8, 2020
Post comments count 3
Post likes count 0

Top Xamarin Videos of 2019

James Montemagno
James Montemagno

With 50,000 subscribers and climbing the Xamarin Developers YouTube has been growing immensely in the last year. Let's take a look at the top videos, new shows, and major accomplishments from the last year.

Top Xamarin Blog Posts of 2019
Jan 7, 2020
Post likes count 0

Top Xamarin Blog Posts of 2019

James Montemagno
James Montemagno

Let's take a look back at the top blog posts for Xamarin developers from 2019 packed full with new releases, exciting events, product announcements, and brand new features to boost productivity and accelerate mobile development!

January Events for Xamarin and .NET Developers
Jan 6, 2020
Post comments count 1
Post likes count 0

January Events for Xamarin and .NET Developers

Jayme Singleton
Jayme Singleton

New Year, tons of awesome new ways to kick off your resolutions with Xamarin and .NET related events this January. Explore all the recent news and updates with your community at developer Meetups around the world. Including online, virtual events to watch from the comfort of your home!

Publish smaller apps with the Android App Bundle
Dec 27, 2019
Post comments count 4
Post likes count 0

Publish smaller apps with the Android App Bundle

Jon Douglas
Jon Douglas

The Android App Bundle (.aab) is a new upload format that includes all of your app’s compiled code and resources, but defers APK generation and signing to Google Play at install time.

Xamarin Challenge: Santa Talk – Build an Intelligent, Serverless Xamarin App
Dec 23, 2019
Post comments count 3
Post likes count 0

Xamarin Challenge: Santa Talk – Build an Intelligent, Serverless Xamarin App

Matt Soucoup
Matt Soucoup

This Winter Solstice, give the Xamarin holiday challenge a spin for a chance to win awesome Xamarin swag by forking or cloning the Santa Talk repo and submitting to GitHub!

Xamarin Podcast: All The New 4’s: Xamarin Forms 4.4 and Visual Studio 16.4!
Dec 20, 2019
Post likes count 0

Xamarin Podcast: All The New 4’s: Xamarin Forms 4.4 and Visual Studio 16.4!

Matt Soucoup
Matt Soucoup

Keep up with the latest in .NET, C#, Xamarin, and Azure with co-hosts Matt Soucoup and James Montemagno! Covering a range of topics relevant to Xamarin developers from designing mobile apps to identity management. This month’s episode we’re all about the new 4’s! Xamarin.Forms 4.4 and Visual Studio 16.4!

Customer Showcase: Third Culture Apps’ Award Winning Xamarin Apps
Dec 17, 2019
Post comments count 1
Post likes count 0

Customer Showcase: Third Culture Apps’ Award Winning Xamarin Apps

James Montemagno
James Montemagno

Third Culture Apps build beautiful and simple, yet powerful apps using .NET and Xamarin such as Ruff, the 2019 Google Material Design Award recipient, and Appy Weather, 2019 Best of Google Play award winning apps.

Get Moving with Xamarin.Forms 4.4
Dec 12, 2019
Post comments count 15
Post likes count 0

Get Moving with Xamarin.Forms 4.4

David Ortinau
David Ortinau

Introducing a new CarouselView control in Xamarin.Forms 4.4. Along with IndicatorView for displaying the pages or items in the carousel. As well as SwipeView for providing contextual actions to any element in a CollectionView.

What’s New for Xamarin Developers in Visual Studio 2019 version 16.4
Dec 5, 2019
Post comments count 3
Post likes count 0

What’s New for Xamarin Developers in Visual Studio 2019 version 16.4

Pierce Boggan
Pierce Boggan

The Visual Studio 2019 version 16.4 release brings major productivity enhancements including the GA release of XAML Hot Reload for Xamarin.Forms, smaller Android APKs, tooling to migrate your applications to Android X, and numerous performance and reliability improvements.

December Xamarin and .NET Events
Dec 2, 2019
Post comments count 1
Post likes count 0

December Xamarin and .NET Events

Jayme Singleton
Jayme Singleton

December is a wonderful time to discover Xamarin and .NET development. Explore all the latest news and updates with your community at developer events around the world, as well as find a bunch of virtual events to watch online!

5 Quick Tips For CollectionView
Nov 26, 2019
Post comments count 2
Post likes count 1

5 Quick Tips For CollectionView

David Ortinau
David Ortinau

Get started with these quick tips on CollectionView to show off some useful new features and best practices for creating powerful native mobile experiences.

Relive Xamarin Developer Summit with On-Demand Videos
Nov 22, 2019
Post likes count 0

Relive Xamarin Developer Summit with On-Demand Videos

James Montemagno
James Montemagno

The Xamarin Developer Summit was a two-day event packed full of deep technical content from the Xamarin team and amazing community members. For those that couldn’t attend, the main sessions were recorded and available today on-demand!

Pull-to-refresh with Xamarin.Forms RefreshView
Nov 20, 2019
Post likes count 2

Pull-to-refresh with Xamarin.Forms RefreshView

James Montemagno
James Montemagno

The RefreshView control was introduced alongside CollectionView in Xamarin.Forms 4.3 to give you complete control over adding pull-to-refresh to any scrollable control.

Announcing the 2019 Xamarin Hacktoberfest Awards
Nov 15, 2019
Post comments count 1
Post likes count 0

Announcing the 2019 Xamarin Hacktoberfest Awards

Samantha Houts
Samantha Houts

Announcing Hacktoberfest 2019 contributors and swag awards with a grand total of 178 pull requests opened by 72 contributors this year alone!

All Things Xamarin at Microsoft Ignite 2019
Nov 12, 2019
Post likes count 0

All Things Xamarin at Microsoft Ignite 2019

James Montemagno
James Montemagno

This year at Microsoft Ignite the Xamarin team was everywhere! In addition to being all around the Developer Architecture Center booths, there were sessions and workshops throughout the conference - all available on-demand!

Snppts Community Challenge
Nov 1, 2019
Post comments count 1
Post likes count 1

Snppts Community Challenge

James Montemagno
James Montemagno

We are excited to announce our first ever community challenge featuring Snppts: a community-run Xamarin.Forms UI snippets aggregate. Simply submit a snippet to be eligible for exclusive swag!

November Xamarin and .NET Developer Events
Oct 31, 2019
Post likes count 0

November Xamarin and .NET Developer Events

Jayme Singleton
Jayme Singleton

This November, explore Xamarin and .NET development with your community at developer events all around the world. Find endless opportunities including conferences like She Sharp Conference, as well as virtual events online like Ignite!

Build Great Xamarin Apps with App Center
Oct 24, 2019
Post likes count 0

Build Great Xamarin Apps with App Center

Ela Malani [MSFT]
Ela Malani [MSFT]

Visual Studio App Center offers integrated and end-to-end developer services for building, managing and powering your Xamarin iOS and Android apps. Easily integrate globally scalable backend services with just a few lines of code. Automate your build, test, and distribution pipelines, while continuously monitoring real-time performance.

Xamarin.Forms 4.3 is live! Introducing CollectionView
Oct 22, 2019
Post comments count 6
Post likes count 0

Xamarin.Forms 4.3 is live! Introducing CollectionView

Paul DiPietro
Paul DiPietro

Announcing the stable release of Xamarin.Forms 4.3.0! Marking the removal of the experimental flag from CollectionView as it moves into stable status. Along with this, comes a number of enhancements and contributions from the community including SourceLink support, the ability to display HTML on Labels, and more!

Xamarin Podcast: .NET Conf Recap!
Oct 18, 2019
Post likes count 0

Xamarin Podcast: .NET Conf Recap!

Matt Soucoup
Matt Soucoup

Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. This month’s Xamarin Podcast episode features a full .NET Conf 2019 recap!

Welcome to Partly Cloudy!
Oct 16, 2019
Post likes count 0

Welcome to Partly Cloudy!

Matt Soucoup
Matt Soucoup

Announcing a new series on Xamarin YouTube Channel called “Partly Cloudy“ with Matt Soucoup: Exploring topics around Azure, DevOps, and Xamarin to learn how to build an app from scratch - all the way through deployment to the App Stores!

Introducing the DevOps for Mobile Video Series
Oct 9, 2019
Post comments count 2
Post likes count 0

Introducing the DevOps for Mobile Video Series

James Montemagno
James Montemagno

Introducing the DevOps for Mobile video series now streaming on YouTube and Channel 9. We tackle a wide range of topics including continuous integration, user interface testing, provisioning, distribution, and a lot more. We guide you through each topic with easy to follow demos, but more importantly we have conversations around each area.

Hacktoberfest 2019 – Xamarin Edition
Oct 8, 2019
Post likes count 0

Hacktoberfest 2019 – Xamarin Edition

David Ortinau
David Ortinau

Code for cotton or from your love for Xamarin in this year's Hacktoberfest! Here are the guidelines to get you started. Be sure to tag your pull requests with the "Hacktoberfest" label to be considered for a reward.

CarouselView Challenge Wrap-up
Oct 4, 2019
Post likes count 0

CarouselView Challenge Wrap-up

Paul DiPietro
Paul DiPietro

After the first prerelease of Xamarin.Forms 4.3 we asked you to participate in the CarouselView Challenge as a follow-up to the CollectionView Challenge. Now we look back on this challenge and report everything that we learned.

October Xamarin and .NET Developer Events
Oct 1, 2019
Post likes count 0

October Xamarin and .NET Developer Events

Jayme Singleton
Jayme Singleton

Discover the world of Xamarin and .NET with your community at developer events in October. Find tons of opportunities around the globe, including conferences and virtual events online!

Android 10.0 General Availability
Sep 26, 2019
Post comments count 1
Post likes count 0

Android 10.0 General Availability

Jon Douglas
Jon Douglas

We’re excited to announce Xamarin.Android support for Android 10.0 in our latest release of Xamarin.Android for both Visual Studio 2019 and Visual Studio for Mac 2019!

Announcing the Xamarin + Azure Functions Challenge!
Sep 24, 2019
Post comments count 5
Post likes count 0

Announcing the Xamarin + Azure Functions Challenge!

Christos Matskas
Christos Matskas

A new developer coding challenge has emerged. Do you have what it takes to build and run a simple Xamarin app that uses Azure Functions to run tasks in the cloud? Choose to enter and you'll find yourself in a draw for some really cool prizes. Read the blog for details - your challenge awaits.

Xamarin Announcements from .NET Conf 2019
Sep 23, 2019
Post comments count 6
Post likes count 0

Xamarin Announcements from .NET Conf 2019

Pierce Boggan
Pierce Boggan

Today at .NET Conf 2019, we shared some exciting announcements for Xamarin and Visual Studio developers, enabling you to be more productive and use the full power, performance, and capabilities of iOS/Android in your applications.

Announcing Xamarin Hot Restart
Sep 23, 2019
Post comments count 16
Post likes count 0

Announcing Xamarin Hot Restart

Jimmy Garrido
Jimmy Garrido

Today at .NET Conf 2019, we announced Xamarin Hot Restart which enables you to test changes made to your app, including multi-file code edits, resources, and references, using a much faster build and deploy cycle.

Xamarin Podcast: If The Boots Fit
Sep 20, 2019
Post likes count 0

Xamarin Podcast: If The Boots Fit

Matt Soucoup
Matt Soucoup

Co-hosts Matt Soucoup and James Montemagno review and discuss a range of topics in this month’s Xamarin Podcast episode covering iOS 13, Android 10, and a little something called, "Boots".

.NET Conf and Local Events!
Sep 18, 2019
Post comments count 1
Post likes count 0

.NET Conf and Local Events!

Jayme Singleton
Jayme Singleton

.NET Conf: a FREE, 3-day virtual developer event co-organized by the .NET community and Microsoft, is live-streaming to a device near you on September 23-25 with local events around the world through October! .NET Core 3.0 will also launch at .NET Conf 2019 - You won't want to miss this.

Get Ready for iOS 13 and Xcode 11
Sep 13, 2019
Post comments count 3
Post likes count 0

Get Ready for iOS 13 and Xcode 11

David Ortinau
David Ortinau

Support for iOS 13 and Xcode 11 to accompany Apple’s Xcode Gold Master (GM) release has just been announced! Now, build your Xamarin.iOS (and Xamarin.Forms for iOS) apps with Xcode 11 GM and submit your iOS 13, tvOS 13 and watchOS 6 apps to the Apple App Store.

Microsoft Garage interns REEL: Xamarin.Forms + AI app
Sep 12, 2019
Post comments count 1
Post likes count 0

Microsoft Garage interns REEL: Xamarin.Forms + AI app

Maddy Montaquila
Maddy Montaquila

Microsoft Garage interns worked with the Cambridge AI Customer Advisory Team (CAT) to create REEL: a mobile app that displays movies recommended for you based on the AI CAT algorithms. Successfully building a beautiful, smart Xamarin.Forms app in only 12 weeks! Learn more.

Xamarin.Forms 4.3 Prerelease and the CarouselView Challenge
Sep 11, 2019
Post comments count 6
Post likes count 0

Xamarin.Forms 4.3 Prerelease and the CarouselView Challenge

Paul DiPietro
Paul DiPietro

Today we’re announcing the first prerelease of Xamarin.Forms 4.3 which includes CarouselView’s implementation, based on CollectionView, and can provide unique functionality within your apps. Plus - a new Xamarin challenge!

Keep Up to Date With the Latest Xamarin Docs
Sep 10, 2019
Post comments count 1
Post likes count 0

Keep Up to Date With the Latest Xamarin Docs

Craig Dunn
Craig Dunn

The Xamarin documentation portal is home to everything you need to know about building apps with Xamarin and Xamarin.Forms. There you will find great quickstarts, tutorials, and deep-dive content. The docs are always updating and can easily be contributed to, so here are a few things on how to keep up with docs.

Boost Performance with Compiled Bindings in Xamarin.Forms
Sep 4, 2019
Post comments count 18
Post likes count 0

Boost Performance with Compiled Bindings in Xamarin.Forms

James Montemagno
James Montemagno

See how compiled bindings for Xamarin.Forms XAML can help boost performance in your apps and also give immediate feedback when developing apps if you have a typo in your bindings.

Xamarin & .NET Developer Events in September
Sep 3, 2019
Post comments count 2
Post likes count 0

Xamarin & .NET Developer Events in September

Jayme Singleton
Jayme Singleton

Discover the world of Xamarin and .NET with your community at developer events happening in September. Find tons of opportunities around the globe, including conferences and virtual events online!

Modernizing iOS Apps for Dark Mode with Xamarin
Aug 30, 2019
Post comments count 3
Post likes count 0

Modernizing iOS Apps for Dark Mode with Xamarin

David Ortinau
David Ortinau

Xamarin.iOS and Xamarin.Forms deliver native iOS experiences for iOS 13 Apple which introduces dark mode: A system-wide option for light and dark themes to choose themes or allow iOS to dynamically change appearance based on the environment and time of day.

Send Surveys, Collect Feedback, and Smash Bugs with One Line of Code with Instabug
Aug 23, 2019
Post likes count 0

Send Surveys, Collect Feedback, and Smash Bugs with One Line of Code with Instabug

charlotteswan
charlotteswan

In this Guest Blog post learn why having in-app feedback is important to application success and how Instabug can enable a super simple way to stream line user feedback and crash reporting.

Xamarin.Forms 4.2.0 Hits GA & CollectionView Updates
Aug 21, 2019
Post comments count 16
Post likes count 0

Xamarin.Forms 4.2.0 Hits GA & CollectionView Updates

Paul DiPietro
Paul DiPietro

Today have released Xamarin.Forms 4.2 for general availability, which is packed full of great new features for Shell and awesome community contributions that you are going to love. Additionally, read up on the latest happenings with the development of CollectionView and it's status.

Join the Xamarin Android Performance and App Size Challenge
Aug 20, 2019
Post comments count 1
Post likes count 0

Join the Xamarin Android Performance and App Size Challenge

Jon Douglas
Jon Douglas

The Xamarin.Android team has worked hard to delivery amazing features that every Xamarin developer should be using. Now through the end of August, we challenge YOU to give them a try and get rewarded with some awesome Xamarin swag!

Xamarin Podcast: We ❤️ Android!
Aug 16, 2019
Post likes count 0

Xamarin Podcast: We ❤️ Android!

Matt Soucoup
Matt Soucoup

Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers plus the latest in .NET, C#, and Azure. This month’s Xamarin Podcast episode covers all the latest news around Android, Visual Studio, and more!

Public Preview of XAML Hot Reload for Xamarin.Forms
Aug 15, 2019
Post comments count 4
Post likes count 0

Public Preview of XAML Hot Reload for Xamarin.Forms

Alex Corrado
Alex Corrado

Along with Visual Studio and Visual Studio for Mac previews, this release also has a public preview of XAML Hot Reload for Xamarin.Forms to speed up your inner development loop when working with Xamarin.Forms XAML by instantly reflecting changes you make in your running app, without requiring you to stop and rebuild.

Introducing Boots: Streamline Xamarin Continuous Integration
Aug 14, 2019
Post comments count 2
Post likes count 0

Introducing Boots: Streamline Xamarin Continuous Integration

Jonathan Peppers
Jonathan Peppers

Introducing Boots: a .NET Global Tool for installing .vsix or .pkg files and specific builds of Mono, Xamarin, etc. on CI systems.

What’s New for Xamarin Developers in Visual Studio 2019 Previews
Aug 13, 2019
Post comments count 3
Post likes count 0

What’s New for Xamarin Developers in Visual Studio 2019 Previews

Pierce Boggan
Pierce Boggan

Visual Studio 2019 version 16.3 Preview 2 and Visual Studio 2019 for Mac version 8.3 Preview 2 released with major productivity enhancements: XAML Hot Reload for Xamarin.Forms, improvements to the XAML Previewer, along with support for the latest Android Q APIs.

Add Scheduling Capabilities to Xamarin.Forms apps with Syncfusion Scheduler
Aug 9, 2019
Post likes count 0

Add Scheduling Capabilities to Xamarin.Forms apps with Syncfusion Scheduler

Prabakaran Ramasamy
Prabakaran Ramasamy

Learn how to configure the Syncfusion Scheduler control in a Xamarin.Forms application. As well as how to schedule an appointment, interactively reschedule appointments, make a recurrence appointment, and switch to different views.

Optimize your Xamarin.Android Builds
Aug 7, 2019
Post comments count 7
Post likes count 0

Optimize your Xamarin.Android Builds

Jonathan Peppers
Jonathan Peppers

When debugging, your project has a single, simple goal: build fast. In day-to-day development, we want you writing code with the bulk of your time, not waiting for builds. Learn more about how to optimize build times!

Add Contact Features in 4 Lines of Code with Xamarin.Essentials
Aug 2, 2019
Post comments count 2
Post likes count 0

Add Contact Features in 4 Lines of Code with Xamarin.Essentials

James Montemagno
James Montemagno

See how you can create a contact application to send an sms, email, place a phone call, and navigate to a location with just 4 lines of code with Xamarin.Essentials.

Xamarin & .NET Developer Events in August
Jul 31, 2019
Post likes count 0

Xamarin & .NET Developer Events in August

Jayme Singleton
Jayme Singleton

Discover the world of Xamarin and .NET with your community at developer events happening this August. Find tons of opportunities around the world, including conferences and virtual events online!

Xamarin and Azure Office Hours Recap: Mid-2019
Jul 26, 2019
Post likes count 0

Xamarin and Azure Office Hours Recap: Mid-2019

Matt Soucoup
Matt Soucoup

It has been an exciting couple of months, and Matt recaps all of the excitement during his office hours! If you’re interested in talking about anything Xamarin, mobile development, or Azure, please <a href="https://aka.ms/office-hours">sign-up for Matt's office hours</a>.

Introducing AndroidX for Xamarin
Jul 25, 2019
Post comments count 7
Post likes count 0

Introducing AndroidX for Xamarin

Jon Douglas
Jon Douglas

The Android team has refactored the Support Library into a new set of extension libraries known as AndroidX which includes simplified package names to better reflect each package’s content and it’s supported API levels.

Faster Startup Times With Startup Tracing On Android
Jul 24, 2019
Post comments count 26
Post likes count 0

Faster Startup Times With Startup Tracing On Android

Jon Douglas
Jon Douglas

Announcing faster starter times using Startup Tracing on Android with performant startup experience and minimal increase to APK size.

Xamarin Podcast: XAML Hot Reload Is Out! 🔥🔄
Jul 19, 2019
Post comments count 1
Post likes count 0

Xamarin Podcast: XAML Hot Reload Is Out! 🔥🔄

Matt Soucoup
Matt Soucoup

Keeping up with the latest in .NET, C#, Xamarin, and Azure is easier than ever. Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. This month’s episode recaps of all the announcements from The Xamarin Developer Summit – including XAML Hot Reload!

Recapping Xamarin Developer Summit
Jul 16, 2019
Post likes count 0

Recapping Xamarin Developer Summit

Maddy Montaquila
Maddy Montaquila

The first-ever Xamarin Developer Summit has come to a close. The Xamarin team had an action-packed two days of announcements, talks, and hanging out with our community in Houston! Here is a recap of some of the most important pieces you may have missed if you weren’t able to join in person or watch through the live streams.

Snppts – Beautiful UI Snippets for Xamarin.Forms
Jul 15, 2019
Post comments count 1
Post likes count 0

Snppts – Beautiful UI Snippets for Xamarin.Forms

steventhewissen
steventhewissen

Guest Post: Snppts allows you to contribute your user interface designs created in Xamarin to benefit other community members and to show off your work. Contributing is as simple as creating a PR on our repository with your author and snippet information. Learn more...

Xamarin.Essentials welcomes tvOS, watchOS, and Tizen
Jul 12, 2019
Post comments count 5
Post likes count 0

Xamarin.Essentials welcomes tvOS, watchOS, and Tizen

James Montemagno
James Montemagno

Xamarin.Essentials, your favorite cross-platform library to access native features from shared code adds new file bases APIs for sharing, email, and opening. It also adds watchOS, tvOS, and Tizen platform support in the 1.3 pre-update!

Announcing XAML Hot Reload for Xamarin.Forms
Jul 11, 2019
Post comments count 32
Post likes count 0

Announcing XAML Hot Reload for Xamarin.Forms

Pierce Boggan
Pierce Boggan

Today at Xamarin Developer Summit, we announced XAML Hot Reload for Xamarin.Forms, which enables you to make changes to your XAML UI and see them reflected live, without requiring another build and deploy. Learn More!

Xamarin Developer Summit Live Streams!
Jul 9, 2019
Post likes count 0

Xamarin Developer Summit Live Streams!

James Montemagno
James Montemagno

Xamarin Developer Summit is a two-day conference in Houston, TX. USA packed with TONS of amazing sessions and workshops for Xamarin developers. Don't worry if you aren’t able to attend in person, enjoy the conference remotely through our Xamarin Live broadcasts! Learn more...

Xamarin.Forms 4.1.0 Stable Now Available
Jul 8, 2019
Post comments count 1
Post likes count 0

Xamarin.Forms 4.1.0 Stable Now Available

David Ortinau
David Ortinau

Today we are happy to announce Xamarin.Forms 4.1 availability on NuGet. Our 3.0.0 series of releases focused heavily on growing Xamarin.Forms by filling in the “little things” we learned from you that should be available by default.

iOS 13 Preview Release Now Available
Jul 3, 2019
Post comments count 7
Post likes count 0

iOS 13 Preview Release Now Available

Pierce Boggan
Pierce Boggan

Today, we are excited to share our first preview containing support for iOS 13 and Xcode 11! With today's preview, you can begin building applications using Xcode 13 and begin integrating existing new APIs for iOS 13 such as Sign in with Apple, along with support for iPadOS 13, watchOS 6, tvOS 13, and macOS 10.15.

Xamarin and .NET Community Developer Events in July
Jul 1, 2019
Post comments count 1
Post likes count 0

Xamarin and .NET Community Developer Events in July

Jayme Singleton
Jayme Singleton

Jumpstart your next mobile development projects by networking with your local community and getting the latest updates about Xamarin and .NET related technologies. Discover upcoming developer events happening in July, including conferences around the world all summer long!

Styling for Multiple Device Resolutions
Jun 28, 2019
Post comments count 8
Post likes count 0

Styling for Multiple Device Resolutions

Jayme Singleton
Jayme Singleton

Guest Post: Develop applications with a design specific to one resolution that looks good on all the platforms and manage device resolutions by doing general validations such as making sure controls aren’t cut off that are reachable, visible, usable, etc. Learn More.

Migrating MacOS Apps to 64-bit Before the Apple Transition
Jun 26, 2019
Post likes count 0

Migrating MacOS Apps to 64-bit Before the Apple Transition

David Ortinau
David Ortinau

Apple has been moving towards 64-bit only applications on macOS for a number of releases. Though new Xamarin.Mac applications target 64-bit by default, any existing Xamarin.Mac applications that target 32-bit must be migrated to 64-bit to continue working in the future. Learn more.

Faster Xamarin.Android Builds & Smaller Dex Files
Jun 24, 2019
Post comments count 5
Post likes count 0

Faster Xamarin.Android Builds & Smaller Dex Files

Jonathan Peppers
Jonathan Peppers

One of our current focus areas in Xamarin.Android is build performance and reducing the multidex count. Developer productivity is directly impacted by the "inner dev loop": the time it takes to make a small code change and see the result on a device or emulator. Performance is a feature!

Get Started with Free Xamarin Training on Microsoft Learn
Jun 21, 2019
Post comments count 4
Post likes count 1

Get Started with Free Xamarin Training on Microsoft Learn

Adam Patridge
Adam Patridge

Learn how to build cross-platform mobile applications with the new Xamarin.Forms content on Microsoft Learn; A new and completely free platform where you can earn points and badges, level up, and advance your development skills.

New Xamarin.Forms XAML IntelliSense in Visual Studio for Mac
Jun 19, 2019
Post comments count 1
Post likes count 0

New Xamarin.Forms XAML IntelliSense in Visual Studio for Mac

Pierce Boggan
Pierce Boggan

Visual Studio 2019 for Mac version 8.2 is now available as a preview, featuring significant improvements to the XAML editing experience for Xamarin developers. The Xamarin.Forms XAML editing experience on Mac is now powered by the same engine that drives WPF, UWP, and Xamarin.Forms IntelliSense on Windows. Learn More!

Automatic Android SDK Management
Jun 17, 2019
Post comments count 2
Post likes count 0

Automatic Android SDK Management

Jon Douglas
Jon Douglas

Continuously improving the experience with Automatic Android SDK Management tools that are used under the hood to build, deploy, and debug your Android applications. Enabled by default, Auto SDK will provide you with various prompts throughout the lifecycle of your app’s development. Learn more!

Xamarin Podcast: Xamarin.Forms 4 And So Much More!
Jun 14, 2019
Post likes count 0

Xamarin Podcast: Xamarin.Forms 4 And So Much More!

Matt Soucoup
Matt Soucoup

Co-hosts Matt Soucoup and James Montemagno cover the latest in .NET, C#, Xamarin, and Azure topics relevant to Xamarin developers. This week's topic: Xamarin.Forms 4.0 with even more amazing features!

Grial UI Kit: Building Beautiful Xamarin.Forms Apps, Faster
Jun 12, 2019
Post comments count 1
Post likes count 0

Grial UI Kit: Building Beautiful Xamarin.Forms Apps, Faster

Leonardo Rodriguez
Leonardo Rodriguez

See how the Grial UI Kit from UX Divers provides XAML templates, custom controls, helpers and resources that accelerate the creation of Xamarin.Forms apps. We make it dead simple for .NET developers to build beautiful cross-platform apps, fast.

Join the Microsoft Team at Xamarin Developer Summit
Jun 10, 2019
Post comments count 1
Post likes count 0

Join the Microsoft Team at Xamarin Developer Summit

James Montemagno
James Montemagno

This July, the community-run, Xamarin Developer Summit is set to launch in Houston, Texas! This conference is packed full of amazing Xamarin sessions by experts from around the world. We are excited to partner with the conference to have PM & Engineering members from the Xamarin, Azure, and App Center teams present on the latest in Xamarin!

Use Maps to Display and Navigate Users with Xamarin.Essentials
Jun 7, 2019
Post comments count 2
Post likes count 0

Use Maps to Display and Navigate Users with Xamarin.Essentials

James Montemagno
James Montemagno

Browse the Xamarin.Essentials Maps documentation to learn about all of the great cross-platform native APIs with additional implementation and limitation details. Xamarin.Essentials is open source on GitHub where you can report issues, ask for features, and contribute to the library.

CheckBox with Xamarin.Forms 4.1.0 Pre-Release
Jun 5, 2019
Post comments count 2
Post likes count 0

CheckBox with Xamarin.Forms 4.1.0 Pre-Release

David Ortinau
David Ortinau

Xamarin.Forms 4.0 introduced the new Shell navigation and image source unification. Today, we are shipping a pre-release of our next version, Xamarin.Forms 4.1 which introduces a CheckBox control.

Xamarin and .NET Developer Events in June
Jun 3, 2019
Post comments count 1
Post likes count 0

Xamarin and .NET Developer Events in June

Jayme Singleton
Jayme Singleton

Jumpstart your next mobile development project by networking with your local community and getting the latest updates about Xamarin and .NET related technologies. Discover upcoming developer events this month, including conferences happening all summer long!

Customer Showcase: BBVA – Augmented Reality House Hunting
May 31, 2019
Post likes count 1

Customer Showcase: BBVA – Augmented Reality House Hunting

Jayme Singleton
Jayme Singleton

Customer Showcase - BBVA discusses Valora View and the use of various Microsoft technologies to address business needs for a mobile app that helps customers look for houses to rent or buy using Augmented Reality, Big Data, and 2D heat map features with .NET and Xamarin.

Preparing Android Apps for Google Play’s 64-bit Requirements
May 29, 2019
Post comments count 2
Post likes count 0

Preparing Android Apps for Google Play’s 64-bit Requirements

James Montemagno
James Montemagno

Starting on August 1st, 2019 all Android apps that ship native libraries will need to provide a 64-bit version of their app. Xamarin.Android already includes support for 64-bit CPUs and can be enabled with a simple check of a checkbox! See how easy it is to optimize your apps for multiple CPU architectures.

Xamarin.Forms 4.0: Getting Started with Shell
May 28, 2019
Post comments count 22
Post likes count 0

Xamarin.Forms 4.0: Getting Started with Shell

David Ortinau
David Ortinau

Xamarin.Forms 4.0 introduced amazing new features to help streamline development when building beautiful mobile apps with C#. In this blog we will walk through the brand new Xamarin.Forms Shell that helps simplify application structure when working with tabs, search, flyout layouts, and the new URI-routing navigation.

Welcome to the Shell Era: Xamarin.Forms 4.0 Released
May 21, 2019
Post comments count 12
Post likes count 0

Welcome to the Shell Era: Xamarin.Forms 4.0 Released

David Ortinau
David Ortinau

Announcing Xamarin.Forms 4.0.0 with Shell, a simplified container for efficiently managing your application’s structure and navigation. Walk through the highlights and go deeper with Shell on how to get started, the available navigation UI, and the powerful features you can leverage with the new URI based navigation service.

Managing HTTP & Cleartext Traffic on Android with Network Security Configuration
May 17, 2019
Post comments count 15
Post likes count 0

Managing HTTP & Cleartext Traffic on Android with Network Security Configuration

James Montemagno
James Montemagno

Enhance security by enforcing HTTPS on all of your Android applications web request and easily adjust them for development purposes with Network Security Configuration.

Xamarin Podcast: Microsoft Build 2019 Recap
May 14, 2019
Post likes count 0

Xamarin Podcast: Microsoft Build 2019 Recap

Matt Soucoup
Matt Soucoup

Keep up with the latest in .NET, C#, Xamarin, and Azure with cohosts Matt Soucoup and James Montemagno to cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. Including a Microsoft Build 2019 recap!

Xamarin API Docs: Open Sourced and Available Now
May 9, 2019
Post comments count 3
Post likes count 0

Xamarin API Docs: Open Sourced and Available Now

Larry O'Brien
Larry O'Brien

Today, we are happy to announce the release of all Xamarin API documentation as Open Source. Additionally, we have moved the hosting of Xamarin.Forms, Xamarin.Android, Xamarin.iOS & Xamarin.Mac, and SkiaSharp from their old Xamarin home to docs.microsoft.com.

The Next Evolution of Xamarin Training: Microsoft Learn
May 6, 2019
Post comments count 19
Post likes count 0

The Next Evolution of Xamarin Training: Microsoft Learn

Karina
Karina

The Xamarin University team has joined Microsoft Learn to incorporate many of the great features Xamarin University has, to announce <a href="https://aka.ms/learn-xamarin">building Xamarin apps in Microsoft Learn</a>: a free and interactive learning portal.

Join the Xamarin Team at Microsoft Build 2019
May 3, 2019
Post likes count 0

Join the Xamarin Team at Microsoft Build 2019

James Montemagno
James Montemagno

Microsoft Build 2019 kicks off next week in beautiful downtown Seattle Washington and we have a packed schedule for Xamarin developers to look forward to. In addition to sessions, you can find all of your favorite Xamarins hanging out at the Xamarin booth in the main hub with lots of Xamarin goodies!

Xamarin and .NET Developer Events in May
Apr 30, 2019
Post likes count 0

Xamarin and .NET Developer Events in May

Jayme Singleton
Jayme Singleton

Learn about new, exciting releases and tools to help jumpstart your next mobile development project by networking with your local community. You too could get all the latest updates about Xamarin and .NET related technologies, including details for all the Microsoft Build 2019 Viewing Parties!

Customer Showcase: Aggreko
Apr 23, 2019
Post likes count 0

Customer Showcase: Aggreko

Jayme Singleton
Jayme Singleton

We are excited to announce a new inclusion to our <a href="https://dotnet.microsoft.com/apps/xamarin/customers">Xamarin Showcase gallery</a>:,The Aggreko Technician App - A key objective of Aggreko’s company-wide Aggreko18 digital transformation program was to streamline field operations and revolutionize their technician processes.

Shrinking Your Android App Size
Apr 22, 2019
Post comments count 1
Post likes count 0

Shrinking Your Android App Size

Jon Douglas
Jon Douglas

When it comes to application size, bigger is not better. In fact, it’s one of the key factors a user takes into mind when considering installing or uninstalling your application. Imagine if a user ran out of space on their device and your app was one of the biggest offenders for used space. It would be quite a shame for your application to be one of the first to be uninstalled, purely for how large it is...

Xamarin.Forms 4.0 CollectionView Challenge 
Apr 19, 2019
Post comments count 2
Post likes count 0

Xamarin.Forms 4.0 CollectionView Challenge 

Paul DiPietro
Paul DiPietro

We’ve just published a new pre-release of Xamarin.Forms 4.0 which includes the very latest features and improvements for both CollectionView and <a href="https://devblogs.microsoft.com/xamarin/xamarin-forms-4-0-preview/">Shell</a>. Update today via your NuGet package manager. Try out this new <a href="https://github.com/pauldipietro/CollectionViewChallenge">CollectionView Challenge</a> that focuses on the <a href="https://devblogs.microsoft.com/xamarin/xamarin-forms-4-0-feature-preview-an-entirely-new-point-of-collectionview/">upcoming CollectionView in Xamarin.Forms 4.0</a>!

The New & Improved Xamarin Developers YouTube Channel!
Apr 18, 2019
Post likes count 0

The New & Improved Xamarin Developers YouTube Channel!

James Montemagno
James Montemagno

We are excited to re-launch our <a href="https://www.youtube.com/c/XamarinDevelopers?sub_confirmation=1">Xamarin Developers YouTube channel</a> where you will find fresh content on building amazing mobile apps directly from the Xamarin team at Microsoft. We have teamed up with our community and built a video to show off this channel.

Getting Ready for macOS’s Hardened Runtime and Notary
Apr 15, 2019
Post comments count 6
Post likes count 0

Getting Ready for macOS’s Hardened Runtime and Notary

David Ortinau
David Ortinau

With macOS Mojave, Apple introduced support for Hardened Runtime and Notary service. These two services are designed to improve application security on macOS. Recently Apple has stated: “Beginning in macOS 10.14.5, all new or updated kernel extensions and all software from developers new to distributing with Developer ID must be notarized in order to run. In a future version of macOS, notarization will be required by default for all software.”

Xamarin Podcast: Visual Studio 2019 is released!
Apr 12, 2019
Post likes count 0

Xamarin Podcast: Visual Studio 2019 is released!

Matt Soucoup
Matt Soucoup

Keeping up with the latest in .NET, C#, Xamarin, and Azure is easier than ever. Cohosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. Be sure to subscribe to the Xamarin Podcast on iTunes, Google Play Music, Stitcher, or your favorite podcast app.

Sharing Files & Email Attachments with Xamarin.Essentials Preview Features
Apr 10, 2019
Post comments count 4
Post likes count 0

Sharing Files & Email Attachments with Xamarin.Essentials Preview Features

James Montemagno
James Montemagno

In the recent release of Xamarin.Essentials (1.1.0) we introduced several new stable features including detect shake, browser customization, and a plethora of platform helpers. The team also added the top requested features: file sharing! It is extremely easy to get started using these new preview features with just a few lines of code.

Getting Started With WorkManager
Apr 8, 2019
Post comments count 13
Post likes count 0

Getting Started With WorkManager

Jon Douglas
Jon Douglas

Give a warm welcome to WorkManager. WorkManager is a library that makes it easy to schedule deferrable, asynchronous tasks even if the app exits or the device restarts. It was designed to be backwards compatible to API 14 and does so by wrapping JobScheduler, AlarmManager, and BroadcastReceivers all in one.

Visual Challenge Conquered!
Apr 3, 2019
Post comments count 2
Post likes count 0

Visual Challenge Conquered!

David Ortinau
David Ortinau

Last week we <a href="https://blog.xamarin.com/join-the-xamarin-visual-challenge/">issued a challenge</a> to the Xamarin community to use the new <a href="https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual/material-visual" target="_blank" rel="noopener noreferrer">Material Design controls</a> with <a href="https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual/" target="_blank" rel="noopener noreferrer">Visual</a> by reproducing an existing screen. The view should look and behave mostly the same on both Android and iOS. The goal for us was to learn if the new Visual...

What’s New for Xamarin Developers in Visual Studio 2019
Apr 2, 2019
Post comments count 3
Post likes count 0

What’s New for Xamarin Developers in Visual Studio 2019

Pierce Boggan
Pierce Boggan

Visual Studio 2019 is the next major version of Visual Studio which is <a href="https://devblogs.microsoft.com/visualstudio/visual-studio-2019-code-faster-work-smarter-create-the-future/" target="_blank" rel="noopener noreferrer">now generally available (GA)!</a> With this version, there is a lot to love. From a real-time collaboration with colleagues using Visual Studio Live Share to the new Visual Studio start window as well as delights like per-monitor DPI support and improved debug capabilities. We believe this is the best release of Visual Studio yet!

Xamarin and .NET Developer Events in April
Apr 1, 2019
Post likes count 0

Xamarin and .NET Developer Events in April

Jayme Singleton
Jayme Singleton

User groups are getting together to learn about new, exciting releases and tooling to help jumpstart their next mobile development project. Network with your local community this month and you too could get all the latest updates about Xamarin and .NET related technologies.

GlideX For Fast Images on Android
Mar 28, 2019
Post comments count 2
Post likes count 0

GlideX For Fast Images on Android

Jonathan Peppers
Jonathan Peppers

Unlock the power of Glide with “GlideX”: a simple library to swap-in Glide’s image loading implementation in-place of what Xamarin.Forms ships in the box.

Introducing the Xamarin.iOS Interpreter
Mar 26, 2019
Post comments count 5
Post likes count 0

Introducing the Xamarin.iOS Interpreter

Chris Hamons
Chris Hamons

Historically iOS applications have had a number of limitations when running on a device, as Apple disallows the execution of dynamically generated code. Applications are compiled “Ahead of Time” (AOT) before deployment because of this. You can read more about this architecture here.

Join the Xamarin Visual Challenge
Mar 22, 2019
Post likes count 0

Join the Xamarin Visual Challenge

David Ortinau
David Ortinau

Over the past month, we have been running a low-key challenge to flex the new Xamarin.Forms 3.6 feature, Visual with Material Design. For more information about what Visual is and what you can do with it, <a href="https://blog.xamarin.com/beautiful-material-design-android-ios/" target="_blank" rel="noopener noreferrer">hit the blog announcement</a>. Now through the end of March, we're upping the stakes.

Get Your Apps Ready for Apple’s New Watch Processor Architecture
Mar 20, 2019
Post comments count 6
Post likes count 0

Get Your Apps Ready for Apple’s New Watch Processor Architecture

Chris Hamons
Chris Hamons

Important changes are coming to watchOS! Checkout our support for Apple Watch Series 4 new processor architecture, ARM64_32 based on the Xamarin.iOS SDKs shipping with Visual Studio 2019 and Visual Studio 2019 for Mac.

Xamarin.Essentials Adds Detect Shake, Browser Customization, Color Helpers, and More!
Mar 18, 2019
Post likes count 0

Xamarin.Essentials Adds Detect Shake, Browser Customization, Color Helpers, and More!

James Montemagno
James Montemagno

Introducing Xamarin.Essentials 1.1.0! Xamarin.Essentials’ built-in Accelerometer API now gives you ability to detect shake movement, Geolocation API detects mock locations, and the Browser API now supports more customization.

Introducing the New Xamarin Customer Showcase
Mar 15, 2019
Post likes count 0

Introducing the New Xamarin Customer Showcase

James Montemagno
James Montemagno

Introducing the Xamarin Customer Showcase highlighting the amazing work that developers around the world use Xamarin to build beautiful native mobile apps with .NET.

A Quick Update on Google Components for iOS and Android
Mar 13, 2019
Post comments count 1
Post likes count 0

A Quick Update on Google Components for iOS and Android

Jon Dick
Jon Dick

A quick update on libraries and technical work our team has been doing to keep up to date with Google recently updating their APIs across iOS and Android including Google Play services and AndroidX.

Enhanced Xamarin Development With MFractor
Mar 12, 2019
Post likes count 0

Enhanced Xamarin Development With MFractor

Matthew Robbins
Matthew Robbins

MFractor is a powerful Visual Studio for Mac extension that streamlines development of Xamarin applications with handy features like the XAML editor IntelliSense, Image Manger, and Font Importer.

Podcast: POP! New docs, blogs, customer showcases, and Twitch streams!
Mar 8, 2019
Post likes count 0

Podcast: POP! New docs, blogs, customer showcases, and Twitch streams!

Matt Soucoup
Matt Soucoup

Join James Montemagno & Matt Soucoup for another Xamarin Podcast where they chat about the new customer showcase, Xamarin.Forms 3.5, Xamarin.Forms 3.6, Xamarin.Essentials 1.1.0, and the Visual Studio 2019 launch event!

Beautiful Material Design for Android & iOS
Mar 7, 2019
Post comments count 2
Post likes count 0

Beautiful Material Design for Android & iOS

David Ortinau
David Ortinau

Boost productivity with the new Xamarin.Forms 3.6 release and the first iteration of Visual with a suite of Material design components for Android and iOS.

Xamarin.Forms 3.6: Visual Has Materialized
Mar 6, 2019
Post likes count 0

Xamarin.Forms 3.6: Visual Has Materialized

Paul DiPietro
Paul DiPietro

Announcing the release of Xamarin.Forms 3.6 - With Visual, you can now implement a Material look-and-feel on supported controls in your iOS apps.

Best Practices and Tips for Using Xamarin.UITest
Mar 4, 2019
Post likes count 1

Best Practices and Tips for Using Xamarin.UITest

Sweeky Satpathy
Sweeky Satpathy

Some best practices plus tips & tricks our team uses to help write scalable and easy to maintain UITests using Xamarin.UITest.

Developer Community Events in March
Mar 1, 2019
Post likes count 0

Developer Community Events in March

Jayme Singleton
Jayme Singleton

Network with your local developer community this March and get all the latest updates about Xamarin and .NET related technologies.

View PDF Files within Your Xamarin.Forms Apps Using the Syncfusion PDF Viewer
Feb 28, 2019
Post comments count 2
Post likes count 0

View PDF Files within Your Xamarin.Forms Apps Using the Syncfusion PDF Viewer

Suresh Mohan
Suresh Mohan

View PDF files within your Xamarin.Forms apps using the Syncfusion PDF Viewer control. Find the runnable demo of this blog in this GitHub repository.

Quick Tip: Debugging Local ASP.NET Core Web APIs on Android Emulators
Feb 25, 2019
Post comments count 2
Post likes count 0

Quick Tip: Debugging Local ASP.NET Core Web APIs on Android Emulators

James Montemagno
James Montemagno

Debugging your ASP.NET Core Web API backend against you Android emulator should be simple, and with this quick tip you can use Xamarin.Essentials and Kestral to enable local debugging.

Xamarin and Azure Office Hours Recap from December 2018 and January 2019
Feb 21, 2019
Post likes count 0

Xamarin and Azure Office Hours Recap from December 2018 and January 2019

Matt Soucoup
Matt Soucoup

Matt Soucoup wants to hear your stories about building mobile apps with Xamarin or Azure or mobile development in general - so go ahead, ask him anything! In this post he recaps the last few months of open office hours covering what he has been hearing from Xamarin developers.

Persisting Settings and Preferences in Mobile Apps with Xamarin.Essentials
Feb 19, 2019
Post comments count 4
Post likes count 1

Persisting Settings and Preferences in Mobile Apps with Xamarin.Essentials

James Montemagno
James Montemagno

An essential part of any mobile application is the ability to persist data. Sometimes that is a large amount of data that requires a database, but often it is smaller pieces of data such as settings and preferences that need to be persisted between application launches.

Xamarin Developer Blog is Getting an Update!
Feb 15, 2019
Post likes count 0

Xamarin Developer Blog is Getting an Update!

Jayme Singleton
Jayme Singleton

Xamarin Developer Blog is migrating to a new platform. Find a sneak peek of the new design and more details about the migration. Let us know what you think!

Xamarin Developer Podcast: Releases, Previews, and Roadmaps!
Feb 13, 2019
Post likes count 0

Xamarin Developer Podcast: Releases, Previews, and Roadmaps!

Matt Soucoup
Matt Soucoup

On the latest Xamarin podcast we discuss speed, speed, and more speed. Get ready for a faster inner dev loop. What's an inner dev loop, you ask? Tune in to find out!

Easily Check Mobile Device Connectivity with Xamarin.Essentials
Feb 12, 2019
Post comments count 1
Post likes count 0

Easily Check Mobile Device Connectivity with Xamarin.Essentials

James Montemagno
James Montemagno

As a mobile app developer, it's great to be able to pull data from the server to our apps to provide users with a delightful experience. Of course, until your user puts their device on airplane mode or hits a rough patch with no cell reception. To provide the best user experience we need access to the current network state of our users' device. Better yet, be able to register for changes to that network state. Doing this will allow our mobile apps to react to different network conditions to provide users with instant feedback. With the connectivity API in Xamarin.Essentials, we can do just that with a few lines o...

5 Things You’ll Love in Xamarin.Forms 3.5
Feb 6, 2019
Post likes count 0

5 Things You’ll Love in Xamarin.Forms 3.5

David Ortinau
David Ortinau

Take a closer look at 5 important updates we at Microsoft in collaboration with you, our fantastic contributors, are delivering in Xamarin.Forms 3.5!

Using Existing C++ Libraries in Cross-Platform Xamarin.Forms Applications
Feb 4, 2019
Post comments count 1
Post likes count 0

Using Existing C++ Libraries in Cross-Platform Xamarin.Forms Applications

Mike Parker
Mike Parker

Have you ever needed to integrate a C/C++ library in your Xamarin apps? Checkout this full Walkthrough pf an approach to wrapping a C/C++ library so it can be incorporated into Xamarin-based solutions via NuGet in a cross-platform manner.

Mobile & .NET Developer Community Events in February
Feb 1, 2019
Post likes count 0

Mobile & .NET Developer Community Events in February

Jayme Singleton
Jayme Singleton

Network with your local user group to learn about exciting new releases, tooling, or updates at Xamarin and .NET related technology events this February!

Complex UI with FastGrid for Xamarin.Forms
Jan 30, 2019
Post comments count 1
Post likes count 0

Complex UI with FastGrid for Xamarin.Forms

Slava Chernikoff
Slava Chernikoff

In this guest blog Slava and team show you how to use FastGrid for complex Xamrin.Forms user interfaces to create a great native experience and how they use it as a customizable white box component.

Android’s D8 dexer and R8 shrinker
Jan 28, 2019
Post likes count 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.

What’s New for Xamarin Developers in Visual Studio 2019 Preview 2
Jan 23, 2019
Post likes count 0

What’s New for Xamarin Developers in Visual Studio 2019 Preview 2

Pierce Boggan
Pierce Boggan

Today, Visual Studio 2019 Preview 2 was released and includes many improvements for mobile developers in Visual Studio. This release, we focused on key areas to make you more productive when authoring Xamarin apps, including optimizations to build and deployment times as well as improvements to our UI authoring experiences.

The Xamarin Podcast: New Year – New Pod!
Jan 18, 2019
Post likes count 0

The Xamarin Podcast: New Year – New Pod!

Matt Soucoup
Matt Soucoup

This episode includes a discussion of Matt's latest community office hours (and you can sign up for office hours at <a href="https://aka.ms/office-hours">https://aka.ms/office-hours</a>), Hockey App moving to Visual Studio App Center, Xamarin University's retirement, Xamarin.Essentials becoming a video star, and the brand new .NET Community Stand-Ups.

Introducing the .NET Community Standup Series
Jan 17, 2019
Post likes count 0

Introducing the .NET Community Standup Series

James Montemagno
James Montemagno

As the .NET community expands so should the community standups, which is why we are pleased to introduce the expansion of their community standups that we officially call the “.NET Community Standup” series. These community standups span multiple teams and products in the world of .NET and show off the amazing work the community is doing.

Xamarin.Forms 3.5: A Little Bindable Love
Jan 11, 2019
Post likes count 0

Xamarin.Forms 3.5: A Little Bindable Love

andrei nitescu
andrei nitescu

In this guest post Andrei shows off his BindableLayout contribution that is now available in Xamarin.Forms 3.5 to turn any Layout into a layout with a bindable item template.

Hackathon Superweapon: F# and Fabulous
Jan 10, 2019
Post likes count 0

Hackathon Superweapon: F# and Fabulous

Larry O'Brien
Larry O'Brien

Let me introduce you to F# Functional App Development using Xamarin.Forms with the Fabulous project, which brings the Elmish Model-View-Update (MVU) architecture to Xamarin. It is a great way for F# developers to rapidly build mobile applications as you will see in this blog post.

Xamarin and .NET Community Events in January
Jan 2, 2019
Post likes count 0

Xamarin and .NET Community Events in January

Jayme Singleton
Jayme Singleton

It's a new year with tons of new and awesome community-run events scheduled this month. Get the full list of mobile developer engagements happening all over the world through <a href="https://www.microsoft.com/net/community">our Community page</a>.

Accessing Native Features the Cross-Platform Way with Xamarin.Essentials
Dec 19, 2018
Post likes count 0

Accessing Native Features the Cross-Platform Way with Xamarin.Essentials

James Montemagno
James Montemagno

Every mobile application requires access to native functionality. When developing native mobile apps with Xamarin, developers are able to integrate deeply into iOS and Android since Xamarin exposes every API directly in C# to access these features. To help streamline and simplify development when needing to add native features to apps we are pleased to introduce Xamarin.Essentials, a new library that abstracts these native APIs into a set of cross-platform APIs. This means that you now have access to over 30 native features from single APIs that can be called directly from your shared business logic.

November 2018 Xamarin and Azure Office Hours Recap
Dec 14, 2018
Post likes count 0

November 2018 Xamarin and Azure Office Hours Recap

Matt Soucoup
Matt Soucoup

I ❤️ every single developer. And I want to hear your stories. I want to hear about your successes, your "not-so-much" successes, and any questions or concerns you may have about our tooling. This way I can bring all of those back to the product teams to advocate for you. I'll get the answers, inform the product teams of what's working and what's not, and together we'll influence the products and make developing even more fun - for everybody.

Xamarin.Forms 4.0 Feature Preview: An Entirely New Point of (Collection)View
Dec 7, 2018
Post comments count 5
Post likes count 0

Xamarin.Forms 4.0 Feature Preview: An Entirely New Point of (Collection)View

Paul DiPietro
Paul DiPietro

As part of the upcoming Xamarin.Forms 4.0 release, we are implementing the all new CollectionView control. The CollectionView is intended to be a successor to the ListView, improving upon its design by reducing technical complexity and allowing for more flexibility of layout and function.

The Future of Mobile Development: Xamarin.Forms 4.0 Preview
Dec 5, 2018
Post comments count 1
Post likes count 0

The Future of Mobile Development: Xamarin.Forms 4.0 Preview

David Ortinau
David Ortinau

Yesterday at Microsoft Connect(); 2018 we announced our plans for Xamarin.Forms 4.0 and shared a public preview. Let's now take a deeper look at the big changes, starting with Xamarin.Forms Shell, and then touch some of the other highlights.

Connect(); 2018 Xamarin Announcements
Dec 4, 2018
Post likes count 0

Connect(); 2018 Xamarin Announcements

Joseph Hill
Joseph Hill

Today, at Microsoft Connect(); 2018, we have several exciting announcements about brand new capabilities and foundational improvements in the Xamarin platform driven by your generous feedback. Visual Studio developers everywhere will enjoy updated stable releases of Xamarin with Visual Studio 2017 and Visual Studio 2017 for Mac. We are also giving you the first hands-on preview of Visual Studio 2019, along with Xamarin.Forms 4.0. Below are just a few highlights from today’s announcements:

Xamarin and .NET Developer Events in December
Dec 2, 2018
Post likes count 0

Xamarin and .NET Developer Events in December

Jayme Singleton
Jayme Singleton

Here are just a few of the awesome community-run events scheduled this month. Get the full list of mobile developer engagements happening all over the world through <a href="https://www.microsoft.com/net/community">our Community page</a>.

Multi-targeting with Android Support Library v28
Nov 28, 2018
Post likes count 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.

Android Build Performance and Reliability
Nov 21, 2018
Post likes count 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.

Xamarin.Forms 3.4.0: Say Hello to ImageButton
Nov 15, 2018
Post likes count 0

Xamarin.Forms 3.4.0: Say Hello to ImageButton

Paul DiPietro
Paul DiPietro

As part of our long-term goal to have more frequent releases, we’re pleased to announce the release of Xamarin.Forms 3.4.0. As always, this release contains even more bug fixes and most notably, another new highly requested feature, an ImageButton!

Twitch Workshop: Build Your First Mobile App with C#, Xamarin, and the Cloud
Nov 14, 2018
Post likes count 0

Twitch Workshop: Build Your First Mobile App with C#, Xamarin, and the Cloud

James Montemagno
James Montemagno

Have you been clamoring to get started with mobile development using C# and Xamarin? What if you could attend a full day workshop from the comfort of your house or in a conference room with some co-workers? Well we have you covered with our first ever full day <strong>live stream interactive workshop on Twitch</strong>!

Gorilla Player: A Tool to Craft Beautiful XAML UIs for Xamarin.Forms
Nov 8, 2018
Post likes count 0

Gorilla Player: A Tool to Craft Beautiful XAML UIs for Xamarin.Forms

Leonardo Rodriguez
Leonardo Rodriguez

Gorilla Player is a <em>free</em> XAML previewer for Xamarin.Forms designed to efficiently create multi-platform UIs. It supports previewing in multiple simulators and real devices simultaneously. Gorilla doesn’t impose constraints to your XAML, supporting custom controls, custom renderers and MVVM frameworks like Prism.

Xamarin and .NET Community Events in November
Nov 1, 2018
Post likes count 0

Xamarin and .NET Community Events in November

Jayme Singleton
Jayme Singleton

Here are just a few of the awesome community-run events scheduled this month. Get the full list of mobile developer engagements happening all over the world through <a href="https://www.microsoft.com/net/community">our Community page</a>.

Xamarin.Forms and Zeplin: Speed Up Your Design to Development Process
Oct 23, 2018
Post likes count 0

Xamarin.Forms and Zeplin: Speed Up Your Design to Development Process

Arnstein Johansen
Arnstein Johansen

Working in a small team with frequent design changes, the extension for Zeplin helps us quickly implement the design. It is also convenient due to its ability to generate a ResourceDictionary for Xamarin.Forms with all your colors and style. Whether you are developing for web or creating mobile apps, Zeplin is a great tool that can boost your productivity by bridging the gap between design and code. Zeplin is a service available for free, but with one active project limitation.

Xamarin.Forms 3.3.0: Little Things, Huge Difference
Oct 18, 2018
Post likes count 0

Xamarin.Forms 3.3.0: Little Things, Huge Difference

David Ortinau
David Ortinau

The Xamarin.Forms team has been working closely with our open-source community to help fill in the “little things”. Things you’ve told us are important to building your mobile apps and being supremely productive in the process. Since Xamarin.Forms 3.0 shipped at Build 2018, we have been collaborating with you to deliver over 20 new features and fixes. With many more on the <a href="https://aka.ms/xfroadmap">roadmap</a>!

Complex Animations in Xamarin.Forms using Finite State Machine
Oct 16, 2018
Post comments count 1
Post likes count 0

Complex Animations in Xamarin.Forms using Finite State Machine

Slava Chernikoff
Slava Chernikoff

Using a Finite State Machine (a.k.a. FSM) and its appliance for complex page state transitions to create complex animations for Xamarin.Forms apps.

Protect your Xamarin.Android Apps at Runtime with Dotfuscator
Oct 12, 2018
Post likes count 0

Protect your Xamarin.Android Apps at Runtime with Dotfuscator

Jayme Singleton
Jayme Singleton

n a <a href="https://blog.xamarin.com/protecting-xamarin-apps-dotfuscator/">previous blog</a> 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 application also needs to react to threats at runtime in order to protect its own integrity, and to protect the data that it accesses.

Upgrade Your App with Sentiment Analysis
Oct 4, 2018
Post likes count 0

Upgrade Your App with Sentiment Analysis

Brandon Minnick
Brandon Minnick

Azure's Text Analytics Service makes it easy to add sentiment analysis to our cross-platform apps. Let's see how with this to implement it in a Xamarin app!

Mobile Developer Events in October
Oct 1, 2018
Post likes count 0

Mobile Developer Events in October

Jayme Singleton
Jayme Singleton

Watch all the live sessions from <a href="https://www.dotnetconf.net/">.NET Conf</a> right on <a href="https://channel9.msdn.com/Events/dotnetConf/2018">Channel 9</a>! With a wide selection of content by feature speakers from the community and .NET product teams, take this opportunity to learn, teach, and get inspired for your next project.

Using the Android Designer Split View
Sep 24, 2018
Post likes count 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 <a href="https://docs.microsoft.com/en-us/xamarin/android/user-interface/android-designer/designer-basics?tabs=vswin">Split View</a>, new in the <strong>Visual Studio 2017 version 15.8 release</strong>, you can switch back & forth freely between both modes of working. Edit the layout XML to see the changes immediately previewed in the designer or make changes in the designer and see the XML update.

Get Ready for iOS 12 and Xcode 10
Sep 19, 2018
Post likes count 0

Get Ready for iOS 12 and Xcode 10

David Ortinau
David Ortinau

Support for iOS 12 and Xcode 10 to accompany Apple’s Xcode Gold Master (GM) release has just been announced! We have also published updated documentation and samples to help you quickly get started with all the latest new features. Now, build your Xamarin.iOS (and of course Xamarin.Forms for iOS) applications with Xcode 10 GM and submit your iOS 12, tvOS 12, and watchOS 5 applications to the Apple App Store.

Handling input from Apple Pencil
Sep 19, 2018
Post likes count 1

Handling input from Apple Pencil

Prashant Cholachagudda
Prashant Cholachagudda

After months of contemplation before finally buying an Apple Pencil to go along with the iPad Pro, it turns out it is as magical as they say! This blog post describes how to use Xamarin.iOS and Visual Studio 2017 to build a signature pad app that works with Apple Pencil.

Xamarin.Forms 3.2.0 Released: Going Big with Little Things
Sep 17, 2018
Post likes count 0

Xamarin.Forms 3.2.0 Released: Going Big with Little Things

David Ortinau
David Ortinau

marin.Forms 3.2.0 continues the theme of previous releases to give you big wins by making little things much easier to do. The entire version 3 series has been about reducing the friction of doing such things as positioning the Android tabs to the bottom, controlling spellcheck and capitalization and prediction on text controls. There are even trivial improvements to setting ImeOptions, coloring various elements of switches and bars, and so many more.

Watch the .NET Conf Live!
Sep 10, 2018
Post likes count 0

Watch the .NET Conf Live!

Jayme Singleton
Jayme Singleton

The 3-day virtual developer conference co-organized by the .NET community and Microsoft is finally here! Now the question is how and where to <a href="https://www.dotnetconf.net/">watch the .NET Conf</a> which will be completely live-streamed. It is the perfect opportunity to enhance your skills, ask questions to a live audience, and get inspired for your next project.

Using Object Detection from inside your Xamarin app
Sep 6, 2018
Post likes count 0

Using Object Detection from inside your Xamarin app

Jim Bennett
Jim Bennett

Microsoft Cognitive Services provide a great way to get started with AI without being a machine learning or data science expert. A common favorite of cognitive services is the <a href="https://customvision.ai/?WT.mc_id=objectdetection-xamarinblog-jabenn">Custom Vision Service</a>. The first version of this service allowed you to easily build an image classifier model that you could access either via a REST API (with an SDK available for Xamarin apps), or by downloading a model that can be run on your device using either CoreML, TensorFlow or WindowsML (we looked at using TensorFlow in an Android app in an <a href...

Xamarin and .NET Developer Events in September
Aug 31, 2018
Post likes count 0

Xamarin and .NET Developer Events in September

Jayme Singleton
Jayme Singleton

Checkout awesome Xamarin and .NET Events happening around the globe.

Using the New Xamarin.Forms Controls Toolbox
Aug 24, 2018
Post likes count 0

Using the New Xamarin.Forms Controls Toolbox

Maddy Montaquila
Maddy Montaquila

Today, we are excited to debut the Xamarin.Forms Controls Toolbox as part of Visual Studio 2017 version 15.8 and Visual Studio for Mac version 7.6. The toolbox lists the available Xamarin.Forms controls. Furthermore, these can be dragged directly onto the XAML editing surface to create the control on your page!

Getting Started with Android Pie
Aug 21, 2018
Post likes count 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 <a href="https://blog.xamarin.com/xamarin-android-9-0-p-preview/">Android 9.0 Preview</a> for Xamarin.Android and as of today, you can download the stable support for Android Pie inside <em><strong>Xamarin.Android 9.0</strong></em> with <a href="https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes">Visual Studio 2017 15.8</a> and <a href="https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-mac-relnotes">Visual Studio for Mac 7.6</a>.

Exploring New iOS 12 ARKit Capabilities With Xamarin
Aug 20, 2018
Post likes count 0

Exploring New iOS 12 ARKit Capabilities With Xamarin

Larry O'Brien
Larry O'Brien

It's summertime, which for Xamarin developers means new iOS betas to explore and learn. ARKit, which debuted last year in iOS 11, has matured over the past year and in iOS 12 is much more flexible than it was previously.

Attend A .NET Conf Event Near You!
Aug 15, 2018
Post likes count 0

Attend A .NET Conf Event Near You!

Jayme Singleton
Jayme Singleton

If you have not yet heard of the .NET Conf, it is a <strong>FREE</strong>, 3-day virtual developer event co-organized by the .NET community and Microsoft. There is a wide selection of live sessions with feature speakers streamed directly from communities around the world and by the .NET product teams. It is your chance to enhance your skills, ask questions to a live audience, and get inspired for your next project.

Preview: iOS 12 development with Xamarin
Aug 10, 2018
Post likes count 0

Preview: iOS 12 development with Xamarin

Brad Umbaugh
Brad Umbaugh

The <a href="https://releases.xamarin.com/preview-release-xcode-10-beta-5/">latest Xamarin preview release</a> supports <a href="https://developer.apple.com/xcode/whats-new/">Xcode 10</a> beta 5, which includes beta SDKs for iOS 12, macOS Mojave (10.14), watchOS 5, and tvOS 12.

Securing network traffic with TLS 1.2
Aug 7, 2018
Post likes count 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 cryptography must be involved to protect both the sender and the receiver from malicious eyes.

Adaptive Mobile Designs with FlexLayout
Aug 3, 2018
Post likes count 0

Adaptive Mobile Designs with FlexLayout

David Ortinau
David Ortinau

Xamarin.Forms is fantastic for quickly shipping a single code base to multiple platforms and devices. As soon as you are present on all those different screens, you need to make sure your UI looks as you expect, and even adapt the layout for your specific goals. FlexLayout makes this easier than before and provides new options for you to space and distribute your UI to suit different dimensions.

Xamarin and .NET Developer Events in August!
Aug 1, 2018
Post likes count 0

Xamarin and .NET Developer Events in August!

Jayme Singleton
Jayme Singleton

This year's <a href="https://www.dotnetconf.net/">.NET Conf</a> is coming to you September 12 - 14, 2018! Over the course of the three days, you have a wide selection of live sessions that feature speakers from the community and .NET product teams. These are the experts in their field and it is a chance to learn, ask questions live, and get inspired for your next software project.

Guest Post: Visual UI tests on iOS simulator using Xamarin and Appium
Jul 30, 2018
Post likes count 0

Guest Post: Visual UI tests on iOS simulator using Xamarin and Appium

Sophie Tagar
Sophie Tagar

In this tutorial, you will learn how to integrate automated visual user interface tests into a development toolchain that includes Xcode iOS simulator using Xamarin, Appium, Applitools, and macOS.

Announcing Xamarin.Android 9.0 (P) Preview
Jul 27, 2018
Post comments count 1
Post likes count 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 <strong>Visual Studio 2017 and Visual Studio for Mac.</strong>

Previewing Files Inside Your Xamarin.iOS App
Jul 25, 2018
Post comments count 2
Post likes count 0

Previewing Files Inside Your Xamarin.iOS App

Jimmy Garrido
Jimmy Garrido

If your app interacts with files, such as email attachments or photos, allowing users to preview those files without leaving your app is a great way to enhance the user's experience. Fortunately, iOS makes adding this feature simple by providing the document interaction controller and the Quick Look preview controller. In this post, you will learn the differences between the two options and how you can implement them in your app.

Xamarin.Forms 3.1: Improving the Little Things
Jul 18, 2018
Post likes count 0

Xamarin.Forms 3.1: Improving the Little Things

David Ortinau
David Ortinau

Earlier this year, we surveyed Xamarin.Forms developers about the kinds of custom controls and extra platform code being written repeatedly that should be considered for support “in the box”. From these conversations, we created an initiative to deliver as many as we could in the next several releases. Just six weeks after shipping Xamarin.Forms 3.0 at Build 2018, we are excited to introduce Xamarin.Forms 3.1 with a batch of those enhancements to make your lives easier. Now you can spend more time investing in your applications! In this article, we'll take a look at some of the highlights.

Export To Application Insights With AppCenter Continuous Export
Jul 9, 2018
Post likes count 0

Export To Application Insights With AppCenter Continuous Export

Mayur Tendulkar
Mayur Tendulkar

Five-star mobile apps have one special feature: they don’t let go of their users. This can be achieved by understanding your app, the app’s users, and how these users interact with your app. The deep customer insights offered by AppCenter's Continuous Export provide a better understanding of your customers and help boost retention. By default, you receive information about your active users, their active sessions, top devices, country, language, and more!

The Xamarin Show: Exploring Awesome Xamarin & Visual Studio Features
Jul 5, 2018
Post likes count 0

The Xamarin Show: Exploring Awesome Xamarin & Visual Studio Features

James Montemagno
James Montemagno

Each week on <a href="https://channel9.msdn.com/Shows/XamarinShow">The Xamarin Show</a> we explore the latest and greatest in Xamarin development by looking at new features built into Visual Studio, build native cross-platform user interfaces with Xamarin.Forms, and access to native APIs with Xamarin.Essentials. I am also joined by Xamarin experts that show off the awesome beautiful libraries and applications they are building with Xamarin. No matter what type of development you are into there is surely something for you over on The Xamarin Show. This week, I wanted to feature a few "Snack Pack" episodes that sho...

Xamarin Podcast: What’s New in Visual Studio 2017, Xamarin.Forms, and the Android designer
Use MSBuild to Define Advanced Android VersionCode
Jun 28, 2018
Post likes count 0

Use MSBuild to Define Advanced Android VersionCode

Dean Ellis
Dean Ellis

What’s New In the Xamarin Android Designer
Jun 25, 2018
Post likes count 0

What’s New In the Xamarin Android Designer

Jon Douglas
Jon Douglas

Getting Android Apps Ready for Google Play’s Target API Level Requirements
Jun 21, 2018
Post likes count 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 August 1, 2018 and for app updates on November 1, 2018.

Supporting iOS 11 and iPhone X in Xamarin.iOS Apps
Jun 18, 2018
Post likes count 0

Supporting iOS 11 and iPhone X in Xamarin.iOS Apps

Brad Umbaugh
Brad Umbaugh

Apple has <a href="https://developer.apple.com/news/?id=05072018a">indicated</a> that starting in July 2018 all <a href="https://developer.apple.com/ios/submit/">new apps and app updates</a> submitted to the App Store must be built with the iOS 11 SDK and support the iPhone X <a href="https://support.apple.com/en-us/HT208191">Super Retina display</a>.

More Cross-Platform APIs with Xamarin.Essentials Latest Preview
Jun 14, 2018
Post likes count 0

More Cross-Platform APIs with Xamarin.Essentials Latest Preview

James Montemagno
James Montemagno

We announced <a href="https://docs.microsoft.com/en-us/xamarin/essentials?WT.mc_id=docs-xamarinblog-jamont">Xamarin.Essentials</a>, 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 code, including geolocation, secure storage, sensors, device information, and many more. Best of all, Xamarin.Essentials can be used in any iOS, Android, UWP, or Xamarin.Forms app, regardless of how you create the user interface. Feedback on the first preview from develo...

Use MongoDB With Your Xamarin Apps
Jun 12, 2018
Post likes count 0

Use MongoDB With Your Xamarin Apps

Matt Soucoup
Matt Soucoup

Build 2018: Conference Vision Demo App
Jun 7, 2018
Post likes count 0

Build 2018: Conference Vision Demo App

David Ortinau
David Ortinau

Xamarin.Android Firebase Job Dispatcher: Background Scheduling for all Android Devices
Xamarin and .NET Developer Events this June
Jun 1, 2018
Post likes count 0

Xamarin and .NET Developer Events this June

Jayme Singleton
Jayme Singleton

Since the recent <a href="https://www.microsoft.com/en-us/build?wt.mc_id=AID671457_QSG_SCL_238675&ocid=AID671457_QSG_SCL_238675&utm_source=t.co&utm_medium=referral">Microsoft Build</a> conference, Xamarin and .NET recap events have been springing up all over the globe! Find an event near you this month to get the latest news on the exciting releases, tooling, and updates that were shared during Build. Browse through our <a href="https://www.microsoft.com/net/community">Community page</a> to participate and engage with our online community, get expert help with a tough project, and search for user grou...

Xamarin University Presents: Guest Lectures from Industry Luminaries!
May 30, 2018
Post likes count 0

Xamarin University Presents: Guest Lectures from Industry Luminaries!

Rob Gibbens
Rob Gibbens

Technology moves quickly; new software, platforms, and frameworks are constantly being developed, improved, and released. Exploring the landscape of developer tools and libraries that we can consume in our C# .NET apps can be exciting, but it takes time to review and evaluate the latest innovations. Fortunately, Xamarin University is here to help! We invite the industry’s top experts and developers to present guest lectures on key technologies and patterns that show us how to best use them in our mobile solutions in a live, interactive forum.

Contributing to Xamarin.Android
May 25, 2018
Post likes count 0

Contributing to Xamarin.Android

Jon Douglas
Jon Douglas

Guest Post: Securing and Versioning Xamarin Apps with Mobile.BuildTools
Xamarin.Essentials: Cross-Platform APIs for Mobile Apps
May 16, 2018
Post likes count 0

Xamarin.Essentials: Cross-Platform APIs for Mobile Apps

James Montemagno
James Montemagno

When developing iOS and Android apps with Xamarin, developers can access every native platform API using C#. These bindings not only expose the platform APIs in C#, but add powerful C# features, such as async/await, events, delegates, and more. This is a huge advantage for developers, because they never have to leave C#, whether they're writing shared business logic, user interface, or accessing native features. One key feature developers often look for when developing cross-platform apps with Xamarin is a way to access common native features from their shared code <em>without</em> having to write their own abstr...

Update Your Xamarin.Mac Apps for 64-bit Today!
May 14, 2018
Post likes count 0

Update Your Xamarin.Mac Apps for 64-bit Today!

John Miller
John Miller

All Things Xamarin at Build 2018
May 9, 2018
Post likes count 0

All Things Xamarin at Build 2018

Joseph Hill
Joseph Hill

Try the Latest Release of Xamarin.Forms 3.0!
May 7, 2018
Post likes count 0

Try the Latest Release of Xamarin.Forms 3.0!

David Ortinau
David Ortinau

Mobile Development at Microsoft Build 2018
May 4, 2018
Post likes count 0

Mobile Development at Microsoft Build 2018

Jayme Singleton
Jayme Singleton

It's almost time for <a href="https://developer.microsoft.com/events/build" target="_blank" rel="noopener">Microsoft Build 2018</a> in Seattle, Washington and that means a full three days of keynotes, breakout and theater sessions, workshops, and all the latest updates to your favorite Microsoft products and technologies.

Xamarin Developer Events in May
May 2, 2018
Post likes count 0

Xamarin Developer Events in May

Jayme Singleton
Jayme Singleton

Xamarin and .NET user groups are hosting recap events around the world all month long to ensure every developer gets the most they can out of <a href="https://www.microsoft.com/en-us/build?wt.mc_id=AID671457_QSG_SCL_238675&ocid=AID671457_QSG_SCL_238675&utm_source=t.co&utm_medium=referral">Microsoft Build</a>. Continue your Xamarin development education and get the latest news on exciting releases, tooling, and updates shared during Build at an event in the list below, by checking out our <a href="https://www.xamarin.com/events">Xamarin Events page</a>, or by looking for an event near you on our <a hre...

Implement Drawer and Split UI with the Xamarin.Forms MasterDetailPage
Apr 26, 2018
Post comments count 1
Post likes count 0

Implement Drawer and Split UI with the Xamarin.Forms MasterDetailPage

Mark Taparauskas
Mark Taparauskas

Using TensorFlow and Azure to Add Image Classification to Your Android Apps
Apr 23, 2018
Post comments count 3
Post likes count 0

Using TensorFlow and Azure to Add Image Classification to Your Android Apps

Jim Bennett
Jim Bennett

Community Books on Xamarin Development
Apr 20, 2018
Post likes count 0

Community Books on Xamarin Development

Jayme Singleton
Jayme Singleton

Xamarin development is constantly growing and evolving to meet the needs of developers. To help you find the right resources for your development education, we’ve curated a list of community books written about Xamarin.

Automatic Provisioning with Visual Studio 2017
Apr 18, 2018
Post comments count 1
Post likes count 0

Automatic Provisioning with Visual Studio 2017

Amy Burns
Amy Burns

A Brief History of .NET Standard
Apr 16, 2018
Post likes count 0

A Brief History of .NET Standard

Laurent Bugnion
Laurent Bugnion

Using the iOS 11 Drag and Drop APIs in Xamarin.iOS Apps
Apr 13, 2018
Post likes count 0

Using the iOS 11 Drag and Drop APIs in Xamarin.iOS Apps

Brad Umbaugh
Brad Umbaugh

New Xamarin.Forms XAML IntelliSense in Visual Studio 2017
Apr 11, 2018
Post likes count 0

New Xamarin.Forms XAML IntelliSense in Visual Studio 2017

Pierce Boggan
Pierce Boggan

What’s New for Xamarin Developers in Visual Studio 2017 Version 15.7 Preview 3
Right-To-Left Localization in Xamarin.Forms
Apr 6, 2018
Post likes count 1

Right-To-Left Localization in Xamarin.Forms

Samantha Houts
Samantha Houts

Debugging Xamarin Open Source Frameworks: Part 3 – Mono
Apr 4, 2018
Post comments count 1
Post likes count 0

Debugging Xamarin Open Source Frameworks: Part 3 – Mono

Jon Goldberger
Jon Goldberger

Find Local Xamarin and .NET Developer Events This April
Apr 2, 2018
Post likes count 0

Find Local Xamarin and .NET Developer Events This April

Jayme Singleton
Jayme Singleton

Spring into action this April by finding a Xamarin or .NET user group hosting Xamarin (and related technology) events near you! Get the latest news on exciting releases, tooling, and updates all month long by attending an event from the list below, or by checking out our Xamarin Events page for groups meeting in your area.

Update to Xamarin.Forms 3.0 Pre-Release Available Today!
Mar 30, 2018
Post likes count 0

Update to Xamarin.Forms 3.0 Pre-Release Available Today!

David Ortinau
David Ortinau

Debugging Xamarin Open Source Frameworks: Part 2 – Xamarin.iOS
Mar 28, 2018
Post likes count 0

Debugging Xamarin Open Source Frameworks: Part 2 – Xamarin.iOS

Jon Goldberger
Jon Goldberger

New Xamarin.Android and Xamarin.iOS Project Templates Now Available
Mar 26, 2018
Post likes count 0

New Xamarin.Android and Xamarin.iOS Project Templates Now Available

Jimmy Garrido
Jimmy Garrido

Performing Geospatial Calculations with Azure CosmosDB
Mar 23, 2018
Post likes count 0

Performing Geospatial Calculations with Azure CosmosDB

Matt Soucoup
Matt Soucoup

Debugging Xamarin Open Source Frameworks: Part 1 – Xamarin.Forms
Mar 21, 2018
Post comments count 2
Post likes count 0

Debugging Xamarin Open Source Frameworks: Part 1 – Xamarin.Forms

Jon Goldberger
Jon Goldberger

Creating Cloud-Connected Mobile Apps with Xamarin + Azure
Mar 19, 2018
Post likes count 0

Creating Cloud-Connected Mobile Apps with Xamarin + Azure

Craig Dunn
Craig Dunn

Add Cloud Storage to Xamarin Apps with Azure Blob Storage
Mar 16, 2018
Post comments count 1
Post likes count 0

Add Cloud Storage to Xamarin Apps with Azure Blob Storage

Brandon Minnick
Brandon Minnick

Xamarin Joins docs.microsoft.com
Mar 14, 2018
Post likes count 0

Xamarin Joins docs.microsoft.com

Craig Dunn
Craig Dunn

Podcast: Visual Studio 2017 version 15.6, AR with UrhoSharp, and ML with CoreML
Contributing to Xamarin.iOS and Xamarin.Mac
Mar 8, 2018
Post likes count 0

Contributing to Xamarin.iOS and Xamarin.Mac

John Miller
John Miller

Visual Studio 2017 Version 15.6 Now Available!
Mar 6, 2018
Post likes count 0

Visual Studio 2017 Version 15.6 Now Available!

Jimmy Garrido
Jimmy Garrido

Mobile Developer Events in March
Mar 1, 2018
Post likes count 0

Mobile Developer Events in March

Jayme Singleton
Jayme Singleton

The New, Feature-Packed UrhoSharp 1.8
Feb 28, 2018
Post likes count 0

The New, Feature-Packed UrhoSharp 1.8

Miguel de Icaza
Miguel de Icaza

Add Tizen Projects to Your Xamarin.Forms Applications
Feb 23, 2018
Post likes count 0

Add Tizen Projects to Your Xamarin.Forms Applications

Guest Blogger
Guest Blogger

Create and Host tvOS TVML Apps with Azure and Xamarin
Feb 22, 2018
Post likes count 0

Create and Host tvOS TVML Apps with Azure and Xamarin

Adam Hartley
Adam Hartley

Use CoreML And Azure To Create Simple Xamarin.iOS Apps
Feb 20, 2018
Post likes count 0

Use CoreML And Azure To Create Simple Xamarin.iOS Apps

Prashant Cholachagudda
Prashant Cholachagudda

Extend Xamarin.Forms Controls Functionality with Behaviors
Feb 16, 2018
Post likes count 0

Extend Xamarin.Forms Controls Functionality with Behaviors

Matt Soucoup
Matt Soucoup

Xamarin.iOS and Xcode 9.3 Web Preview
Feb 15, 2018
Post likes count 0

Xamarin.iOS and Xcode 9.3 Web Preview

John Miller
John Miller

Add a Search Bar to Your Xamarin Apps in iOS 11
Feb 12, 2018
Post likes count 0

Add a Search Bar to Your Xamarin Apps in iOS 11

Brad Umbaugh
Brad Umbaugh

Podcast: Rapid UI Prototyping with Ink to Code, Merged Dictionaries in Xamarin.Forms, & Android Emulator Tips
Add Languages to Your Xamarin Apps with Multilingual App Toolkit
Feb 8, 2018
Post comments count 2
Post likes count 1

Add Languages to Your Xamarin Apps with Multilingual App Toolkit

Cameron Lerum
Cameron Lerum

Draw your Next App Idea with Ink to Code
Feb 5, 2018
Post comments count 1
Post likes count 0

Draw your Next App Idea with Ink to Code

Alex Corrado
Alex Corrado

Lose the Cables: Make Deploying to an iOS or tvOS Device Easier
Feb 2, 2018
Post likes count 0

Lose the Cables: Make Deploying to an iOS or tvOS Device Easier

Vincent Dondain
Vincent Dondain

Just Push Play: Using Google Play on an Android Emulator
Feb 1, 2018
Post likes count 0

Just Push Play: Using Google Play on an Android Emulator

Jon Douglas
Jon Douglas

Xamarin Developer Events in February
Jan 31, 2018
Post likes count 0

Xamarin Developer Events in February

Jayme Singleton
Jayme Singleton