Vladislav's Feed
- 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 - Creating Markdown control with .NET MAUI Graphics
Build a lightweight Markdown renderer for .NET MAUI using GraphicsView and custom drawables, with hooks for custom block rendering.
Read more - AppIcon Badge with .NET MAUI
Implement app icon badge counts across Android, iOS/MacCatalyst, Windows, and Tizen, with platform notes on permissions and launcher behavior.
Read more - Creating dynamic floating action button
Build a dynamic floating action button in .NET MAUI using the CommunityToolkit Expander to reveal secondary actions with an “expand up” layout.
Read more