A collection of useful tips and code snippets for .NET MAUI, covering Android instance access, permissions, IP address retrieval, and app lifecycle.
Learn to receive app install and uninstall broadcasts in .NET MAUI for Android 8.0+ by dynamically registering a BroadcastReceiver. Includes code.
Learn to set global properties for controls like Button and Entry in .NET MAUI using Handlers and Mappers for consistent app-wide styles and behaviors.
Learn to modify platform-specific control properties in .NET MAUI at the page level using Handlers within lifecycle events like OnAppearing and Loaded.
A complete guide to USB serial communication in .NET MAUI Android apps: includes permission setup, device discovery, port opening, and data transfer.