I recently developed a simple control to transition between two cards using an overlay animation in Xamarin Forms. In this post, I want to share the result and also explain how I achieved each of my requirements. Let’s start When creating a custom control the first thing that comes to my mind is to separate […]
Podcast – Talking about .NET MAUI
On June 18, I participated in a Podcast along with Rendy Del Rosario on .NET MAUI organized by Rodrigo Diaz Concha in his online Podcast called Interfaz. In this podcast, we talked about What’s .NET MAUI, it’s relationship with .NET/Xamarin.Forms, the announced roadmap and other cool stuff released at the Build 2020 event. We recommended […]
Validation Snippets in Xamarin Forms
— This article is part of the snippet June calendar by Luis Matos, click here to check all the great contributions”. Some time ago I read this great article in the Xamarin blog about adding validations in Xamarin Forms Enterprise Apps. In that post, they talked about a great validation model based on Validable objects, […]
White Labeling in Xamarin Forms Applications
“White-label apps are applications built by a white or private label app development company and rebranded and resold by other businesses”. In simpler words, there are applications whose same codebase can be used by multiple brands simply by configuring the application with the desired branding. In this article, I’m will show you how to create this kind […]