Leomaris's Feed
- Unit Testing in .NET MAUI
Leomaris Reyes covers how to set up and run unit tests for .NET MAUI using xUnit, including project structure, target frameworks, and best practices.
Read more - Using Biometric Identification in .NET MAUI
Leomaris Reyes shows how to add biometric authentication to .NET MAUI apps using Plugin.Maui.Biometric, including Android/iOS setup and emulator testing.
Read more - Deprecated APIs in .NET MAUI 9
Leomaris Reyes summarizes APIs deprecated in .NET MAUI 9 and what to use instead—helpful for planning upgrades and avoiding future removals.
Read more - Exploring SemanticOrderView in .NET MAUI Community Toolkit
Leomaris Reyes explains SemanticOrderView from the .NET MAUI Community Toolkit and how it helps improve accessibility by controlling screen reader navigation order.
Read more - Exploring Preferences in .NET MAUI
Leomaris Reyes covers .NET MAUI Preferences for lightweight local storage—keys/values, supported types, platform differences, and when to use it.
Read more - Integrating ChatGPT into .NET MAUI from Scratch
Leomaris Reyes walks through integrating ChatGPT into a .NET MAUI app end-to-end, including API key setup, environment variables, and making chat completion calls from a simple UI.
Read more - Exploring Long Press in .NET MAUI Community Toolkit
Leomaris Reyes shows how to detect long-press gestures in .NET MAUI using Community Toolkit TouchBehavior, including duration configuration and commands.
Read more - Getting Started with UniformItemsLayout from the .NET MAUI Community Toolkit
Leomaris Reyes introduces UniformItemsLayout from the .NET MAUI Community Toolkit and shows how to build uniform grids by controlling max rows/columns.
Read more - Replicating Uber Delivery UI in .NET MAUI
Leomaris Reyes provides a step-by-step walkthrough for building an Uber Delivery-inspired screen in .NET MAUI.
Read more - UI Design for .NET MAUI | .NET Conf: Focus on MAUI
Leomaris Reyes shares UI design guidance for .NET MAUI apps, focusing on practical design decisions that improve usability and polish.
Read more - Replicating Pet Adoption UI in .NET MAUI
Leomaris Reyes demonstrates how to replicate a Pet Adoption design in .NET MAUI with a block-by-block approach.
Read more