Getting Started with .NET MAUI and MVVM

Опубликовано: 07 Январь 2025
на канале: David Anderson
2,566
44

Getting started with .NET MAUI (Multi-platform App UI) by writing ObservableObject and ViewModel base classes to create scaffolding for the MVVM (Model-View-ViewModel) pattern.

Source code will not be made available at this time because I may monetize the completed app or make it open source in the future, but I haven't crossed that decision bridge yet.

This is my first app with .NET MAUI. My goal is to build a companion app for a mobile game called Warpath. The game is a RTS with a long-term strategy component to building and upgrading units, and the goal is to build a unit planner that allows players to plan their ground and air units by allowing them to specify how many resources they have and use those resources to plan upgrades for each of their units without having to go through this lengthy and expensive process in the game.

#dotnet #mobileapp #mvvm