Johan's Feed
- MAUI Lib - ZebraScannerSDK.Maui!
Johan Svensson introduces an enhanced .NET MAUI wrapper for the Zebra Scanner SDK that targets Android and iOS scenarios beyond Zebra hardware. He outlines why the library still matters, plus setup improvements such as DI registration, NuGet packaging, and sample app guidance.
Read more - MAUI Snack - Get ANY Resource Dictionary Value in Code Behind!
Johan Svensson shows how to reliably resolve .NET MAUI resource values from code-behind, even when resources are nested through `OnPlatform`, `OnIdiom`, dynamic references, and merged dictionaries. The article focuses on handling tricky runtime resource resolution patterns that basic key lookups can miss.
Read more - MAUI Lib - LocalizationResourceManager for MAUI!
Johan Svensson presents `LocalizationResourceManager.Maui`, a .NET MAUI localization library inspired by Xamarin Community Toolkit patterns and adapted for MAUI-first usage. He covers its DI-friendly setup, multi-resource support, and runtime culture persistence features while official toolkit direction continues to evolve.
Read more - MAUI Snack - Add WeakEventManager to MVVM Toolkit!
Johan Svensson explores extending CommunityToolkit.Mvvm’s `ObservableObject` with MAUI’s `WeakEventManager` to improve event handling safety. The post shows how to reduce memory-leak risk while keeping the productivity benefits of MVVM Toolkit source generators.
Read more