← Back to Community Contributors
Vladislav's Feed
- Speech Recognition in .NET MAUI with CommunityToolkit
Use CommunityToolkit.Maui SpeechToText to turn spoken words into text, including permission handling and practical tips for real apps.
Read more - 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