MAUI Sensor-based Parallax in .NET MAUI using the Gyroscope #MAUIUIJuly Parallax effects add depth and interactivity to your app's UI by making different layers move at different speeds to simulate 3D depth. In this article, we will cover how to implement a flexible parallax system in your .NET MAUI app.
MAUI Sensors in .NET MAUI #MAUIUIJuly In this post, we will focus on how our phone's sensors work. We will explore six key sensors available in .NET MAUI, complete with real-time visualizations and code samples.
MAUI Show your support 🌈 in .NET MAUI Pride Month might come once a year, but showing support for diversity and inclusion can happen year-round. Here's how to add beautiful rainbow gradients to your .NET MAUI app's navigation and title bars - because sometimes the smallest gestures make the biggest impact.
C# / .NET Singleton snippet (PC/Mac) #XamarinMonth Code Snippets (or templates in the Visual Studio for Mac world) are ready-made snippets of code you can quickly insert into your code. Here is my snippet/template to implement a singleton.
C# / .NET Logging .NET apps using NLog Debugging messages, logs, can become very messy very quickly in development teams. I've decided to set up a sort of logging framework in my last team. Here is what I did.