Skip to content

Latest commit

 

History

History
86 lines (57 loc) · 1.8 KB

get-started-counter.md

File metadata and controls

86 lines (57 loc) · 1.8 KB
uid
Uno.Workshop.Counter

Create a Counter App with Uno Platform

The Counter tutorial will walk you through creating a simple cross-platform counter application with Uno Platform.

Screenshot of an Uno Platform app showing a counter

There are four variants of the Counter tutorial, combining markup language (XAML or C# Markup) and presentation framework (MVVM or MVUX). Also, you can build the Counter tutorial using our visual designer, Hot Design.

Use XAML for layout and MVUX for state management

Use XAML for layout and MVVM for state management

Use C# Markup for layout and MVUX for state management

Use C# Markup for layout and MVVM for state management

Use a visual designer to design and develop the app