Matt Goldman

@mattgoldman
119 Followers
125 Following
121 Posts
I like mobile dev, .NET, VR, motorcycles, science, Superman and home brewing. 🌱
PronounsHe/him
🌐https://goforgoldman.com
📺https://youtube.com/@goforgoldman
📖https://www.manning.com/books/dot-net-maui-in-action
For #MAUIUIJuly day 16, Thomas Sebastian Jensen has put together an awesome animated countdown timer in #dotnetmaui! Check it out: https://medium.com/@tsjdevapps/building-an-animated-countdown-control-in-net-maui-0b1faff7ed76
⏳ Animated Countdown Control in MAUI | by Sebastian Jensen | Medium

Want to give your app a sleek, animated timer UI? Whether it’s for meditation, workouts, or game mechanics — a countdown can do more than just show time.

Medium
@mattgoldman Hey Matt! Here's my .NET MAUI UI July 2025 post:
https://dev.to/nick_alonge/reusable-views-in-net-maui-4n3c
Reusable Views in .NET MAUI

This blog is part of the .NET MAUI UI July 2025 series with a new post every day of the month. See...

DEV Community

It's #MAUIUIJuly day 14! Almost halfway, and today we have a great post from John Bijsterbosch on creating #dotnetmaui components with SkiaSharp.

https://blog.johndotnet.nl/creating-your-very-first-net-maui-skiasharp-component-step-by-step/

Creating your very first .NET MAUI SkiaSharp component step-by-step

It’s July again and that means that it’s also time for the .NET MAUI UI July challenge! This year I’ll be participating as well by helping you to create a HueColorSlider with .NET MAUI and SkiaSharp, leading you step-by-step on how to achieve this.

Just published a new post for #MAUIUIJuly!

I took download progress from “boring modal” to “overflowing beer foam” in the #BeerDrivenDevs app.

Silly? Absolutely.
Necessary? Not really.
Fun? 100%.

Check it out, and tell me: would you ship this in your app? 🍻

👉https://goforgoldman.com/posts/bdd-app-downloads/

Beer-Driven Downloads & Microinteractions in .NET MAUI

Intro

GoForGoldman

Ever wanted to create gyroscope based parallax in #dotnetmaui? Francois has you covered, check this out! https://blog.francois.raminosona.com/sensor-based-parallax-in-net-maui-using-the-gyroscope-mauiuijuly/

#MAUIUIJuly day 9!

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.

François Raminosona's Blog
#MAUIUIJuly day 8: Sensors in #dotnetmaui - but some cool things you can do with them too! Check it out: https://blog.francois.raminosona.com/sensors-in-net-maui-mauiuijuly/
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.

François Raminosona's Blog

Want to customise the default tabs you get in hashtag#dotnetmaui apps? Ed's got you covered. For his final entry for hashtag#MAUIUIJuly this year he's written up how you can build a custom tab control, check it out below!

https://byte217.com/net-maui-tab-control-with-underlinement/

Byte217 - .NET MAUI - Tab Control with underlinement

How to create a tab control with multiple tabs on one page and underlined active tab.

Byte217
For #MAUIUIJuly Day 6, Ed has shown us how to create a scrollable text display in #dotnetmaui
https://byte217.com/net-maui-scrolling-text-display/
Byte217 - .NET MAUI - Scrolling Text Display

How to write a MAUI Text Display that is readonlt, disable, but still scrollable. The Control has a one-line and multi-line mode.

Byte217

It's #MAUIUIJuly day 5! Check out this awesome post from Ed showing how to manage different screen sizes - and you have to see his ObservablePageLayout!!

https://byte217.com/net-maui-managing-screen-sizes/

Byte217 - .NET MAUI - Managing screen sizes

Use this post to manage the screen sizes of your .NET MAUI Application. Keep your controls in proportion for all devices.

Byte217

MAUI UI July — Day 4!

In my first #MAUIUIJuly post, I cheated on the Outlook mobile UI toggle.

Today it’s finally real:
✔️ Smooth animated pill (#SkiaSharp)
✔️ Dynamic text blending
✔️ Fully reusable & bindable

Details + code: https://goforgoldman.com/posts/outlook-toggle/

#dotnet #dotnetmaui

Replicating the Outlook Mobile ‘Focused/Other’ Switch in .NET MAUI

Over the past three days, I’ve demonstrated building some pretty cool UI effects in Maui.Graphics, the 2D graphics library that shipped with .NET MAUI back in 2022. Today I’m going to look at its closely related progenitor; SkiaSharp.

GoForGoldman