Vladislav's Feed
- Customizing .NET MAUI Shell
Customize .NET MAUI Shell appearance by extending ShellRenderer and adjusting navigation components on Android and iOS/MacCatalyst.
Read more - Setting a cursor for .NET MAUI VisualElement
Add custom mouse cursors to .NET MAUI controls with platform-specific implementations and an attached property for XAML-friendly usage.
Read more - Real time live tracking using .NET MAUI
Implement continuous geolocation tracking in .NET MAUI by extending the built-in APIs and adding Android/iOS/Windows platform implementations.
Read more - Drag and Drop any content to a .NET MAUI application
Enable drag-and-drop in a .NET MAUI app with Windows and MacCatalyst implementations, including filtering dropped files by type and reading contents.
Read more - Integrating captcha into a .NET MAUI application
Two ways to add captcha to a .NET MAUI app—native Android SafetyNet reCAPTCHA and a cross-platform WebView-based approach.
Read more - Dynamic configuration in .NET MAUI application
Add feature flags and remote configuration to .NET MAUI with ConfigCat, including initialization patterns, polling options, and per-user targeting.
Read more