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

Android Emulator Quick Boot
Jan 29, 2018
Post likes count 0

Android Emulator Quick Boot

Jon Douglas
Jon Douglas

First Look: Xamarin Android Device Manager Preview
Jan 25, 2018
Post likes count 0

First Look: Xamarin Android Device Manager Preview

Nina Vyedin
Nina Vyedin

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

Better Resource Organization in Xamarin.Forms
Jan 23, 2018
Post likes count 0

Better Resource Organization in Xamarin.Forms

David Ortinau
David Ortinau

Running Xamarin.iOS Unit Tests in Visual Studio Team Services
Jan 19, 2018
Post likes count 0

Running Xamarin.iOS Unit Tests in Visual Studio Team Services

Prashant Cholachagudda
Prashant Cholachagudda

The Xamarin Show: Getting Started with iOS Development in C#
Jan 18, 2018
Post likes count 0

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

James Montemagno
James Montemagno

If you're looking to get started with iOS development, there's no better place to look than our amazing <a href="https://developer.xamarin.com/guides/ios/">Xamarin.iOS documentation guides</a>. They cover each and every topic that you can imagine when it comes to iOS development in C# with Xamarin. If you enjoy watching development videos on your favorite development topics, then look no further than <a href="https://channel9.msdn.com/Shows/XamarinShow"><em>The Xamarin Show</em></a>, my weekly Xamarin developer video series on <a href="http://channel9.msdn.com">Channel 9</a>. Each week I team up with other amazin...

The C# Developer’s Guide to Shipping Better Apps with Visual Studio App Center
Jan 16, 2018
Post likes count 0

The C# Developer’s Guide to Shipping Better Apps with Visual Studio App Center

James Montemagno
James Montemagno

At our annual Microsoft Connect event in November, we announced the <a href="https://blogs.msdn.microsoft.com/visualstudio/2017/11/15/the-latest-in-developer-productivity-and-app-experiences/" rel="noopener" target="_blank">General Availability of Visual Studio App Center</a>, combining our best developer services, incuding Xamarin Test Cloud and HockeyApp, into one free, easy-to-use cloud service to help you ship better apps, faster. From building in the cloud to automatically testing on thousands of real devices, distributing to testers and app stores, and monitoring real-time crash and analytics data, <a href=...

Podcast: Android 8.1, Xamarin Device Manager, and Visual Studio versions 15.5 & 15.6
Xamarin.Android Now Double Stuffed with Oreo 8.1
Jan 11, 2018
Post likes count 0

Xamarin.Android Now Double Stuffed with Oreo 8.1

Jon Douglas
Jon Douglas

Visual Studio 2017 Version 15.6 Preview Available Today!
Jan 10, 2018
Post likes count 0

Visual Studio 2017 Version 15.6 Preview Available Today!

Pierce Boggan
Pierce Boggan

Delivering Rich Media Experiences with the Xamarin.Forms Video Player
Colonial Life Drives Field Sales Productivity with .NET, Mobile, and DevOps
CoreML Programming with Xamarin.Mac and F#
Jan 4, 2018
Post likes count 0

CoreML Programming with Xamarin.Mac and F#

Larry O'Brien
Larry O'Brien

Although Xamarin technologies are most commonly used to develop mobile applications, Xamarin.Mac makes it easy to use your preferred .NET language to develop desktop Mac apps. There are many C# examples in Xamarin’s mac-samples directory on Github, but it's also easy to use F# to develop desktop Mac apps as well.

Xamarin Developer Events This January
Jan 3, 2018
Post likes count 0

Xamarin Developer Events This January

Jayme Singleton
Jayme Singleton

The Top 12 Xamarin Blog Posts of 2017
Jan 2, 2018
Post likes count 0

The Top 12 Xamarin Blog Posts of 2017

Courtney Witmer
Courtney Witmer

Introducing the SmartHotel360 Reference Mobile Apps
Dec 14, 2017
Post likes count 0

Introducing the SmartHotel360 Reference Mobile Apps

Pierce Boggan
Pierce Boggan

Updates to the Xamarin iOS Designer
Dec 12, 2017
Post likes count 0

Updates to the Xamarin iOS Designer

John Miller
John Miller

Introduction to tvOS
Dec 11, 2017
Post likes count 0

Introduction to tvOS

Adam Hartley
Adam Hartley

Native Forms is Polished and Shiny in Xamarin.Forms 2.5.0
Dec 8, 2017
Post likes count 0

Native Forms is Polished and Shiny in Xamarin.Forms 2.5.0

E.Z. Hart
E.Z. Hart

Even Easier iOS App Provisioning in Visual Studio for Mac 
Fidelity Mobile Unites Brazilian Citizens and Elected Officials with Real-Time Chat Apps
See What’s New in Visual Studio 2017 Version 15.5
Dec 4, 2017
Post likes count 0

See What’s New in Visual Studio 2017 Version 15.5

Pierce Boggan
Pierce Boggan

Podcast: Xamarin.Forms 2.5.0, Live Player, and What’s New in Visual Studio for Mac
Xamarin Developer Events in December
Dec 1, 2017
Post likes count 0

Xamarin Developer Events in December

Jayme Singleton
Jayme Singleton

Supercharge Your Xamarin.Mac Application Startup Time
Nov 30, 2017
Post likes count 0

Supercharge Your Xamarin.Mac Application Startup Time

Chris Hamons
Chris Hamons

Schedule Meetings with Xamarin.Forms and the Microsoft Graph API
Nov 28, 2017
Post comments count 1
Post likes count 0

Schedule Meetings with Xamarin.Forms and the Microsoft Graph API

Mayur Tendulkar
Mayur Tendulkar

Replacing Services With JobScheduler in Android Oreo 8.0
Nov 27, 2017
Post likes count 0

Replacing Services With JobScheduler in Android Oreo 8.0

Tom Opgenorth
Tom Opgenorth

Microsoft Connect 2017(); Xamarin Video Round-Up
Nov 21, 2017
Post likes count 0

Microsoft Connect 2017(); Xamarin Video Round-Up

Jayme Singleton
Jayme Singleton

Xamarin Docs Now Available in Japanese and German
Nov 20, 2017
Post likes count 0

Xamarin Docs Now Available in Japanese and German

Joel Martinez
Joel Martinez

Podcast: Connect(); 2017 Xamarin and App Center Recap
Nov 17, 2017
Post likes count 0

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

James Montemagno
James Montemagno

In this episode of the Xamarin Podcast, I am joined by App Center program manager James White. We sit down and cover all of the amazing announcements from this years Connect(); 2017 event. Sit back, relax and get ready for tons of Xamarin goodness with Native Forms, .NET Embedding, App Center's General Availability, and so much more! Be sure to <a href="http://www.xamarinpodcast.com/49">download today's episode</a> from your favorite podcast app.

Xamarin Announcements from Microsoft Connect(); 2017
Nov 15, 2017
Post likes count 0

Xamarin Announcements from Microsoft Connect(); 2017

Joseph Hill
Joseph Hill

Microsoft Connect(); 2017 Sessions for Xamarin Developers
Nov 15, 2017
Post likes count 0

Microsoft Connect(); 2017 Sessions for Xamarin Developers

Jayme Singleton
Jayme Singleton

Adding Sound to a Xamarin.Forms App
Nov 13, 2017
Post likes count 0

Adding Sound to a Xamarin.Forms App

Adrian Stevens
Adrian Stevens

.NET Standard Comes to Xamarin.Forms Project Templates!
Nov 10, 2017
Post likes count 0

.NET Standard Comes to Xamarin.Forms Project Templates!

Pierce Boggan
Pierce Boggan

Xamarin and Xamarin University Sessions at Microsoft Connect(); 2017
Android Oreo Notification Channels
Nov 7, 2017
Post likes count 0

Android Oreo Notification Channels

Mark McLemore
Mark McLemore

Simplified App Signing with Secure Files in Azure Devops
Nov 6, 2017
Post likes count 0

Simplified App Signing with Secure Files in Azure Devops

James Montemagno
James Montemagno

Making iOS 11 Even Easier with Xamarin.Forms
Nov 3, 2017
Post likes count 0

Making iOS 11 Even Easier with Xamarin.Forms

David Ortinau
David Ortinau

Publish an ASP.NET Core Project to Azure from Visual Studio for Mac
Nov 2, 2017
Post comments count 1
Post likes count 0

Publish an ASP.NET Core Project to Azure from Visual Studio for Mac

Cody Beyer
Cody Beyer

Xamarin Developer Events in November
Nov 2, 2017
Post likes count 0

Xamarin Developer Events in November

Jayme Singleton
Jayme Singleton

Augmented Reality in Xamarin.Android with ARCore
Oct 30, 2017
Post comments count 2
Post likes count 0

Augmented Reality in Xamarin.Android with ARCore

Jon Dick
Jon Dick

Go Large with iOS 11
Oct 26, 2017
Post likes count 0

Go Large with iOS 11

Craig Dunn
Craig Dunn

Introducing the Android SDK Manager
Oct 25, 2017
Post likes count 0

Introducing the Android SDK Manager

Cody Beyer
Cody Beyer

3 Big Things To Explore in the Xamarin.Forms 2.5.0 Pre-Release
Oct 24, 2017
Post likes count 0

3 Big Things To Explore in the Xamarin.Forms 2.5.0 Pre-Release

David Ortinau
David Ortinau

Plugin and Permission Changes with iOS 11
Oct 18, 2017
Post likes count 0

Plugin and Permission Changes with iOS 11

John Miller
John Miller

Adaptive UI with Xamarin.Forms
Oct 16, 2017
Post comments count 1
Post likes count 0

Adaptive UI with Xamarin.Forms

Adrian Stevens
Adrian Stevens

Give the Visual Studio 2017 Version 15.5 Preview a Try!
Oct 13, 2017
Post likes count 0

Give the Visual Studio 2017 Version 15.5 Preview a Try!

Pierce Boggan
Pierce Boggan

Bring 3D Models To Life in Augmented Reality with UrhoSharp
Oct 12, 2017
Post likes count 0

Bring 3D Models To Life in Augmented Reality with UrhoSharp

Egor Bogatov
Egor Bogatov

Updating Xamarin.iOS Apps for the iPhone X
Oct 11, 2017
Post likes count 0

Updating Xamarin.iOS Apps for the iPhone X

John Miller
John Miller

Developing Real-Time Communication Apps with WebSocket
Oct 9, 2017
Post comments count 1
Post likes count 0

Developing Real-Time Communication Apps with WebSocket

Prashant Cholachagudda
Prashant Cholachagudda

DataBinding Power Moves You May Not Be Using (Yet)
Oct 5, 2017
Post comments count 1
Post likes count 0

DataBinding Power Moves You May Not Be Using (Yet)

David Ortinau
David Ortinau

The Solar System with ARKit and F#
Oct 4, 2017
Post likes count 0

The Solar System with ARKit and F#

Larry O'Brien
Larry O'Brien

Microcharts: Elegant Cross-Platform Charts for Every App
Oct 3, 2017
Post likes count 1

Microcharts: Elegant Cross-Platform Charts for Every App

Guest Blogger
Guest Blogger

Android Support Library v26 Overview
Oct 2, 2017
Post likes count 0

Android Support Library v26 Overview

Jon Douglas
Jon Douglas

Xamarin at Local Developer Events this October
Sep 29, 2017
Post likes count 0

Xamarin at Local Developer Events this October

Jayme Singleton
Jayme Singleton

Xamarin.Forms Stable Comes to .NET Standard 2.0
Sep 28, 2017
Post likes count 0

Xamarin.Forms Stable Comes to .NET Standard 2.0

David Ortinau
David Ortinau

3 Reasons to Try Xamarin Previews in Visual Studio 2017
Sep 26, 2017
Post likes count 0

3 Reasons to Try Xamarin Previews in Visual Studio 2017

Jimmy Garrido
Jimmy Garrido

ActivityTask: A Helper for Async/Await on Android
Sep 25, 2017
Post likes count 0

ActivityTask: A Helper for Async/Await on Android

Jérémie Laval
Jérémie Laval

Podcast: Android Oreo, iOS 11, and Xamarin.Forms Tips & Tricks
Sep 22, 2017
Post likes count 0

Podcast: Android Oreo, iOS 11, and Xamarin.Forms Tips & Tricks

Pierce Boggan
Pierce Boggan

Protecting Your Xamarin Apps with Dotfuscator
Sep 20, 2017
Post likes count 0

Protecting Your Xamarin Apps with Dotfuscator

Guest Blogger
Guest Blogger

Augment Reality and ARKit with Xamarin and iOS 11
Sep 19, 2017
Post comments count 2
Post likes count 0

Augment Reality and ARKit with Xamarin and iOS 11

Larry O'Brien
Larry O'Brien

Learn How The Lean Cook Uses Mobile to Drive Revenue and Promote Healthy Living
Xamarin.Forms: Tips for Beating the Learning Curve
Sep 15, 2017
Post likes count 0

Xamarin.Forms: Tips for Beating the Learning Curve

David Ortinau
David Ortinau

Xamarin All-Stars at .NET Conf 2017!
Sep 14, 2017
Post likes count 0

Xamarin All-Stars at .NET Conf 2017!

Jayme Singleton
Jayme Singleton

Get Your Apps Ready for iOS 11!
Sep 13, 2017
Post likes count 0

Get Your Apps Ready for iOS 11!

Miguel de Icaza
Miguel de Icaza

Xamarin.Android 8.0 Gets Even Sweeter with Oreo
Sep 11, 2017
Post likes count 0

Xamarin.Android 8.0 Gets Even Sweeter with Oreo

Jon Douglas
Jon Douglas

Podcast: Android Oreo Support, Xamarin Live Player Preview 2, New iOS 11 Previews, and more!
Digitally Imported Delivers 10 Music Streaming Apps to Millions of Fans Globally
Explore iOS 11 Previews Today
Sep 5, 2017
Post likes count 0

Explore iOS 11 Previews Today

Miguel de Icaza
Miguel de Icaza

Bringing Communities Together: Xamarin MVPs Join Microsoft MVPs
Sep 1, 2017
Post likes count 0

Bringing Communities Together: Xamarin MVPs Join Microsoft MVPs

Jayme Singleton
Jayme Singleton

Xamarin Developer Events in September
Aug 31, 2017
Post likes count 0

Xamarin Developer Events in September

Jayme Singleton
Jayme Singleton

Share More Code with .NET Standard 2.0
Aug 29, 2017
Post likes count 0

Share More Code with .NET Standard 2.0

James Montemagno
James Montemagno

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

Podcast: Latest Stable & Preview Xamarin Releases, Social Authentication, Realm, and more!
Fast & Simple Android Location Updates with Google Play services
Aug 24, 2017
Post likes count 0

Fast & Simple Android Location Updates with Google Play services

James Montemagno
James Montemagno

Starting an Android application that relies on device location can be overwhelming. The classic way of getting location is with Android's core APIs, which have been around for a very long time and can be confusing to use. To simplify this process, we developed the <a href="https://github.com/jamesmontemagno/geolocatorplugin">Geolocator plugin</a>, which enables developers to get the location from shared code on iOS, Android, and Windows from a single API. There are times when you may want or need full control over the API, however, and that's where the new Google Play services location APIs come in. These APIs si...

Native Android Facebook Authentication with Azure App Service
Aug 18, 2017
Post likes count 0

Native Android Facebook Authentication with Azure App Service

James Montemagno
James Montemagno

Authenticationis critical to applications success. Look at your app, and I bet the very first things that your users will do is sign up or log in to their account. This will probably, in turn, leverage some form of social authentication. Each social authentication provider is a little bit different, and some, such as Facebook, offer a native SDK to simplify the login process and offer additional functionality specific to their service. Previously, we looked at how to integrate the <a href="https://blog.xamarin.com/native-facebook-authentication-with-azure-app-service/">Facebook SDK for iOS to offer a native login...

Speech Central Makes it Easier to Browse the Internet Hands-Free
Aug 17, 2017
Post likes count 0

Speech Central Makes it Easier to Browse the Internet Hands-Free

Lacey Butler
Lacey Butler

Adding Storage to Mobile Apps with OneDrive for Business
Aug 14, 2017
Post comments count 1
Post likes count 0

Adding Storage to Mobile Apps with OneDrive for Business

Mayur Tendulkar
Mayur Tendulkar

Podcast: Contributing to Xamarin.Forms, C# 7, Input Validation, Android’s BottomNavigationView, and more!
Payit Brings Peer-to-Peer Payments to Mexico with Mobile DevOps and the Cloud
Validation in Xamarin.Forms Enterprise Apps
Aug 8, 2017
Post likes count 0

Validation in Xamarin.Forms Enterprise Apps

David Britch
David Britch

Exploring Android’s Bottom Navigation View
Aug 7, 2017
Post comments count 2
Post likes count 0

Exploring Android’s Bottom Navigation View

James Montemagno
James Montemagno

The debate over whether tabs should go on the top or the bottom of a screen has raged for nearly a decade. Android has always preferred to use tabs as a filtering mechanism on the top of a page, while iOS has used bottom tabs as the main source of navigation. Now, with the addition of the <a href="https://material.io/guidelines/components/bottom-navigation.html" target="_blank">Bottom Navigation View</a> in the Support Design library, Android developers have the choice of where their main navigation comes from in their applications.

A Beginner’s Guide for Contributing to Xamarin.Forms
Aug 4, 2017
Post comments count 1
Post likes count 0

A Beginner’s Guide for Contributing to Xamarin.Forms

David Ortinau
David Ortinau

Getting Started with C# 7
Aug 2, 2017
Post likes count 0

Getting Started with C# 7

James Montemagno
James Montemagno

The releases of Visual Studio 2017 and Visual Studio for Mac introduced two spectacular new IDEs to develop mobile applications, cloud workloads, and introduced us to a world of powerful new C# features with the release of C# 7. I recently <a href="http://motzcod.es/post/161630386432/my-favorite-c-7-feature-more-expression-bodied" target="_blank">blogged about my favorite new feature</a>, expression bodied members, and even <a href="http://www.mergeconflict.fm/merge-conflict-47-you-got-some-fsharp-in-my-csharp" target="_blank">recorded an entire podcast</a> about how awesome C# 7 is. In this blog post, I'll show ...

Xamarin Events in August
Aug 1, 2017
Post likes count 0

Xamarin Events in August

Jayme Singleton
Jayme Singleton

Podcast: Building Apps with iOS 11, Visual Studio for Mac, and Mobile Center
Pragma Delivers High Performance Apps Field Service Employees Love
Building the Xamarin.Forms NuGet
Jul 24, 2017
Post likes count 0

Building the Xamarin.Forms NuGet

David Ortinau
David Ortinau

Installing Visual Studio 2017 Made Easy
Jul 20, 2017
Post likes count 0

Installing Visual Studio 2017 Made Easy

Mayur Tendulkar
Mayur Tendulkar

Guitar Center’s Five-Star Xamarin.Forms Apps Bring Music to the Masses
Introducing MFractor for Visual Studio for Mac
Jul 17, 2017
Post likes count 0

Introducing MFractor for Visual Studio for Mac

Guest Blogger
Guest Blogger

Urban Refuge’s Refugee Aid Mobile Apps Turn Research into Action
Mastering the Android Support Libraries
Jul 11, 2017
Post likes count 0

Mastering the Android Support Libraries

James Montemagno
James Montemagno

Android Support Libraries are an essential part to every Android application and you'll find them absolutely everywhere. The Support Libraries offer developers the ability to add the latest and greatest features of Android to their application while maintaining backward compatibility with older versions of Android. As new versions of the Android SDK continue to roll out, so do updates to the Support Libraries; keeping them up-to-date and installing the correct versions is an important (and sometimes frustrating) part of Android development. This blog post will help demystify the Support Libraries and help you upg...

Podcast: App Monetization, .NET Standard, Azure Cosmos DB, and more!
Xamarin Events Happening in July
Jul 3, 2017
Post likes count 0

Xamarin Events Happening in July

Jayme Singleton
Jayme Singleton

Aggreko Provides Power and Temperature Control Apps for a Global Audience with Xamarin and Azure
Going Global with Xamarin and Azure Cosmos DB
Jun 27, 2017
Post likes count 0

Going Global with Xamarin and Azure Cosmos DB

Mayur Tendulkar
Mayur Tendulkar

Podcast: WWDC 2017, Fastlane, Xamarin.Forms Embedding, and more!
Jun 23, 2017
Post likes count 0

Podcast: WWDC 2017, Fastlane, Xamarin.Forms Embedding, and more!

Pierce Boggan
Pierce Boggan

Building Xamarin.Forms Apps with .NET Standard
Jun 21, 2017
Post likes count 0

Building Xamarin.Forms Apps with .NET Standard

Pierce Boggan
Pierce Boggan

Minnesota Twins Hits a Home Run with Cloud-Powered Scouting Apps
Jun 20, 2017
Post likes count 0

Minnesota Twins Hits a Home Run with Cloud-Powered Scouting Apps

Lacey Butler
Lacey Butler

Add Push Notifications to iOS Apps with Azure Notification Hubs
Jun 19, 2017
Post likes count 0

Add Push Notifications to iOS Apps with Azure Notification Hubs

Adam Hartley
Adam Hartley

Easy iOS App Provisioning with Fastlane and Visual Studio for Mac
Jun 16, 2017
Post likes count 0

Easy iOS App Provisioning with Fastlane and Visual Studio for Mac

Pierce Boggan
Pierce Boggan

5 Ways to Boost Xamarin.Forms App Startup Time
Jun 14, 2017
Post likes count 1

5 Ways to Boost Xamarin.Forms App Startup Time

David Ortinau
David Ortinau

Demystifying Build Configurations
Jun 13, 2017
Post likes count 0

Demystifying Build Configurations

Jon Goldberger
Jon Goldberger

Adding Face Tracking and Live Recognition to your Android App
Jun 12, 2017
Post likes count 0

Adding Face Tracking and Live Recognition to your Android App

Nish Anil
Nish Anil

Enterprise Apps Made Easy with New Authentication & Microsoft Graph Libraries
WWDC 2017 Recap for iOS Developers
Jun 6, 2017
Post likes count 0

WWDC 2017 Recap for iOS Developers

Pierce Boggan
Pierce Boggan

Podly’s Intuitive Apps Make it Easy to Discover and Share Your Favorite Podcasts
Unleashed: Embedding Xamarin.Forms in Xamarin Native
Jun 2, 2017
Post likes count 0

Unleashed: Embedding Xamarin.Forms in Xamarin Native

David Ortinau
David Ortinau

Xamarin Developer Events This June
Jun 1, 2017
Post likes count 0

Xamarin Developer Events This June

Jayme Singleton
Jayme Singleton

Podcast: Previewing Xamarin.Forms 3.0
May 26, 2017
Post likes count 0

Podcast: Previewing Xamarin.Forms 3.0

Pierce Boggan
Pierce Boggan

TrainerRoad Helps Cyclists Increase Performance with Five-Star Apps
Using Local Notifications in Xamarin.Mac
May 24, 2017
Post likes count 0

Using Local Notifications in Xamarin.Mac

Adam Hartley
Adam Hartley

Deep Dive into SkiaSharp with Xamarin.Forms
May 23, 2017
Post likes count 0

Deep Dive into SkiaSharp with Xamarin.Forms

Charles Petzold
Charles Petzold

Staying Up-to-Date in Visual Studio 2017 with the Xamarin Updater
May 22, 2017
Post comments count 1
Post likes count 0

Staying Up-to-Date in Visual Studio 2017 with the Xamarin Updater

Pierce Boggan
Pierce Boggan

Glimpse the Future of Xamarin Forms 3.0
May 18, 2017
Post likes count 0

Glimpse the Future of Xamarin Forms 3.0

David Ortinau
David Ortinau

HP, Inc. Takes the Pain Out of Forms Processing with User-First Scanning Apps
Where to Find All Things Mobile at Microsoft Build 2017
May 9, 2017
Post likes count 0

Where to Find All Things Mobile at Microsoft Build 2017

Joseph Hill
Joseph Hill

Podcast: Exploring the Android Support Libraries & Google Play Services
May 5, 2017
Post likes count 0

Podcast: Exploring the Android Support Libraries & Google Play Services

James Montemagno
James Montemagno

In this episode of the Xamarin Podcast, I'm joined by Jon Dick of the Xamarin components team to discuss the Android Support Libraries and Google Play Services. Don't miss this informative episode covering what these important libraries are, why they're necessary, what's new, and how to use them in your apps today. Be sure to <a href="http://www.xamarinpodcast.com/40">download today's episode</a> from your favorite podcasting app!

Building a Remote Control Companion App for Android with Project Rome
Developing Enterprise Apps using Xamarin.Forms
May 3, 2017
Post likes count 0

Developing Enterprise Apps using Xamarin.Forms

David Britch
David Britch

Write Apps Faster with Ultimate UI Controls from Infragistics
May 2, 2017
Post likes count 0

Write Apps Faster with Ultimate UI Controls from Infragistics

Guest Blogger
Guest Blogger

Xamarin Events Blossoming in May
May 1, 2017
Post likes count 0

Xamarin Events Blossoming in May

Jayme Singleton
Jayme Singleton

Welcome the New Xamarin MVPs!
Apr 28, 2017
Post likes count 0

Welcome the New Xamarin MVPs!

Jayme Singleton
Jayme Singleton

Making Your Xamarin.Forms Apps Accessible
Apr 27, 2017
Post likes count 0

Making Your Xamarin.Forms Apps Accessible

Paul DiPietro
Paul DiPietro

Shopbox Uses C# to Empower Small Business Owners with the Point of Sale System of the Future
Visual Studio 2017 for the Mobile Developer
Apr 25, 2017
Post likes count 0

Visual Studio 2017 for the Mobile Developer

Mayur Tendulkar
Mayur Tendulkar

Implementing Push Notifications in Your Android Apps
Apr 24, 2017
Post comments count 2
Post likes count 0

Implementing Push Notifications in Your Android Apps

Mark McLemore
Mark McLemore

Podcast: Building Up to Build
Apr 21, 2017
Post likes count 0

Podcast: Building Up to Build

Pierce Boggan
Pierce Boggan

Requesting Reviews with iOS 10.3’s SKStoreReviewController
Apr 20, 2017
Post likes count 0

Requesting Reviews with iOS 10.3’s SKStoreReviewController

James Montemagno
James Montemagno

Asking your users to review your app is never easy, and there was never an intuitive way to do it. Developers were left to constantly prompt users to review the app with pop ups or by putting a <b>Leave Review</b> button somewhere hidden in the settings, as I have done for many years (<a href="http://motzcod.es/post/156134300212/opening-app-store-for-review-on-ios-and-android" target="_blank">here is a quick blog</a> to show you how to do it). Starting on iOS 10.3 this has all changed with the introduction of the <code><a href="https://developer.apple.com/reference/storekit/skstorereviewcontroller" target="_blank...

Preview: Bringing macOS to Xamarin.Forms
Apr 19, 2017
Post comments count 1
Post likes count 0

Preview: Bringing macOS to Xamarin.Forms

David Ortinau
David Ortinau

Guest Post: Adding a Calendar to Your Xamarin.Forms Apps with the Telerik Calendar
Go from Sketch to Rapid Prototype and Manufacturing with Blank Slate’s Xamarin-Based Zotebook
Make Your Xamarin.Forms Apps Even Better (and Faster!)
Apr 13, 2017
Post likes count 0

Make Your Xamarin.Forms Apps Even Better (and Faster!)

David Ortinau
David Ortinau

Displaying Data with macOS Table Views
Apr 12, 2017
Post likes count 0

Displaying Data with macOS Table Views

Adam Hartley
Adam Hartley

Live Webinar | Getting the Most Out of Xamarin.Forms for Visual Studio 2017
Podcast: Xamarin.Forms 2.3.4 & Beyond
Apr 7, 2017
Post likes count 0

Podcast: Xamarin.Forms 2.3.4 & Beyond

Pierce Boggan
Pierce Boggan

Xamarin Documentation Goes Multilingual!
Apr 6, 2017
Post likes count 0

Xamarin Documentation Goes Multilingual!

Joel Martinez
Joel Martinez

Announcing Xamarin.Forms Stable Release 2.3.4
Apr 5, 2017
Post likes count 0

Announcing Xamarin.Forms Stable Release 2.3.4

David Ortinau
David Ortinau

Today, we're excited to announce the latest stable release of Xamarin.Forms, version 2.3.4.224. The major themes of this release are quality and performance. For the complete list of updates, as well as some important notes, be sure to review the full release notes here. Xamarin.Forms 2.3.4 Highlights If you’ve been monitoring our public roadmap and pre-releases, these will be familiar to you. * Android Startup Time Improvements * Bindable Picker * OnIdiom Support for Desktop * XAMLC Improvements * Nearly 200 bug fixes * Over 50 community contributed pull requests Android Startup Time Improvements...

Securing Web Requests with TLS 1.2
Apr 4, 2017
Post likes count 0

Securing Web Requests with TLS 1.2

James Montemagno
James Montemagno

In my years of development, one thing I've learned for certain is that securing your network requests is an essential part of any mobile application. A few weeks ago one of my own applications stopped working due to a change to a <em>Secure Sockets Layer</em> (SSL) certificate on meetup.com's authentication server, which made me realize the important role <em>Transport Layer Security</em> (TLS) plays in securing app and server requests.

Spring into April with Xamarin Developer Events
Apr 3, 2017
Post likes count 0

Spring into April with Xamarin Developer Events

Jayme Singleton
Jayme Singleton

Announcing Xamarin’s Xcode 8.3 Support
Mar 29, 2017
Post likes count 0

Announcing Xamarin’s Xcode 8.3 Support

Miguel de Icaza
Miguel de Icaza

Register for the Upcoming Webinar “Infragistics Ultimate UI for Xamarin”
Xamarin Alpha Preview
Mar 27, 2017
Post likes count 0

Xamarin Alpha Preview

Cody Beyer
Cody Beyer

Podcast: Enhanced XAML Productivity with MFractor
Mar 24, 2017
Post likes count 0

Podcast: Enhanced XAML Productivity with MFractor

Pierce Boggan
Pierce Boggan

Catch Up on Visual Studio 2017 and Visual Studio for Mac with Channel 9
Mar 23, 2017
Post likes count 0

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

James Montemagno
James Montemagno

I was honored to be part of the <a href="https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2017-Launch/100">Visual Studio 2017 keynote</a>, where I got to highlight how easy it is to build beautiful, cross-platform native iOS, Android, and Windows apps in C# with Xamarin and Visual Studio 2017. Visual Studio 2017 brings an <a href="https://blog.xamarin.com/better-apps-visual-studio-2017/">exciting range of new features and improvements for developers</a>, along with a brand new preview of Visual Studio for Mac.

Play Audio and Video with the MediaManager Plugin for Xamarin
Mar 21, 2017
Post likes count 0

Play Audio and Video with the MediaManager Plugin for Xamarin

Guest Blogger
Guest Blogger

Simplified Android Keystore Signature Discovery
Mar 14, 2017
Post likes count 0

Simplified Android Keystore Signature Discovery

James Montemagno
James Montemagno

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

Getting Started with Async / Await
Mar 13, 2017
Post comments count 1
Post likes count 1

Getting Started with Async / Await

Jon Goldberger
Jon Goldberger

Podcast: What’s New in Xamarin Cycle 9, Visual Studio 2017, and More!
Better Apps Faster with Visual Studio 2017 and Xamarin
Mar 7, 2017
Post likes count 0

Better Apps Faster with Visual Studio 2017 and Xamarin

Miguel de Icaza
Miguel de Icaza

.NET Standard Libraries in Xamarin Studio
Mar 1, 2017
Post likes count 0

.NET Standard Libraries in Xamarin Studio

James Montemagno
James Montemagno

Xamarin projects have <a href="https://blog.xamarin.com/net-standard-library-support-for-xamarin/" target="_blank">supported .NET Standard Libraries</a> in both Xamarin Studio and Visual Studio since their original release in order to enable developers to share code more easily. Consuming .NET Standard NuGets and Assemblies is completely seamless, and with Xamarin Studio 6.2, developers can create and open .NET Standard projects.

Xamarin Developer Events in March
Feb 28, 2017
Post likes count 0

Xamarin Developer Events in March

Jayme Singleton
Jayme Singleton

New Bindable Picker Control for Xamarin.Forms
Feb 27, 2017
Post comments count 1
Post likes count 0

New Bindable Picker Control for Xamarin.Forms

David Ortinau
David Ortinau

Building Your First macOS App
Feb 22, 2017
Post likes count 0

Building Your First macOS App

Adam Hartley
Adam Hartley

Consumable In-App Purchases
Feb 15, 2017
Post likes count 0

Consumable In-App Purchases

James Montemagno
James Montemagno

If you are building a game or application with content that needs to be purchased multiple times, you'll need to integrate consumable in-app purchases (IAPs) into your application. In my <a href="https://blog.xamarin.com/integrating-in-app-purchases-in-mobile-apps/">previous IAP blog</a> post, I covered the basics of setting up your app for IAP transactions, adding the IAP items to Google Play and iTunes Connect, and introduced you to the <a href="https://github.com/jamesmontemagno/inappbillingplugin">In-App Billing Plugin for Xamarin</a> that greatly simplifies the process of adding IAP to your application's cod...

Realtime Databases with the Realm Mobile Platform
Feb 14, 2017
Post likes count 0

Realtime Databases with the Realm Mobile Platform

Guest Blogger
Guest Blogger

Bring Stunning Animations to Your Apps with Lottie
Feb 13, 2017
Post likes count 0

Bring Stunning Animations to Your Apps with Lottie

Guest Blogger
Guest Blogger

Building Android Apps with Entity Framework
Feb 9, 2017
Post comments count 2
Post likes count 0

Building Android Apps with Entity Framework

Jon Douglas
Jon Douglas

Cross-Platform Drawing with SkiaSharp
Feb 6, 2017
Post likes count 1

Cross-Platform Drawing with SkiaSharp

Matthew Leibowitz
Matthew Leibowitz

Try the Latest in Xamarin.Forms with Nightly Builds
Feb 3, 2017
Post likes count 0

Try the Latest in Xamarin.Forms with Nightly Builds

David Ortinau
David Ortinau

Integrating In-App Purchases in Mobile Apps
Feb 2, 2017
Post comments count 1
Post likes count 1

Integrating In-App Purchases in Mobile Apps

James Montemagno
James Montemagno

Developers often need to integrate monetization to generate revenue when developing mobile apps. There are several ways to monetize apps, but at some point you may want to introduce In-App Purchases, or IAPs, into your app. IAPs can be used in several ways that could apply to your apps, such as adding features, removing ads, or buying in-game currency. Let's take an in-depth look at IAPs and how to add them to mobile apps.

Fall in Love with Xamarin at an Event Near You This February
Feb 1, 2017
Post likes count 0

Fall in Love with Xamarin at an Event Near You This February

Jayme Singleton
Jayme Singleton

Samsung Releases New Preview of Visual Studio Tools for Tizen
Jan 31, 2017
Post likes count 0

Samsung Releases New Preview of Visual Studio Tools for Tizen

Guest Blogger
Guest Blogger

Round Launcher Icons in Android 7.1
Jan 30, 2017
Post likes count 0

Round Launcher Icons in Android 7.1

James Montemagno
James Montemagno

Circular launcher icons have become standard since the introduction of Android Nougat 7.1 and the new Pixel Launcher. Google has even introduced a new API enabling developers to specify a round launcher icon for launchers that support it, which is great if you have strong branding and only want a round icon to show up to match the launcher.

Tips for Creating a Smooth and Fluid Android UI
Jan 26, 2017
Post likes count 0

Tips for Creating a Smooth and Fluid Android UI

Jon Douglas
Jon Douglas

#DocumentDB Loves Xamarin: Planet Scale Mobile App in Five Steps
Jan 25, 2017
Post likes count 0

#DocumentDB Loves Xamarin: Planet Scale Mobile App in Five Steps

Guest Blogger
Guest Blogger

Native iOS Facebook Authentication with Azure App Service
Jan 24, 2017
Post likes count 0

Native iOS Facebook Authentication with Azure App Service

Mike James
Mike James

Enhanced Device Logging in Visual Studio
Jan 23, 2017
Post likes count 0

Enhanced Device Logging in Visual Studio

James Montemagno
James Montemagno

During development we often print out logs, warnings, and errors to the console to help with the debugging process. However, with the complexity of mobile operating systems and applications, we often need to see what's happening on the device or being logged by other parts of the operating system. This is where the iOS and Android device logs come in to help; they've been completely redesigned in the latest version of Xamarin for Visual Studio.

Announcing the Newest Xamarin MVPs!
Jan 20, 2017
Post likes count 0

Announcing the Newest Xamarin MVPs!

Jayme Singleton
Jayme Singleton

Planet Xamarin: Follow Your Favorite Community Bloggers
Jan 19, 2017
Post likes count 0

Planet Xamarin: Follow Your Favorite Community Bloggers

James Montemagno
James Montemagno

Thee Xamarin development community is expanding and flourishing, with the Xamarin blog and Xamarin MVPs offering a plethora of knowledge for developers to soak up. As the community has continued to grow, so has the number of amazing developers blogging, recording, and podcasting about their libraries, apps, and experiences with Xamarin. In light of this, we've worked with community members to create a community blog aggregation platform that anyone can subscribe to via RSS. We call it <a href="http://planetxamarin.com">Planet Xamarin</a> and it's launching today!

Mobile Composer Transforms Products, People, and Processes with Xamarin Apps
Lightweight Ads for Android Apps
Jan 16, 2017
Post comments count 3
Post likes count 0

Lightweight Ads for Android Apps

James Montemagno
James Montemagno

The easiest way to start monetizing your mobile apps is to connect with advertisers and show relevant ads within them. It's as simple as displaying an ad, your users click on it, and you make money. Today we're going to look at a new SDK for Android, Ads Lite.

New Xamarin.Forms Pre-release 2.3.4.184-pre1: Quality Improvements, Bindable Picker
Podcast: Designing Mobile Apps
Jan 9, 2017
Post likes count 0

Podcast: Designing Mobile Apps

Pierce Boggan
Pierce Boggan

Taxfyle is on a Mission to be the Uber of Taxes with Xamarin
Jan 6, 2017
Post likes count 0

Taxfyle is on a Mission to be the Uber of Taxes with Xamarin

Lacey Butler
Lacey Butler

The Xamarin Show: Getting Started with MVVM
Jan 5, 2017
Post likes count 0

The Xamarin Show: Getting Started with MVVM

James Montemagno
James Montemagno

Out of all of the architectural patterns, Model-View-ViewModel (MVVM) has to be my favorite. When I started <a href="https://channel9.msdn.com/Shows/XamarinShow" target="_blank"><em>The Xamarin Show</em></a> last year on Channel 9, I made sure to cover all of the different aspects of MVVM, as well as some amazing libraries that work with Xamarin, and I could think of no better way of starting 2017 than by highlighting the top <em>Xamarin Show</em> episodes that feature MVVM.

Start the New Year with Xamarin Developer Events
Jan 4, 2017
Post likes count 0

Start the New Year with Xamarin Developer Events

Jayme Singleton
Jayme Singleton

The Top 12 Xamarin Blog Posts of 2016
Dec 30, 2016
Post likes count 0

The Top 12 Xamarin Blog Posts of 2016

Courtney Witmer
Courtney Witmer

Xamarin Dev Days Available On-Demand
Dec 21, 2016
Post likes count 0

Xamarin Dev Days Available On-Demand

Jayme Singleton
Jayme Singleton

Simple and Intuitive App Shortcuts in Android 7.1
Dec 20, 2016
Post likes count 0

Simple and Intuitive App Shortcuts in Android 7.1

James Montemagno
James Montemagno

Android 7.1 Developer Preview Now Available
Dec 16, 2016
Post likes count 0

Android 7.1 Developer Preview Now Available

Miguel de Icaza
Miguel de Icaza

Introducing the BikeRider Xamarin.Forms Sample App
Dec 14, 2016
Post likes count 0

Introducing the BikeRider Xamarin.Forms Sample App

Pierce Boggan
Pierce Boggan

Installing Xamarin Made Easy with Offline Installation
Dec 13, 2016
Post likes count 0

Installing Xamarin Made Easy with Offline Installation

Mayur Tendulkar
Mayur Tendulkar

Add Yap to Your App with Bot Framework
Dec 12, 2016
Post likes count 0

Add Yap to Your App with Bot Framework

Cody Beyer
Cody Beyer

Vehicle Smart Solves an Everyday Problem with Five-Star Xamarin Apps
Google Awareness API for Android: Query and React to Signals
Dec 7, 2016
Post likes count 0

Google Awareness API for Android: Query and React to Signals

James Montemagno
James Montemagno

Optimizing Android Apps for Multi-Window Mode
Dec 2, 2016
Post likes count 0

Optimizing Android Apps for Multi-Window Mode

James Montemagno
James Montemagno

Xamarin Developer Events in December
Dec 1, 2016
Post likes count 0

Xamarin Developer Events in December

Jayme Singleton
Jayme Singleton

Creating Platform-Specifics in Xamarin.Forms
Nov 30, 2016
Post likes count 0

Creating Platform-Specifics in Xamarin.Forms

David Britch
David Britch

Say Hello to the Xamarin Profiler
Nov 28, 2016
Post likes count 0

Say Hello to the Xamarin Profiler

Nina Vyedin
Nina Vyedin

The Xamarin Profiler is currently the only way to profile managed (C#) code and find memory and performance issues in Xamarin applications. It can also be paired with native profilers, like Xcode Instruments and Android Monitor, to ensure better app behavior and performance.

Introducing Xamarin.Forms 2.3.3: Native View Declaration and Platform Specifics
Live XAML Previewing with the Xamarin.Forms Previewer
Nov 21, 2016
Post likes count 0

Live XAML Previewing with the Xamarin.Forms Previewer

Nina Vyedin
Nina Vyedin

One of the most time-consuming parts of development is the the build and run cycle, or the time between writing a line of code and seeing it execute. Real-time feedback makes development faster, easier, and more fun for developers. The Xamarin.Forms Previewer renders a live preview of a page side-by-side with the XAML markup, allowing you to see your user interface come to life as you type.

Microsoft Connect(); 2016 Recap
Nov 16, 2016
Post likes count 0

Microsoft Connect(); 2016 Recap

Joseph Hill
Joseph Hill

Xamarin Test Cloud Announcements at Microsoft Connect();
Nov 16, 2016
Post likes count 0

Xamarin Test Cloud Announcements at Microsoft Connect();

Justin Raczak
Justin Raczak

Android Nougat Quick Setting Tiles
Nov 15, 2016
Post likes count 0

Android Nougat Quick Setting Tiles

James Montemagno
James Montemagno

Getting Started with the iOS 10 Notification Framework
Nov 9, 2016
Post likes count 0

Getting Started with the iOS 10 Notification Framework

Mike James
Mike James

Microsoft Research Ships Intelligent Apps with the Power of C# and AI
Mobile Leaders Podcast | Productivity and Delight in Enterprise Apps with Josh Clark of Big Medium
Say Hello to Siri with SiriKit
Nov 2, 2016
Post likes count 0

Say Hello to Siri with SiriKit

Mike James
Mike James

Xamarin Developer Events in November
Nov 1, 2016
Post likes count 0

Xamarin Developer Events in November

Jayme Singleton
Jayme Singleton

Podcast: What’s New in Xamarin.Forms 2.3.3
Oct 31, 2016
Post likes count 0

Podcast: What’s New in Xamarin.Forms 2.3.3

Pierce Boggan
Pierce Boggan

The Xamarin Show: Grab a Snack Pack!
Oct 28, 2016
Post likes count 0

The Xamarin Show: Grab a Snack Pack!

Cody Beyer
Cody Beyer

Adding the Microsoft Graph to Your Xamarin.Forms Mobile Apps
Oct 26, 2016
Post likes count 0

Adding the Microsoft Graph to Your Xamarin.Forms Mobile Apps

Mayur Tendulkar
Mayur Tendulkar

Kickstart Your Project with Our New Bootstrapped Mobile Apps
Oct 25, 2016
Post likes count 0

Kickstart Your Project with Our New Bootstrapped Mobile Apps

Pierce Boggan
Pierce Boggan

Mobile Leaders Podcast | Understanding the Uniqueness of Mobile DevOps with Roy Cornelissen, Xpirit
Create a Game with iOS 10 and Message App Extensions
Oct 19, 2016
Post likes count 0

Create a Game with iOS 10 and Message App Extensions

John Miller
John Miller

Xamarin.Forms Book Now Available in Easy to Digest Chapter Summaries
Oct 18, 2016
Post likes count 0

Xamarin.Forms Book Now Available in Easy to Digest Chapter Summaries

Charles Petzold
Charles Petzold

Understanding Android’s Doze Functionality
Oct 12, 2016
Post likes count 0

Understanding Android’s Doze Functionality

James Montemagno
James Montemagno

Bringing Platform-Specific Functionality to Xamarin.Forms Apps
Oct 11, 2016
Post likes count 0

Bringing Platform-Specific Functionality to Xamarin.Forms Apps

Pierce Boggan
Pierce Boggan

Mobile Leaders Podcast | Enterprise Mobility Trends with Maribel Lopez: Where Are Things Headed?
Easier App Debugging with Xamarin Studio Run Configurations
Oct 6, 2016
Post likes count 0

Easier App Debugging with Xamarin Studio Run Configurations

Pierce Boggan
Pierce Boggan

Xamarin Developer Events in October
Sep 30, 2016
Post likes count 0

Xamarin Developer Events in October

Jayme Singleton
Jayme Singleton

Adding Bindable Native Views Directly to XAML
Sep 29, 2016
Post likes count 0

Adding Bindable Native Views Directly to XAML

Pierce Boggan
Pierce Boggan

A Step-by-Step Guide to Building a Profitable Mobile Services Business Through Mobile DevOps
Android Archiving and Publishing Made Easy
Sep 27, 2016
Post likes count 0

Android Archiving and Publishing Made Easy

James Montemagno
James Montemagno

Speech Recognition in iOS 10
Sep 26, 2016
Post likes count 0

Speech Recognition in iOS 10

Pierce Boggan
Pierce Boggan

Iowa Caucuses Launch Inaugural Polling Apps with Xamarin
Sep 22, 2016
Post likes count 0

Iowa Caucuses Launch Inaugural Polling Apps with Xamarin

Lacey Butler
Lacey Butler

Enhanced Notifications in Android N with Direct Reply
Sep 20, 2016
Post likes count 0

Enhanced Notifications in Android N with Direct Reply

James Montemagno
James Montemagno

New iOS 10 Privacy Permission Settings
Sep 19, 2016
Post likes count 0

New iOS 10 Privacy Permission Settings

James Montemagno
James Montemagno

Scaling from Side Project to 200,000+ Downloads with Xamarin and Microsoft Azure
Start Building Azure-Connected Apps with the Xamarin Shopping Demo App
Major Updates: iOS 10, Android Nougat, and Other Tasty Bits
Sep 13, 2016
Post likes count 0

Major Updates: iOS 10, Android Nougat, and Other Tasty Bits

Miguel de Icaza
Miguel de Icaza

Podcast: iOS 10, iPhone 7, Apple Watch Series 2, and more!
Sep 12, 2016
Post likes count 0

Podcast: iOS 10, iPhone 7, Apple Watch Series 2, and more!

Pierce Boggan
Pierce Boggan

Preparing for Native Library Linking Changes in Android N
Sep 9, 2016
Post likes count 0

Preparing for Native Library Linking Changes in Android N

James Montemagno
James Montemagno

Let the iOS 10-ing begin!
Sep 8, 2016
Post likes count 0

Let the iOS 10-ing begin!

Miguel de Icaza
Miguel de Icaza

Introducing The Xamarin Show on Channel 9
Sep 7, 2016
Post likes count 0

Introducing The Xamarin Show on Channel 9

James Montemagno
James Montemagno

Xamarin.Android 7.0 Now With More Nougat
Sep 6, 2016
Post likes count 0

Xamarin.Android 7.0 Now With More Nougat

Miguel de Icaza
Miguel de Icaza

Xamarin Developer Events in September
Sep 2, 2016
Post likes count 0

Xamarin Developer Events in September

Jayme Singleton
Jayme Singleton

Continuous Delivery to Google Play with Team Services
Aug 31, 2016
Post likes count 0

Continuous Delivery to Google Play with Team Services

James Montemagno
James Montemagno

Continuous Integration for iOS Apps with Visual Studio Team Services
Aug 25, 2016
Post likes count 0

Continuous Integration for iOS Apps with Visual Studio Team Services

James Montemagno
James Montemagno

How Olo Powers 150+ Restaurant Ordering Apps with Mobile DevOps
Aug 24, 2016
Post likes count 0

How Olo Powers 150+ Restaurant Ordering Apps with Mobile DevOps

Lacey Butler
Lacey Butler

Creating a Serverless Backend for Mobile Apps
Aug 23, 2016
Post likes count 0

Creating a Serverless Backend for Mobile Apps

James Montemagno
James Montemagno

Podcast: Identity Management in Mobile Apps
Aug 22, 2016
Post likes count 0

Podcast: Identity Management in Mobile Apps

Pierce Boggan
Pierce Boggan

Continuous Integration for Android with Visual Studio Team Services
Aug 18, 2016
Post likes count 0

Continuous Integration for Android with Visual Studio Team Services

James Montemagno
James Montemagno

Authenticating Mobile Apps with Azure Active Directory B2C
Aug 11, 2016
Post comments count 1
Post likes count 0

Authenticating Mobile Apps with Azure Active Directory B2C

Pierce Boggan
Pierce Boggan

Building Custom Animations in Xamarin.Forms
Aug 9, 2016
Post likes count 0

Building Custom Animations in Xamarin.Forms

David Britch
David Britch

Nanoservices for Mobile Apps with Azure Functions
Aug 8, 2016
Post likes count 0

Nanoservices for Mobile Apps with Azure Functions

James Montemagno
James Montemagno

Performing OCR for iOS, Android, and Windows with Microsoft Cognitive Services
Aug 4, 2016
Post comments count 3
Post likes count 0

Performing OCR for iOS, Android, and Windows with Microsoft Cognitive Services

Pierce Boggan
Pierce Boggan

Creating Animations with Xamarin.Forms
Aug 3, 2016
Post comments count 1
Post likes count 0

Creating Animations with Xamarin.Forms

David Britch
David Britch

.NET Standard Library Support for Xamarin
Aug 2, 2016
Post likes count 0

.NET Standard Library Support for Xamarin

James Montemagno
James Montemagno

Xamarin Events in August
Aug 1, 2016
Post likes count 0

Xamarin Events in August

Jayme Singleton
Jayme Singleton

Power Up Visual Studio Using XAML Power Toys
Jul 27, 2016
Post likes count 0

Power Up Visual Studio Using XAML Power Toys

Mayur Tendulkar
Mayur Tendulkar

Preview: Android Nougat is on the Way
Jul 25, 2016
Post likes count 0

Preview: Android Nougat is on the Way

Miguel de Icaza
Miguel de Icaza

Introducing Stack Overflow Documentation
Jul 21, 2016
Post likes count 0

Introducing Stack Overflow Documentation

Craig Dunn
Craig Dunn

Build C# and F# Apps on Your iPad with Continuous Mobile Development Environment
Explore iOS 10, tvOS 10, watchOS 3, and macOS Sierra Previews Today
Jul 19, 2016
Post likes count 0

Explore iOS 10, tvOS 10, watchOS 3, and macOS Sierra Previews Today

Miguel de Icaza
Miguel de Icaza

Podcast: Tools for Creating & Designing Five Star Apps
Jul 18, 2016
Post likes count 0

Podcast: Tools for Creating & Designing Five Star Apps

Pierce Boggan
Pierce Boggan

Creating a Five-Star Search Experience with Azure Search
Jul 13, 2016
Post likes count 0

Creating a Five-Star Search Experience with Azure Search

Mike James
Mike James

RecyclerView: Highly Optimized Collections for Android Apps
Jul 12, 2016
Post likes count 0

RecyclerView: Highly Optimized Collections for Android Apps

James Montemagno
James Montemagno

Let Me Translate That For You: Getting Started with Microsoft Translator Service
Consuming the Microsoft Graph APIs in Xamarin.Forms
Jul 6, 2016
Post likes count 0

Consuming the Microsoft Graph APIs in Xamarin.Forms

Mayur Tendulkar
Mayur Tendulkar

Xamarin Developer Events in July
Jul 1, 2016
Post likes count 0

Xamarin Developer Events in July

Jayme Singleton
Jayme Singleton

Add a Backend to Your App in 10 Minutes
Jun 30, 2016
Post likes count 0

Add a Backend to Your App in 10 Minutes

Pierce Boggan
Pierce Boggan

Adding Facial Recognition to Your Mobile Apps
Jun 22, 2016
Post likes count 0

Adding Facial Recognition to Your Mobile Apps

Pierce Boggan
Pierce Boggan

Making Your iOS Apps IPv6 Ready
Jun 21, 2016
Post likes count 0

Making Your iOS Apps IPv6 Ready

James Montemagno
James Montemagno

Contest: Add the Latest in Xamarin.Forms
Jun 17, 2016
Post likes count 0

Contest: Add the Latest in Xamarin.Forms

Jayme Singleton
Jayme Singleton

Mobile DevOps at Coca-Cola Bottling Co. Consolidated
Jun 16, 2016
Post likes count 0

Mobile DevOps at Coca-Cola Bottling Co. Consolidated

Lacey Butler
Lacey Butler

Flip through items with Xamarin.Forms CarouselView
Jun 15, 2016
Post comments count 1
Post likes count 0

Flip through items with Xamarin.Forms CarouselView

James Montemagno
James Montemagno

WWDC 2016 Recap for iOS Developers
Jun 14, 2016
Post likes count 0

WWDC 2016 Recap for iOS Developers

Mike James
Mike James

Podcast: Xamarin Studio 6, Cycle 7, and more!
Jun 13, 2016
Post likes count 0

Podcast: Xamarin Studio 6, Cycle 7, and more!

Pierce Boggan
Pierce Boggan

The Best of dotnetConf 2016 for Mobile Developers
Jun 13, 2016
Post likes count 0

The Best of dotnetConf 2016 for Mobile Developers

Pierce Boggan
Pierce Boggan

Live from dotNetConf: Cycle 7, Xamarin Studio 6, and more
Jun 8, 2016
Post likes count 0

Live from dotNetConf: Cycle 7, Xamarin Studio 6, and more

Miguel de Icaza
Miguel de Icaza

Local Xamarin Developer Events In June
Jun 1, 2016
Post likes count 0

Local Xamarin Developer Events In June

Jayme Singleton
Jayme Singleton

Join the Xamarin Team for dotNetConf
May 31, 2016
Post likes count 0

Join the Xamarin Team for dotNetConf

Joseph Hill
Joseph Hill

Welcome the Newest Xamarin MVPs!
May 27, 2016
Post likes count 0

Welcome the Newest Xamarin MVPs!

Joseph Hill
Joseph Hill

Mobile Leaders Summit Recording | The Mobile Mind Shift: Opportunities, Challenges, and Solutions for Today’s Mobile Leader
Building Smart Apps with Microsoft Cognitive Services
May 25, 2016
Post likes count 0

Building Smart Apps with Microsoft Cognitive Services

Mike James
Mike James

Authenticate Your Mobile Apps Using Microsoft Authentication Library
May 24, 2016
Post likes count 0

Authenticate Your Mobile Apps Using Microsoft Authentication Library

Mayur Tendulkar
Mayur Tendulkar

Cross-Platform Development with Xamarin.Forms and Realm
May 23, 2016
Post likes count 0

Cross-Platform Development with Xamarin.Forms and Realm

Realm Team
Realm Team

Deep Link Content with Xamarin.Forms URL Navigation
May 18, 2016
Post likes count 0

Deep Link Content with Xamarin.Forms URL Navigation

James Montemagno
James Montemagno

Attend a Xamarin University Spring Fling!
May 17, 2016
Post likes count 0

Attend a Xamarin University Spring Fling!

Karina
Karina

Embedding Native Controls into Xamarin.Forms
May 11, 2016
Post likes count 0

Embedding Native Controls into Xamarin.Forms

James Montemagno
James Montemagno

All Xamarin Evolve 2016 Sessions Now Available
May 6, 2016
Post likes count 0

All Xamarin Evolve 2016 Sessions Now Available

Joseph Hill
Joseph Hill

Xamarin Evolve 2016 Recap
May 4, 2016
Post likes count 0

Xamarin Evolve 2016 Recap

Joseph Hill
Joseph Hill

Dive into a Xamarin User Group in May
May 2, 2016
Post likes count 0

Dive into a Xamarin User Group in May

Jayme Singleton
Jayme Singleton

Browse Through the Xamarin Evolve 2016 Mobile App Source Code
Apr 28, 2016
Post likes count 0

Browse Through the Xamarin Evolve 2016 Mobile App Source Code

James Montemagno
James Montemagno

Live from Evolve: The New, Mobile-Optimized Development Lifecycle
Apr 27, 2016
Post likes count 0

Live from Evolve: The New, Mobile-Optimized Development Lifecycle

keith.ballinger
keith.ballinger

Live from Evolve: Faster and Easier Mobile App Development with Xamarin.Forms
Live from Evolve: Previews and Updates in Xamarin Studio, Xamarin for Visual Studio, and Workbooks
Live From Evolve: Open Source Xamarin, Ready for you!
Apr 27, 2016
Post likes count 0

Live From Evolve: Open Source Xamarin, Ready for you!

Miguel de Icaza
Miguel de Icaza

Xamarin Evolve 2016 Keynote Live Blog
Apr 27, 2016
Post likes count 0

Xamarin Evolve 2016 Keynote Live Blog

Pierce Boggan
Pierce Boggan

Everything You Need to Know About Xamarin Evolve 2016
Apr 26, 2016
Post likes count 0

Everything You Need to Know About Xamarin Evolve 2016

Pierce Boggan
Pierce Boggan

Getting Started with the Media Plugin for Xamarin
Apr 18, 2016
Post comments count 2
Post likes count 0

Getting Started with the Media Plugin for Xamarin

Pierce Boggan
Pierce Boggan

Podcast: Continuous Integration & Deployment
Apr 15, 2016
Post likes count 0

Podcast: Continuous Integration & Deployment

Pierce Boggan
Pierce Boggan

Simple Cross-Platform File IO for iOS, Android, and Windows
Apr 13, 2016
Post likes count 0

Simple Cross-Platform File IO for iOS, Android, and Windows

Pierce Boggan
Pierce Boggan

Customizing Xamarin.Forms Controls with Effects
Apr 12, 2016
Post likes count 0

Customizing Xamarin.Forms Controls with Effects

Nish Anil
Nish Anil

Xamarin Events in April
Apr 1, 2016
Post likes count 0

Xamarin Events in April

Jayme Singleton
Jayme Singleton

Xamarin for Everyone
Mar 31, 2016
Post likes count 0

Xamarin for Everyone

Nat Friedman
Nat Friedman

Simplify Sharing with Plugins for Xamarin
Mar 29, 2016
Post likes count 0

Simplify Sharing with Plugins for Xamarin

Pierce Boggan
Pierce Boggan

Cross-Platform Messaging for iOS, Android, and Windows
Mar 22, 2016
Post likes count 0

Cross-Platform Messaging for iOS, Android, and Windows

Pierce Boggan
Pierce Boggan

Performing Background Data Refresh for Android
Mar 15, 2016
Post likes count 0

Performing Background Data Refresh for Android

Pierce Boggan
Pierce Boggan

How to Build a Custom Camera Display with AVFoundation
Mar 9, 2016
Post likes count 0

How to Build a Custom Camera Display with AVFoundation

Pierce Boggan
Pierce Boggan

App Theming with Xamarin.Forms Control Templates
Mar 8, 2016
Post likes count 0

App Theming with Xamarin.Forms Control Templates

David Britch
David Britch

Barcode Scanning Made Easy with ZXing.Net Mobile
Mar 7, 2016
Post comments count 2
Post likes count 0

Barcode Scanning Made Easy with ZXing.Net Mobile

James Montemagno
James Montemagno

Personalized Experiences with Azure Mobile Apps Authentication
Mar 3, 2016
Post likes count 0

Personalized Experiences with Azure Mobile Apps Authentication

James Montemagno
James Montemagno

Customizing ListView Cells with Xamarin.Forms’ DataTemplateSelector
Mar 2, 2016
Post comments count 1
Post likes count 0

Customizing ListView Cells with Xamarin.Forms’ DataTemplateSelector

Nish Anil
Nish Anil

Add Background Data Refresh to Your iOS Apps
Mar 1, 2016
Post likes count 0

Add Background Data Refresh to Your iOS Apps

Mike James
Mike James

Xamarin Events This March
Feb 29, 2016
Post likes count 0

Xamarin Events This March

Jayme Singleton
Jayme Singleton

DuPont Diagnostics Takes Test Results Mobile with Xamarin
Feb 28, 2016
Post likes count 0

DuPont Diagnostics Takes Test Results Mobile with Xamarin

Jo Ann Buckner
Jo Ann Buckner

A Xamarin + Microsoft Future
Feb 24, 2016
Post likes count 0

A Xamarin + Microsoft Future

Nat Friedman
Nat Friedman

Introduction to XAML
Feb 23, 2016
Post likes count 0

Introduction to XAML

David Britch
David Britch

Cross-Platform 2D Graphics with SkiaSharp
Feb 22, 2016
Post likes count 0

Cross-Platform 2D Graphics with SkiaSharp

Miguel de Icaza
Miguel de Icaza

Building Dynamic Layouts for iOS with UIStackView
Feb 15, 2016
Post likes count 0

Building Dynamic Layouts for iOS with UIStackView

Mike James
Mike James

Building Your First Game with MonoGame: Finishing the App
Feb 12, 2016
Post likes count 0

Building Your First Game with MonoGame: Finishing the App

Dean Ellis
Dean Ellis

Build Your First Game with MonoGame: Getting Started
Feb 11, 2016
Post likes count 0

Build Your First Game with MonoGame: Getting Started

Dean Ellis
Dean Ellis

Podcast: Simplify Your Code With C# 6
Feb 5, 2016
Post likes count 0

Podcast: Simplify Your Code With C# 6

Pierce Boggan
Pierce Boggan

Easy App Theming with Xamarin.Forms
Feb 3, 2016
Post likes count 0

Easy App Theming with Xamarin.Forms

Pierce Boggan
Pierce Boggan

Turn Events into Commands with Behaviors
Feb 2, 2016
Post likes count 0

Turn Events into Commands with Behaviors

David Britch
David Britch

Xamarin Events in February
Feb 1, 2016
Post likes count 0

Xamarin Events in February

Jayme Singleton
Jayme Singleton

Getting Started with Azure Mobile Apps’ Easy Tables
Jan 28, 2016
Post likes count 0

Getting Started with Azure Mobile Apps’ Easy Tables

James Montemagno
James Montemagno

Simplifying Events with Commanding
Jan 27, 2016
Post likes count 0

Simplifying Events with Commanding

David Britch
David Britch

Xamarin’s Newest Most Valued Professionals
Jan 25, 2016
Post likes count 0

Xamarin’s Newest Most Valued Professionals

Joseph Hill
Joseph Hill

Data Binding Tips and Tricks for iOS, Android, and Windows
Jan 20, 2016
Post likes count 0

Data Binding Tips and Tricks for iOS, Android, and Windows

David Britch
David Britch

Los Angeles Department of Building and Safety Goes Mobile with Xamarin
Sport: A Beautiful Open Source Consumer App
Jan 18, 2016
Post likes count 0

Sport: A Beautiful Open Source Consumer App

Rob DeRosa
Rob DeRosa

Geolocation for iOS, Android, and Windows Made Easy
Jan 14, 2016
Post likes count 0

Geolocation for iOS, Android, and Windows Made Easy

Pierce Boggan
Pierce Boggan

Introduction to Data Binding
Jan 13, 2016
Post likes count 0

Introduction to Data Binding

David Britch
David Britch

Connect with your users with Google Search and App Indexing
Jan 12, 2016
Post likes count 0

Connect with your users with Google Search and App Indexing

James Montemagno
James Montemagno

Happy 2016 from Xamarin!
Jan 11, 2016
Post likes count 0

Happy 2016 from Xamarin!

Joseph Hill
Joseph Hill

Adding Suggestions to Mobile Search with Azure Search
Jan 7, 2016
Post likes count 0

Adding Suggestions to Mobile Search with Azure Search

Mike James
Mike James

The Top 12 Xamarin Blog Posts of 2015
Jan 1, 2016
Post likes count 0

The Top 12 Xamarin Blog Posts of 2015

Courtney Witmer
Courtney Witmer

Auto Layout 101: Building Beautiful, Dynamic UIs for All Devices
Accelerate Mobile App Development with Over 500 Components
Dec 18, 2015
Post likes count 0

Accelerate Mobile App Development with Over 500 Components

Bill Holmes
Bill Holmes

Monitor Azure Resource Usage and Predict Expenses
Dec 17, 2015
Post likes count 0

Monitor Azure Resource Usage and Predict Expenses

Mayur Tendulkar
Mayur Tendulkar

Build Your Own Game Levels with CoinTime
Dec 16, 2015
Post likes count 0

Build Your Own Game Levels with CoinTime

Craig Dunn
Craig Dunn

Indie Game Developers Get Xamarin for Free
Dec 15, 2015
Post likes count 0

Indie Game Developers Get Xamarin for Free

Joseph Hill
Joseph Hill

Optimizing Xamarin.Forms Apps for Maximum Performance
Dec 10, 2015
Post likes count 0

Optimizing Xamarin.Forms Apps for Maximum Performance

Pierce Boggan
Pierce Boggan

Pressure Sensitive Gestures with 3D Touch and iOS 9
Dec 7, 2015
Post likes count 0

Pressure Sensitive Gestures with 3D Touch and iOS 9

Kevin Mullins
Kevin Mullins

Podcast: Exploring Xamarin 4
Dec 4, 2015
Post likes count 0

Podcast: Exploring Xamarin 4

Pierce Boggan
Pierce Boggan

3D Game Engine for Android, iOS, and .NET
Dec 2, 2015
Post likes count 0

3D Game Engine for Android, iOS, and .NET

Miguel de Icaza
Miguel de Icaza

Inspect, Visualize, and Debug Your App Live
Dec 1, 2015
Post likes count 0

Inspect, Visualize, and Debug Your App Live

James Montemagno
James Montemagno

Getting Started with Xamarin.Forms 2.0’s Windows 10 Preview
Nov 23, 2015
Post likes count 0

Getting Started with Xamarin.Forms 2.0’s Windows 10 Preview

James Montemagno
James Montemagno

Get Started with Xamarin 4 Today
Nov 19, 2015
Post likes count 0

Get Started with Xamarin 4 Today

Bryan Costanich
Bryan Costanich

Xamarin and Microsoft Create the New Standard for Enterprise Mobility
Introducing Xamarin 4: Everything You Need to Build Great Apps
Nov 17, 2015
Post likes count 0

Introducing Xamarin 4: Everything You Need to Build Great Apps

Nat Friedman
Nat Friedman

Announcing Xamarin’s New Elite Consulting Partners!
Nov 12, 2015
Post likes count 0

Announcing Xamarin’s New Elite Consulting Partners!

Greg Urquhart
Greg Urquhart

Storytelling App Storyo Goes Cross-Platform with Xamarin
Nov 10, 2015
Post likes count 0

Storytelling App Storyo Goes Cross-Platform with Xamarin

Jo Ann Buckner
Jo Ann Buckner

Getting Started with Handoff in iOS
Nov 9, 2015
Post likes count 0

Getting Started with Handoff in iOS

James Montemagno
James Montemagno

Captio Apps Offers Enterpise Expense Reporting
Nov 6, 2015
Post likes count 0

Captio Apps Offers Enterpise Expense Reporting

Steven Yi
Steven Yi

Keep Users Engaged with iOS 9’s SFSafariViewController
Nov 5, 2015
Post likes count 0

Keep Users Engaged with iOS 9’s SFSafariViewController

Mike James
Mike James

New Preview: Xamarin Inspector
Nov 4, 2015
Post likes count 0

New Preview: Xamarin Inspector

Miguel de Icaza
Miguel de Icaza

New & Improved Google Play Services for Android
Nov 3, 2015
Post likes count 0

New & Improved Google Play Services for Android

Jon Dick
Jon Dick

Is Your App Ready For iOS 9?
Nov 2, 2015
Post likes count 0

Is Your App Ready For iOS 9?

James Montemagno
James Montemagno

Developer Events in November
Nov 2, 2015
Post likes count 0

Developer Events in November

Jayme Singleton
Jayme Singleton

Don’t delay: Try RC1 today!
Oct 30, 2015
Post likes count 0

Don’t delay: Try RC1 today!

Miguel de Icaza
Miguel de Icaza

Welcome Xamarin’s Newest MVPs!
Oct 28, 2015
Post likes count 0

Welcome Xamarin’s Newest MVPs!

Joseph Hill
Joseph Hill

Picturex Secures Photo Sharing for Enterprises with Xamarin
Oct 26, 2015
Post likes count 0

Picturex Secures Photo Sharing for Enterprises with Xamarin

Jo Ann Buckner
Jo Ann Buckner

Material Design for Your Xamarin.Forms Android Apps
Oct 21, 2015
Post likes count 0

Material Design for Your Xamarin.Forms Android Apps

James Montemagno
James Montemagno

Easily Authenticate Users with Android’s Confirm Credential
Oct 19, 2015
Post likes count 0

Easily Authenticate Users with Android’s Confirm Credential

James Montemagno
James Montemagno

Xamarin Dev Days: The Final Frontier
Oct 16, 2015
Post likes count 0

Xamarin Dev Days: The Final Frontier

James Montemagno
James Montemagno

Join Xamarin at a Visual Studio Launch Event Near You
Oct 15, 2015
Post likes count 0

Join Xamarin at a Visual Studio Launch Event Near You

James Montemagno
James Montemagno

Is Your App Ready for Android Marshmallow?
Oct 12, 2015
Post likes count 0

Is Your App Ready for Android Marshmallow?

James Montemagno
James Montemagno

Mix Some Marshmallow Into Your Android Apps
Oct 8, 2015
Post likes count 0

Mix Some Marshmallow Into Your Android Apps

Miguel de Icaza
Miguel de Icaza

Be First To Try Our New Release Candidate
Oct 6, 2015
Post likes count 0

Be First To Try Our New Release Candidate

Miguel de Icaza
Miguel de Icaza

World Bank App Makes Complex Surveys Accessible Anywhere
Oct 5, 2015
Post likes count 0

World Bank App Makes Complex Surveys Accessible Anywhere

Jo Ann Buckner
Jo Ann Buckner

Fall into New Xamarin Events in October!
Sep 30, 2015
Post likes count 0

Fall into New Xamarin Events in October!

Jayme Singleton
Jayme Singleton

Xamarin & Azure Apps Everywhere at AzureCon
Sep 29, 2015
Post likes count 0

Xamarin & Azure Apps Everywhere at AzureCon

James Montemagno
James Montemagno

Xamarin Podcast: Reviewing iOS 9, tvOS, and More!
Sep 25, 2015
Post likes count 0

Xamarin Podcast: Reviewing iOS 9, tvOS, and More!

Pierce Boggan
Pierce Boggan

Add a Conversation to your Android App with Voice Interactions
Sep 24, 2015
Post likes count 0

Add a Conversation to your Android App with Voice Interactions

James Montemagno
James Montemagno

Requesting Runtime Permissions in Android Marshmallow
Sep 21, 2015
Post likes count 0

Requesting Runtime Permissions in Android Marshmallow

James Montemagno
James Montemagno

Bring Android Pay to Your Apps with Stripe
Sep 17, 2015
Post comments count 2
Post likes count 0

Bring Android Pay to Your Apps with Stripe

Jon Dick
Jon Dick

Xamarin for iOS 9: Search Deeper
Sep 16, 2015
Post likes count 0

Xamarin for iOS 9: Search Deeper

Miguel de Icaza
Miguel de Icaza

reed.co.uk Recruits Xamarin Platform, Test Cloud, and Insights
Sep 15, 2015
Post likes count 0

reed.co.uk Recruits Xamarin Platform, Test Cloud, and Insights

Jo Ann Buckner
Jo Ann Buckner

Now Playing: iOS 9, Up Next: tvOS
Sep 10, 2015
Post likes count 0

Now Playing: iOS 9, Up Next: tvOS

Miguel de Icaza
Miguel de Icaza

Join Xamarin for an Oracle Cloud Day Near You
Sep 8, 2015
Post likes count 0

Join Xamarin for an Oracle Cloud Day Near You

Lacey Butler
Lacey Butler

watchOS 2: Preview and Updates
Sep 7, 2015
Post likes count 0

watchOS 2: Preview and Updates

Miguel de Icaza
Miguel de Icaza

Improve Discoverability with Search in iOS 9
Sep 3, 2015
Post likes count 0

Improve Discoverability with Search in iOS 9

Mike James
Mike James

Simplified Office Integration with the O365 Unified API
Sep 2, 2015
Post likes count 0

Simplified Office Integration with the O365 Unified API

Mayur Tendulkar
Mayur Tendulkar

Xamarin Events in September
Aug 28, 2015
Post likes count 0

Xamarin Events in September

Jayme Singleton
Jayme Singleton

Easily Automate Your Xamarin.Forms Apps
Aug 27, 2015
Post likes count 0

Easily Automate Your Xamarin.Forms Apps

James Montemagno
James Montemagno

Securing Your App with Touch ID
Aug 26, 2015
Post likes count 0

Securing Your App with Touch ID

Mike James
Mike James

Mobile Apps with Visual Basic & Xamarin.Forms
Aug 25, 2015
Post likes count 0

Mobile Apps with Visual Basic & Xamarin.Forms

Craig Dunn
Craig Dunn

Rapid Mobile App Prototyping with Xamarin.Forms
Aug 24, 2015
Post likes count 0

Rapid Mobile App Prototyping with Xamarin.Forms

James Montemagno
James Montemagno

Mars Petcare Improves Engagement 10x with Xamarin
Aug 20, 2015
Post likes count 0

Mars Petcare Improves Engagement 10x with Xamarin

Jo Ann Buckner
Jo Ann Buckner

Using Auto Layouts for iOS 9 SplitView
Aug 18, 2015
Post likes count 0

Using Auto Layouts for iOS 9 SplitView

Mike James
Mike James

Visualize Your Data with Charts, Graphs, and Xamarin.Forms
Aug 11, 2015
Post likes count 0

Visualize Your Data with Charts, Graphs, and Xamarin.Forms

James Montemagno
James Montemagno

Pearson is at the Top of the Class with Xamarin
Aug 10, 2015
Post likes count 0

Pearson is at the Top of the Class with Xamarin

Jo Ann Buckner
Jo Ann Buckner

Put Some Azure Active Directory in Xamarin.Forms
Aug 5, 2015
Post comments count 1
Post likes count 0

Put Some Azure Active Directory in Xamarin.Forms

Mayur Tendulkar
Mayur Tendulkar

Bringing Xamarin.Forms Apps to Tablets
Aug 3, 2015
Post likes count 0

Bringing Xamarin.Forms Apps to Tablets

James Montemagno
James Montemagno

Building Apps for a Connected World
Jul 31, 2015
Post likes count 0

Building Apps for a Connected World

Pierce Boggan
Pierce Boggan

Close Out Summer with Xamarin Events in August!
Jul 30, 2015
Post likes count 0

Close Out Summer with Xamarin Events in August!

Jayme Singleton
Jayme Singleton

Build Your Own Messaging App in XAML
Jul 23, 2015
Post likes count 0

Build Your Own Messaging App in XAML

Pierce Boggan
Pierce Boggan

Xamarin’s Newest MVPs are here!
Jul 21, 2015
Post likes count 0

Xamarin’s Newest MVPs are here!

Joseph Hill
Joseph Hill

Same Day Xamarin Support for Visual Studio 2015
Jul 20, 2015
Post likes count 0

Same Day Xamarin Support for Visual Studio 2015

Miguel de Icaza
Miguel de Icaza

Can’t Miss Community Content
Jul 17, 2015
Post likes count 0

Can’t Miss Community Content

Pierce Boggan
Pierce Boggan

Save the Date for Xamarin Evolve 2016
Jul 16, 2015
Post likes count 0

Save the Date for Xamarin Evolve 2016

Joseph Hill
Joseph Hill

Share Even More Code with Plugins for Xamarin
Jul 15, 2015
Post likes count 0

Share Even More Code with Plugins for Xamarin

Pierce Boggan
Pierce Boggan

Novarum DX Transforms Global Health Initiatives with Xamarin
Jul 14, 2015
Post likes count 0

Novarum DX Transforms Global Health Initiatives with Xamarin

Jo Ann Buckner
Jo Ann Buckner

Beautiful Material Design with the Android Support Design Library
Jul 13, 2015
Post likes count 0

Beautiful Material Design with the Android Support Design Library

James Montemagno
James Montemagno

Customize Your Xamarin.Forms App With Pages For Each Platform
Jul 9, 2015
Post likes count 0

Customize Your Xamarin.Forms App With Pages For Each Platform

Pierce Boggan
Pierce Boggan

Connect to Customers with My Shoppe
Jul 6, 2015
Post likes count 0

Connect to Customers with My Shoppe

James Montemagno
James Montemagno

iOS 9 Preview Now Available
Jul 1, 2015
Post likes count 0

iOS 9 Preview Now Available

Miguel de Icaza
Miguel de Icaza

Summer Fun with Xamarin Events in July
Jun 30, 2015
Post likes count 0

Summer Fun with Xamarin Events in July

Jayme Singleton
Jayme Singleton

What’s New in Google Play services
Jun 29, 2015
Post likes count 0

What’s New in Google Play services

James Montemagno
James Montemagno

Build and Debug C++ Libraries in Xamarin.Android Apps with Visual Studio 2015
Android M Preview Now Available
Jun 23, 2015
Post likes count 0

Android M Preview Now Available

Miguel de Icaza
Miguel de Icaza

Extending Xamarin.Forms Controls with Custom Renderers
Jun 22, 2015
Post likes count 0

Extending Xamarin.Forms Controls with Custom Renderers

Pierce Boggan
Pierce Boggan

Newest Content from our Community
Jun 19, 2015
Post likes count 0

Newest Content from our Community

Pierce Boggan
Pierce Boggan

Expand Your App’s Reach with Google’s App Invites
Jun 17, 2015
Post likes count 0

Expand Your App’s Reach with Google’s App Invites

James Montemagno
James Montemagno

Forums Updates: Badges and More!
Jun 15, 2015
Post likes count 0

Forums Updates: Badges and More!

Jayme Singleton
Jayme Singleton

Xamarin Podcast: WWDC and Google I/O 2015
Jun 12, 2015
Post likes count 0

Xamarin Podcast: WWDC and Google I/O 2015

Pierce Boggan
Pierce Boggan

Crafting 5 Star iOS Experiences with Transitions
Jun 11, 2015
Post likes count 0

Crafting 5 Star iOS Experiences with Transitions

Mike James
Mike James

Keep Users from Leaving Your App with Chrome Custom Tabs
Jun 10, 2015
Post likes count 0

Keep Users from Leaving Your App with Chrome Custom Tabs

Jon Dick
Jon Dick

WWDC 2015 Recap for iOS Developers
Jun 9, 2015
Post likes count 0

WWDC 2015 Recap for iOS Developers

Mike James
Mike James

Put Some Cyanogen in Your Xamarin Apps
Jun 8, 2015
Post likes count 0

Put Some Cyanogen in Your Xamarin Apps

Jon Dick
Jon Dick

Catch Up on Xamarin Community Contributions This Weekend
Jun 5, 2015
Post likes count 0

Catch Up on Xamarin Community Contributions This Weekend

Pierce Boggan
Pierce Boggan

Add Collaboration To Your Mobile Apps with SharePoint
Jun 4, 2015
Post comments count 1
Post likes count 0

Add Collaboration To Your Mobile Apps with SharePoint

Mayur Tendulkar
Mayur Tendulkar

Build Your Own Selfies App with Xamarin.Forms and Azure
Jun 3, 2015
Post likes count 0

Build Your Own Selfies App with Xamarin.Forms and Azure

Pierce Boggan
Pierce Boggan

iOS Development for Windows Developers
Jun 2, 2015
Post likes count 0

iOS Development for Windows Developers

Mike James
Mike James

Google I/O 2015 Recap For Android Developers
Jun 1, 2015
Post likes count 0

Google I/O 2015 Recap For Android Developers

James Montemagno
James Montemagno

Get the Summer Going with Xamarin Events in June
May 29, 2015
Post likes count 0

Get the Summer Going with Xamarin Events in June

Jayme Singleton
Jayme Singleton

Case Study: Development Time Slashed by 50% for Leading Transport Company
Get Started with HomeKit
May 20, 2015
Post likes count 0

Get Started with HomeKit

Mike James
Mike James

Community Contributions You Won’t Want to Miss
May 15, 2015
Post likes count 0

Community Contributions You Won’t Want to Miss

Joseph Hill
Joseph Hill

Crafting 5 Star iOS Experiences With Animations
May 14, 2015
Post likes count 0

Crafting 5 Star iOS Experiences With Animations

Mike James
Mike James

A Scalable Introduction to Vector Drawables
May 12, 2015
Post likes count 0

A Scalable Introduction to Vector Drawables

Jérémie Laval
Jérémie Laval

Android Tips: Hello AppCompatActivity, Goodbye ActionBarActivity
May 8, 2015
Post likes count 0

Android Tips: Hello AppCompatActivity, Goodbye ActionBarActivity

James Montemagno
James Montemagno

Champion San Jose Earthquakes Win with Xamarin.Forms and Xamarin Insights
Build 2015: Visual Studio Integration & Developer Celebrations
May 5, 2015
Post likes count 0

Build 2015: Visual Studio Integration & Developer Celebrations

Joseph Hill
Joseph Hill

Xamarin Events Happening in May
May 4, 2015
Post likes count 0

Xamarin Events Happening in May

Jayme Singleton
Jayme Singleton

Xamarin Passes 1 Million Developer Milestone
Apr 29, 2015
Post likes count 0

Xamarin Passes 1 Million Developer Milestone

Nat Friedman
Nat Friedman

Lollipop Support comes to the Xamarin Android Player
Apr 23, 2015
Post likes count 0

Lollipop Support comes to the Xamarin Android Player

Miguel de Icaza
Miguel de Icaza

A Warm Welcome to the Newest Xamarin MVPs
Apr 20, 2015
Post likes count 0

A Warm Welcome to the Newest Xamarin MVPs

Joseph Hill
Joseph Hill

More Material Design for Your Android Apps
Apr 16, 2015
Post likes count 0

More Material Design for Your Android Apps

James Montemagno
James Montemagno

Crédito Agrícola Banks on Xamarin Platform, Test Cloud, and Insights
Join Xamarin at Mobile Dev + Test in San Diego, CA
Apr 10, 2015
Post likes count 0

Join Xamarin at Mobile Dev + Test in San Diego, CA

Dan Waters
Dan Waters

Xamarin’s Got Game (Development)
Apr 9, 2015
Post likes count 0

Xamarin’s Got Game (Development)

Victor Chelaru
Victor Chelaru

Spring Forward with Xamarin Events in April
Apr 1, 2015
Post likes count 0

Spring Forward with Xamarin Events in April

Jayme Singleton
Jayme Singleton

Creating Beautiful iOS Controls with PaintCode
Mar 30, 2015
Post likes count 0

Creating Beautiful iOS Controls with PaintCode

Mike James
Mike James

Xamarin Tech Partner Update: Spotlight on iBeacons
Mar 26, 2015
Post likes count 0

Xamarin Tech Partner Update: Spotlight on iBeacons

Joseph Hill
Joseph Hill

Add Storage to Your Apps with Office 365
Mar 25, 2015
Post likes count 0

Add Storage to Your Apps with Office 365

Mayur Tendulkar
Mayur Tendulkar

Android Tips: Immersive Panoramic Google Maps
Mar 23, 2015
Post likes count 0

Android Tips: Immersive Panoramic Google Maps

James Montemagno
James Montemagno

Exciting Xamarin Announcements from dotnetConf
Mar 19, 2015
Post likes count 0

Exciting Xamarin Announcements from dotnetConf

James Montemagno
James Montemagno

Microsoft Band SDK Now Available
Mar 18, 2015
Post likes count 0

Microsoft Band SDK Now Available

Matthew Leibowitz
Matthew Leibowitz

The Channel 9 Xamarin Invasion Advances
Mar 16, 2015
Post likes count 0

The Channel 9 Xamarin Invasion Advances

James Montemagno
James Montemagno

Like Clockwork, Xamarin Releases Watch Kit Support
Mar 10, 2015
Post likes count 0

Like Clockwork, Xamarin Releases Watch Kit Support

Miguel de Icaza
Miguel de Icaza

Android Tips: Faster Maps with Google Maps Lite
Mar 4, 2015
Post likes count 0

Android Tips: Faster Maps with Google Maps Lite

James Montemagno
James Montemagno

Follow the Rainbow to Xamarin Events in March!
Mar 2, 2015
Post likes count 0

Follow the Rainbow to Xamarin Events in March!

Jayme Singleton
Jayme Singleton

Triggers in Xamarin.Forms
Feb 25, 2015
Post comments count 2
Post likes count 0

Triggers in Xamarin.Forms

Nish Anil
Nish Anil

Adding Real-world Context with Estimote Beacons and Stickers
Feb 23, 2015
Post likes count 0

Adding Real-world Context with Estimote Beacons and Stickers

James Montemagno
James Montemagno

Code Sharing Strategies for iOS & Mac
Feb 19, 2015
Post likes count 0

Code Sharing Strategies for iOS & Mac

Mike James
Mike James

StepCounter Gets in Shape
Feb 17, 2015
Post likes count 0

StepCounter Gets in Shape

Mike James
Mike James

Creating Your First WatchKit App
Feb 12, 2015
Post likes count 0

Creating Your First WatchKit App

Craig Dunn
Craig Dunn

Behaviors in Xamarin.Forms
Feb 11, 2015
Post comments count 2
Post likes count 0

Behaviors in Xamarin.Forms

Nish Anil
Nish Anil

300 Components and Counting
Feb 5, 2015
Post likes count 0

300 Components and Counting

Bill Holmes
Bill Holmes

Announcing the Xamarin.Forms Book Second Preview Edition!
Feb 3, 2015
Post likes count 0

Announcing the Xamarin.Forms Book Second Preview Edition!

Craig Dunn
Craig Dunn

Fall in Love with Xamarin Events Around the World!
Jan 30, 2015
Post likes count 0

Fall in Love with Xamarin Events Around the World!

Jayme Singleton
Jayme Singleton

Android Tips: Hello Material Design v7 AppCompat
Jan 28, 2015
Post likes count 0

Android Tips: Hello Material Design v7 AppCompat

James Montemagno
James Montemagno

Unified API Migration Example with the Dutch Spelling App
Jan 27, 2015
Post likes count 0

Unified API Migration Example with the Dutch Spelling App

Mike James
Mike James

Xamarin MVPs Expand with More Awesome!
Jan 23, 2015
Post likes count 0

Xamarin MVPs Expand with More Awesome!

Joseph Hill
Joseph Hill

Authenticate Xamarin Mobile Apps Using Azure Active Directory
Jan 21, 2015
Post likes count 0

Authenticate Xamarin Mobile Apps Using Azure Active Directory

Mayur Tendulkar
Mayur Tendulkar

Introducing the Xamarin WatchKit Preview
Jan 20, 2015
Post likes count 0

Introducing the Xamarin WatchKit Preview

Miguel de Icaza
Miguel de Icaza

New Xamarin Profiler Preview
Jan 14, 2015
Post likes count 0

New Xamarin Profiler Preview

Nina Vyedin
Nina Vyedin

Major Enhancements to Xamarin.Forms
Jan 13, 2015
Post likes count 0

Major Enhancements to Xamarin.Forms

James Montemagno
James Montemagno

Xamarin.iOS Unified API with 64-bit Support
Jan 12, 2015
Post likes count 0

Xamarin.iOS Unified API with 64-bit Support

Miguel de Icaza
Miguel de Icaza

Amazing Community-Built Plugins for Xamarin
Jan 8, 2015
Post likes count 0

Amazing Community-Built Plugins for Xamarin

James Montemagno
James Montemagno

Happy 2015 from Xamarin!
Jan 7, 2015
Post likes count 0

Happy 2015 from Xamarin!

Joseph Hill
Joseph Hill

Update on Xamarin.iOS Unified API Release Plans
Jan 6, 2015
Post likes count 0

Update on Xamarin.iOS Unified API Release Plans

Miguel de Icaza
Miguel de Icaza

The Top 12 Xamarin Blog Posts of 2014
Dec 29, 2014
Post likes count 0

The Top 12 Xamarin Blog Posts of 2014

Courtney Witmer
Courtney Witmer

Extending Xamarin.Forms with Control Plugins
Dec 22, 2014
Post likes count 0

Extending Xamarin.Forms with Control Plugins

James Montemagno
James Montemagno

Elegant Circle Images in Xamarin.Forms
Dec 19, 2014
Post likes count 0

Elegant Circle Images in Xamarin.Forms

James Montemagno
James Montemagno

Xamarin Android Player Update Brings New Features & Devices
Dec 15, 2014
Post likes count 0

Xamarin Android Player Update Brings New Features & Devices

James Montemagno
James Montemagno

Apple’s February 1st Deadline and Xamarin 64-bit Support
Dec 11, 2014
Post likes count 0

Apple’s February 1st Deadline and Xamarin 64-bit Support

Miguel de Icaza
Miguel de Icaza

Creating Reusable Plugins for Xamarin and Xamarin.Forms
Dec 5, 2014
Post likes count 0

Creating Reusable Plugins for Xamarin and Xamarin.Forms

James Montemagno
James Montemagno

Android Tips: Hello Toolbar, Goodbye Action Bar
Nov 25, 2014
Post likes count 0

Android Tips: Hello Toolbar, Goodbye Action Bar

James Montemagno
James Montemagno

Real-Time Code Iteration with Sketches
Nov 20, 2014
Post likes count 0

Real-Time Code Iteration with Sketches

Mike Bluestein
Mike Bluestein

Help Test the Future of Xamarin.Mac
Nov 19, 2014
Post likes count 0

Help Test the Future of Xamarin.Mac

Miguel de Icaza
Miguel de Icaza

Programming for Google Cardboard on iOS using F#
Nov 7, 2014
Post likes count 0

Programming for Google Cardboard on iOS using F#

Larry O'Brien
Larry O'Brien

Xamarin for Students
Nov 5, 2014
Post likes count 0

Xamarin for Students

Joseph Hill
Joseph Hill

iBeacons Everywhere
Oct 31, 2014
Post likes count 0

iBeacons Everywhere

Pierce Boggan
Pierce Boggan

Xamarin.Forms Book Preview Edition Available Now
Oct 20, 2014
Post likes count 0

Xamarin.Forms Book Preview Edition Available Now

Craig Dunn
Craig Dunn

Xamarin Platform Previews
Oct 8, 2014
Post likes count 0

Xamarin Platform Previews

Miguel de Icaza
Miguel de Icaza

Enterprise Component Vendors Join Xamarin.Forms Ecosystem
Oct 8, 2014
Post likes count 0

Enterprise Component Vendors Join Xamarin.Forms Ecosystem

Joseph Hill
Joseph Hill

Add Some Punch to Your Apps with iOS 8
Sep 19, 2014
Post likes count 0

Add Some Punch to Your Apps with iOS 8

Bryan Costanich
Bryan Costanich

iOS 8 Bigger and Better with Xamarin
Sep 10, 2014
Post likes count 0

iOS 8 Bigger and Better with Xamarin

Miguel de Icaza
Miguel de Icaza

Evolve Countdown iOS 8 Today Widget
Sep 8, 2014
Post likes count 0

Evolve Countdown iOS 8 Today Widget

Pierce Boggan
Pierce Boggan

Xamarin.Android Garbage Collection Improvements
Sep 8, 2014
Post likes count 0

Xamarin.Android Garbage Collection Improvements

Rodrigo Kumpera
Rodrigo Kumpera

Mobile .NET and Xamarin Meetups for September
Aug 29, 2014
Post likes count 0

Mobile .NET and Xamarin Meetups for September

Jayme Singleton
Jayme Singleton

Tips for your First Wear App
Aug 27, 2014
Post likes count 0

Tips for your First Wear App

Jérémie Laval
Jérémie Laval

Introduction to Android Material Design
Aug 26, 2014
Post likes count 0

Introduction to Android Material Design

James Montemagno
James Montemagno

Major Xamarin.Mac Updates
Aug 19, 2014
Post likes count 0

Major Xamarin.Mac Updates

Miguel de Icaza
Miguel de Icaza

Unified API with 64-bit Support for iOS and Mac
Aug 19, 2014
Post likes count 0

Unified API with 64-bit Support for iOS and Mac

Miguel de Icaza
Miguel de Icaza

Android L Developer Preview & Android Wear Support
Aug 14, 2014
Post likes count 0

Android L Developer Preview & Android Wear Support

Miguel de Icaza
Miguel de Icaza

Tom Hanks’ Vintage-Typewriter Inspired Hanx Writer App
Aug 14, 2014
Post likes count 0

Tom Hanks’ Vintage-Typewriter Inspired Hanx Writer App

Pierce Boggan
Pierce Boggan

Pack Xamarin in your Cardboard
Aug 13, 2014
Post likes count 0

Pack Xamarin in your Cardboard

Jérémie Laval
Jérémie Laval

Introducing CocosSharp
Aug 12, 2014
Post likes count 0

Introducing CocosSharp

Miguel de Icaza
Miguel de Icaza

Mobile .NET and Xamarin Meetups in August
Aug 4, 2014
Post likes count 0

Mobile .NET and Xamarin Meetups in August

Jayme Singleton
Jayme Singleton

Put Some Office 365 in Your Apps
Jul 30, 2014
Post likes count 0

Put Some Office 365 in Your Apps

Mayur Tendulkar
Mayur Tendulkar

Image Detection in iOS 8
Jul 28, 2014
Post likes count 0

Image Detection in iOS 8

Mike Bluestein
Mike Bluestein

New Sprite Kit Physics Features in iOS 8
Jul 23, 2014
Post likes count 0

New Sprite Kit Physics Features in iOS 8

Mike Bluestein
Mike Bluestein

New Collection View Features in iOS 8
Jul 16, 2014
Post likes count 0

New Collection View Features in iOS 8

Mike Bluestein
Mike Bluestein

Xamarin on Film: @dotnetConf & FlashCast
Jul 11, 2014
Post likes count 0

Xamarin on Film: @dotnetConf & FlashCast

James Montemagno
James Montemagno

Adding View Effects in iOS 8
Jul 9, 2014
Post likes count 0

Adding View Effects in iOS 8

Mike Bluestein
Mike Bluestein

Build Great Photo Experiences in iOS 8 with PhotoKit
Jul 7, 2014
Post comments count 1
Post likes count 0

Build Great Photo Experiences in iOS 8 with PhotoKit

Mike Bluestein
Mike Bluestein

Awesome Samples to Jumpstart F# Mobile Development
Jul 3, 2014
Post likes count 0

Awesome Samples to Jumpstart F# Mobile Development

James Montemagno
James Montemagno

Introduction to F# with Xamarin, Part II
Jul 1, 2014
Post likes count 0

Introduction to F# with Xamarin, Part II

Guest Blogger
Guest Blogger

Introduction to F# with Xamarin
Jul 1, 2014
Post likes count 0

Introduction to F# with Xamarin

Guest Blogger
Guest Blogger

Lights, Camera, Action – 3D in iOS 8 with Scene Kit
Jun 26, 2014
Post likes count 0

Lights, Camera, Action – 3D in iOS 8 with Scene Kit

Mike Bluestein
Mike Bluestein

Show Me the XAML
Jun 25, 2014
Post likes count 0

Show Me the XAML

Mike Bluestein
Mike Bluestein

Using Custom Controls in Xamarin.Forms on Android
Jun 23, 2014
Post likes count 0

Using Custom Controls in Xamarin.Forms on Android

James Montemagno
James Montemagno

iOS 8 support
Jun 19, 2014
Post likes count 0

iOS 8 support

Miguel de Icaza
Miguel de Icaza

Don’t Miss the Party! Celebrate Xamarin 3 with Local Developers
Jun 16, 2014
Post likes count 0

Don’t Miss the Party! Celebrate Xamarin 3 with Local Developers

Pierce Boggan
Pierce Boggan

Build Custom Controls with the Xamarin Designer for iOS
Jun 16, 2014
Post likes count 0

Build Custom Controls with the Xamarin Designer for iOS

Mike Bluestein
Mike Bluestein

Cheat Sheet for Top Mobile App Controls
Jun 12, 2014
Post likes count 0

Cheat Sheet for Top Mobile App Controls

Cori Hemmah
Cori Hemmah

Xamarin Hits the Road in Europe
Jun 12, 2014
Post likes count 0

Xamarin Hits the Road in Europe

Joseph Hill
Joseph Hill

Using Custom UIViewControllers in Xamarin.Forms on iOS
Jun 11, 2014
Post likes count 0

Using Custom UIViewControllers in Xamarin.Forms on iOS

Mike Bluestein
Mike Bluestein

Great Content from Our Community
Jun 6, 2014
Post likes count 0

Great Content from Our Community

Pierce Boggan
Pierce Boggan

Xamarin’s First Developer Evangelism Intern
Jun 6, 2014
Post likes count 0

Xamarin’s First Developer Evangelism Intern

Pierce Boggan
Pierce Boggan

Why every mobile developer should be reactive
Jun 5, 2014
Post likes count 0

Why every mobile developer should be reactive

Guest Blogger
Guest Blogger

Developing Native iOS and Android apps in Visual Studio
Jun 4, 2014
Post likes count 0

Developing Native iOS and Android apps in Visual Studio

James Montemagno
James Montemagno

Meet Xamarin.Forms: 3 Native UIs, 1 Shared Code Base
Jun 3, 2014
Post likes count 0

Meet Xamarin.Forms: 3 Native UIs, 1 Shared Code Base

James Montemagno
James Montemagno

iOS User Interface design in Visual Studio and Xamarin Studio
Jun 2, 2014
Post likes count 0

iOS User Interface design in Visual Studio and Xamarin Studio

Pierce Boggan
Pierce Boggan

Pull Request Contest Winners
May 30, 2014
Post likes count 0

Pull Request Contest Winners

Joseph Hill
Joseph Hill

Announcing Xamarin 3
May 28, 2014
Post likes count 0

Announcing Xamarin 3

Nat Friedman
Nat Friedman

Creating Connected App Experiences with App Links
May 15, 2014
Post likes count 0

Creating Connected App Experiences with App Links

Jon Dick
Jon Dick

Get More Ratings for your Apps
May 14, 2014
Post likes count 0

Get More Ratings for your Apps

James Montemagno
James Montemagno

Finding iBeacons with Google Glass
May 13, 2014
Post likes count 0

Finding iBeacons with Google Glass

Chris Hardy
Chris Hardy

Hybrid App Starter Kit
May 12, 2014
Post likes count 0

Hybrid App Starter Kit

Pierce Boggan
Pierce Boggan

Easier Code Sharing Across iOS, Android, and Windows
May 7, 2014
Post likes count 0

Easier Code Sharing Across iOS, Android, and Windows

Nish Anil
Nish Anil

Your Xamarin App in the Living Room with Amazon Fire TV
May 5, 2014
Post likes count 0

Your Xamarin App in the Living Room with Amazon Fire TV

Jon Dick
Jon Dick

Please Sign Here: Open Source Signature Component
May 1, 2014
Post likes count 0

Please Sign Here: Open Source Signature Component

Pierce Boggan
Pierce Boggan

Kick off May with a Mobile C# Meetup
Apr 30, 2014
Post likes count 0

Kick off May with a Mobile C# Meetup

James Montemagno
James Montemagno

Bomb Squad Technicians Safer Thanks to Applied Research Associates and Xamarin
Add Some Sweet Sound to Your App
Apr 24, 2014
Post likes count 0

Add Some Sweet Sound to Your App

Mike Bluestein
Mike Bluestein

Getting Fit With Xamarin Apps
Apr 23, 2014
Post likes count 0

Getting Fit With Xamarin Apps

Nish Anil
Nish Anil

Tips & Tricks for Highly Performing Android ListViews
Apr 22, 2014
Post likes count 0

Tips & Tricks for Highly Performing Android ListViews

James Montemagno
James Montemagno

Easy In App Purchases for iOS
Apr 17, 2014
Post likes count 0

Easy In App Purchases for iOS

Kevin Mullins
Kevin Mullins

C# Meetups featuring Google Glass, Bluetooth LE & More
Apr 15, 2014
Post likes count 0

C# Meetups featuring Google Glass, Bluetooth LE & More

James Montemagno
James Montemagno

Swipe To Refresh added to Android
Apr 9, 2014
Post likes count 0

Swipe To Refresh added to Android

Jérémie Laval
Jérémie Laval

C#, iOS, and Android Take Center Stage at Build
Apr 9, 2014
Post likes count 0

C#, iOS, and Android Take Center Stage at Build

James Montemagno
James Montemagno

Native Printing with Android
Apr 8, 2014
Post likes count 0

Native Printing with Android

Mike Bluestein
Mike Bluestein

Sennheiser Cuts Development Time by 40% with Xamarin
Apr 7, 2014
Post likes count 0

Sennheiser Cuts Development Time by 40% with Xamarin

Jo Ann Buckner
Jo Ann Buckner

Xamarin and Microsoft Launch the .NET Foundation
Apr 3, 2014
Post likes count 0

Xamarin and Microsoft Launch the .NET Foundation

Miguel de Icaza
Miguel de Icaza

Miguel’s “Go Mobile With Xamarin” Session at Build
Apr 2, 2014
Post likes count 0

Miguel’s “Go Mobile With Xamarin” Session at Build

Joseph Hill
Joseph Hill

Mobile Meetups Happening Worldwide in April
Apr 2, 2014
Post likes count 0

Mobile Meetups Happening Worldwide in April

Pierce Boggan
Pierce Boggan

Sharper HTML Hybrid Apps with Razor
Apr 1, 2014
Post likes count 2

Sharper HTML Hybrid Apps with Razor

Craig Dunn
Craig Dunn

Android Wear Developer Preview Now Available
Mar 18, 2014
Post likes count 0

Android Wear Developer Preview Now Available

Chris Hardy
Chris Hardy

End March with a Great Mobile Meetup!
Mar 17, 2014
Post likes count 0

End March with a Great Mobile Meetup!

James Montemagno
James Montemagno

Building Enterprise Dashboards on the iPhone and iPad
Mar 12, 2014
Post likes count 0

Building Enterprise Dashboards on the iPhone and iPad

Nish Anil
Nish Anil

Xamarin Welcomes iOS 7.1, with Day One Support!
Mar 10, 2014
Post likes count 0

Xamarin Welcomes iOS 7.1, with Day One Support!

Miguel de Icaza
Miguel de Icaza

Xamarin Invades Channel 9
Mar 6, 2014
Post likes count 0

Xamarin Invades Channel 9

James Montemagno
James Montemagno