Tag Archives: Xamarin

Latest Video: Xamarin.Forms

Proud to announce my newest video course: Hands On Xamarin.Forms. Learn Xamarin in 2.5 hours.

Posted in Xamarin, Xamarin.Forms | Tagged , | Comments Off on Latest Video: Xamarin.Forms

Picker within Listview

We needed to put a picker inside a list view in a Xamarin.Forms app, but we wanted to be notified when one of the pickers changed and be able to get the value from the picker (and know which one … Continue reading

Posted in Essentials, Xamarin | Tagged , | Comments Off on Picker within Listview

Xamarin Coding Standards

There are many best practices in writing Xamarin. Here are some that we’ve canonized where I work… 👍 By convention the identifier for the ViewModel is vm 😠 Do not assign more than one page to a view model. Generally … Continue reading

Posted in Essentials | Tagged , , | 1 Comment

C# 8 From Novice To Expert Part 2: Intermediate & Advanced

I look forward to your feedback. Please, tell a friend! Only $39.99 with this coupon: DISCOUNTCSHARP. Expires 11/15/2019

Posted in C#, C# 8 | Tagged , , | Comments Off on C# 8 From Novice To Expert Part 2: Intermediate & Advanced

Xamarin.Forms – UI Testing & Customer Engagement

Microsoft’s Sweeky Satpathy. Sweeky is a Senior Software Engineer in MOBCat the Customer Engagement Team, which is part of DevDiv product engineering team responsible for all of Microsoft’s developer focused products and services and represents the voice of the developer … Continue reading

Posted in Essentials, Xamarin | Tagged , | Comments Off on Xamarin.Forms – UI Testing & Customer Engagement

Advanced Xamarin.Forms Part 1 – The API

Spanish Version In this series, we will explore a number of topics on Advanced Xamarin.Forms that have arisen in our work for clients, or at my job as Principal Mobile Developer for IFS Core. Before we can start, however, we … Continue reading

Posted in API, Xamarin | Tagged , | Comments Off on Advanced Xamarin.Forms Part 1 – The API

Display A Dialog From The ViewModel

In a previous blog post I discussed the problem of being in your ViewModel yet having to display a dialog to the user. You can’t interact with the page from the ViewModel, but you don’t want the logic of your … Continue reading

Posted in Essentials, Xamarin | Tagged , , | Comments Off on Display A Dialog From The ViewModel

MVVM Ping Pong

Here’s a problem I come across more often than I would have expected.  I want my buttons to use Commands in the View Model, but in response to the command, I have to interact with the user in a way … Continue reading

Posted in MVVM, Xamarin | Tagged , | 8 Comments

Xamarin Quick Hit: Dimming a button to indicate it is disabled

I often have to dim a button to indicate that it is disabled, and I want to do that via data binding.

Posted in Essentials, Learning, Xamarin, XAML | Tagged | 1 Comment

Visual Studio for Mac – my newest Pluralsight Course

  At the core of effective application development is a thorough knowledge of Visual Studio Mac. In this course, Visual Studio for Mac, you will learn how to work with VS Mac to produce enterprise-quality software.  First, you will explore the … Continue reading

Posted in ASP.NET Core, Essentials, Visual Studio, Xamarin | Tagged | Comments Off on Visual Studio for Mac – my newest Pluralsight Course

App Center Distribution

In my previous posts I showed how to get started with App Center and how to build an app on App Center.  In this post, I will demonstrate how to distribute your shiny new app to  your alpha or beta testers. … Continue reading

Posted in App Center, Xamarin | Tagged | 1 Comment

Building Your App On App Center

In my previous (and first) blog post on App Center I talked about getting started, adding the SDK to your code, and looking at Analytics and Crash reporting.  In this post I’d like to discuss building your app on App … Continue reading

Posted in App Center, Essentials, Xamarin | Tagged , | Comments Off on Building Your App On App Center