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.
MAUI Haptic Feedback / Vibrations in .NET MAUI A very simple UX improvement in your mobile app is to add a subtle vibration on taps, clicks, scrolls with snapped values etc. We will explore here the remarkably simple way to do this within your MAUI app.