← Back to Community Contributors
Vladislav's Feed
- 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