Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
The Xamarin Show is all about native cross-platform mobile development for iOS, Android, macOS, and Windows with Xamarin. Join your host James Montemagno and his guests as they discuss building mobile... more
FAQs about The Xamarin Show - Channel 9:How many episodes does The Xamarin Show - Channel 9 have?The podcast currently has 194 episodes available.
May 04, 2021Lifecycle Events (Xamarin Community Toolkit)Pedro is back for another episode! This time he will tell us all about the Lifecycle Effect that he implemented for the Xamarin Community Toolkit. With this effect you can hook into the Loaded and Unloaded event of any VisualElement and even pages. Tune in to this episode and learn all about it. Sample Code RepoXamarin Community Toolkit RepositoryXamarin Community Toolkit LifecycleEffect DocsPedro's Twitter.NET MAUI T-Shirt designGet your questions answered on the Microsoft Q&A for .NET - http://aka.ms/dotnet-qaLearn Xamarin & .NET with free self-guided learning from Microsoft Learn: http://aka.ms/learndotnetUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on Twitter...more11minPlay
April 29, 2021Xamarin Quick Tips: Setting Tab Icons with Style TriggersIn this video I show you to you Style Triggers to modify Tab Icons based on their selections state. Show Links: Blog - Embedded FontsBlog - Tab TriggersFont AwesomeFont 2 C#Follow @JamesMontemagnoNever Miss an Episode: Follow @TheXamarinShowUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on TwitterGet your questions answered on the Microsoft Q&A for .NET...more5minPlay
April 27, 2021Image Tinting (Xamarin Community Toolkit)Getting all your image resources in the right color can be a big pain. Between iOS and Android alone you will have to add them in many different dimensions. John has made this a whole lot easier by implementing an Effect in the Xamarin Community Toolkit. This Effect allows you to tint an image with an attached property with just one line of code! Links:Xamarin Community Toolkit RepositoryDocumentationJohn's BlogJohn's GitHubJohn's LinkedInUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on Twitter...more8minPlay
April 22, 2021Xamarin Quick Tips: Font Icon EmbeddingIn this video I show you can use Font Awesome to create vector icons in your Xamarin.Forms app. Show Links: Blog - Embedded FontsFont AwesomeFont 2 C#Follow @JamesMontemagnoNever Miss an Episode: Follow @TheXamarinShowUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on TwitterGet your questions answered on the Microsoft Q&A for .NET...more5minPlay
April 20, 2021User Stopped Typing Behavior (Xamarin Community Toolkit)If you've ever needed to implement a search bar, you will know the hassle of implementing this functionality. You don't want to send every keystroke to your backend! So, once again, you take some CancellationTokens and a timeout and implement a way to detect if a user is still typing or not. No more!With the Xamarin Community Toolkit UserStoppedTypingBehavior John has all solved this for us. How? We will let him tell you in this episode of the Xamarin Show! Links:Xamarin Community Toolkit RepositoryUserStoppedTypingBehavior DocumentationJohn's BlogJohn's GitHubJohn's LinkedInUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on Twitter...more9minPlay
April 08, 2021XAML Hot Reload Updates | Xamarin ShowThis week, James is joined by Dmitry Lyalin and Tim Miller who show off the latest and greatest in XAML Hot Reload technology with the new "changes only" mode that saves the state of your running application! Check it out! Show Links: XAML Hot Reload DocumentationLive Visual Tree DocumentationVisual Studio Release NotesFollow @JamesMontemagnoNever Miss an Episode: Follow @TheXamarinShowUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on TwitterGet your questions answered on the Microsoft Q&A for .NET...more22minPlay
April 06, 2021App Localization (Xamarin Community Toolkit)To make inclusive apps, localization might be a good idea. To help you with that, we have got a couple of things in the Xamarin Community Toolkit that you can use. In this episode I have Maksym on the show who will tell us about the LocalizationManager and shows us how to quickly and easily localize you Xamarin.Forms appShow Links: Xamarin Community Toolkit on GitHubDocumentation: Xamarin Community ToolkitGitHub - Localization SampleMaksym's Twitter - https://github.com/maxkoshevoiNever Miss an Episode: Follow @TheXamarinShowUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on Twitter...more19minPlay
March 30, 2021Platform Perfect Popups - Part 2 (Xamarin Community Toolkit)Popups can be annoying, but not the Xamarin Community Toolkit ones! In this video we will learn from Andrew, master of popups, how to use the newly implemented popups in your Xamarin.Forms app. In part 2 of this video we will learn how we can detect a so-called light dismiss and how to return results from a closed pop-up. Show Links: Xamarin Community Toolkit on GitHubDocumentation: Xamarin Community ToolkitGitHub - Pop-up SampleAndrew's Blog - https://www.andrewhoefling.comAndrew's GitHub - https://github.com/ahoefling/Andrew's Twitter - https://twitter.com/andrew_hoeflingNever Miss an Episode: Follow @TheXamarinShowUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on Twitter...more16minPlay
March 25, 2021Building Our First Microservice | The Xamarin ShowThis week, James is joined by Nish Anil who is here to walk us through building our very first Microservice for our mobile apps with .NET, ASP.NET Core, Docker, Kubernetes, and more! He shows how to switch from development to production without changing a line of code with the power of Microservices! Show Links: Microservices with .NETMicroservices with .NET TutorialMicrosoft Learn Self-Guided for MicroservicesSource CodeFollow @JamesMontemagnoNever Miss an Episode: Follow @TheXamarinShowUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on TwitterGet your questions answered on the Microsoft Q&A for .NET...more20minPlay
March 25, 2021Introduction to Microservices | The Xamarin ShowThis week, James is joined Nish Anil who is here to talk about what exactly Microservices are and why mobile developers should care about them. He walks through what they are, what are images, containers, orchestrators, hubs, and so much more. Show Links: Microservices with .NETMicroservices with .NET TutorialMicrosoft Learn Self-Guided for MicroservicesSource CodeFollow @JamesMontemagnoNever Miss an Episode: Follow @TheXamarinShowUseful Links: Learn more about XamarinLearn more about Xamarin.FormsLearn more about Cross-platform developmentXamarin Developer CenterXamarin BlogMicrosoft Learn Self-Guided TrainingCreate a Free Account (Azure)Xamarin Developers YouTube ChannelXamarin on TwitterGet your questions answered on the Microsoft Q&A for .NET...more18minPlay
FAQs about The Xamarin Show - Channel 9:How many episodes does The Xamarin Show - Channel 9 have?The podcast currently has 194 episodes available.