In almost all of my mobile apps, I use Font Awesome to display icons. It’s a huge library and it’s super easy to use in .NET MAUI and Xamarin.Forms. You can even use the ‘Duotone’ icons which have 2 colors… Continue Reading →
Intro The MAUI-team seems to be on a roll! We’ve seen multiple preview releases over the last months and with every release the product visibly improves! Last week I installed Preview 12 with the idea of creating a basic MVVM… Continue Reading →
Oh ooh! Video file not streaming on Android… While developing a Xamarin.Forms app, we encountered an issue where an mp4 file wouldn’t play on Android, on iOS everything worked perfectly! To display the video we are using the MediaElement from… Continue Reading →
Since a few week I’ve been playing around with preview builds of .NET MAUI. Installing MAUI Preview 8 A couple of days ago Microsoft released the latest preview version of MAUI: preview 8. Although I’m pretty sure I’ve followed every… Continue Reading →
The MAUI way: a single Project With Xamarin.Forms, we typically had this kind of project structure: A shared project, containing all of our shared code and different ‘head’ projects for each platform you want to target. This isn’t the case… Continue Reading →
For a LOB application I’m building, one very important request is the fact that users should be able to input/edit data as fast as possible. Allowing users to use the tab key to navigate from one input control to another… Continue Reading →
The first times I used Blazor WASM, I found it annoying that I wasn’t able to make changes to the HTML while debugging and immediately see the result in the browser. As a developer mainly working with XAML in frontends,… Continue Reading →
While debugging my UWP apps, I recently started getting this System.ExecutionEngineExeptionrandomly (roughly 50% of the time) when navigating to a new page. Today I finally found a fix for this, thanks to some awesome people on Twitter and in the… Continue Reading →
App Center is a great way to distribute (alpha/beta) releases of your Windows or UWP app to (internal) testers. Especially when you make the distribution to App Center a part of your pipelines. You commit (or trigger it manually) and… Continue Reading →
The term UWP is used for a lot of things: UI (WinUI), the Windows AppModel, Windows Runtime API, Store Apps,… As I’m planning to keep this a short blogpost, I’m not going to discuss this here 😀 For sake of… Continue Reading →
© 2023 Pie Eating Ninjas' Blog — Powered by WordPress
Theme by Anders Noren — Up ↑