--- 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).
#### XAML + MVUX Use XAML for layout and MVUX for state management
#### XAML + MVVM Use XAML for layout and MVVM for state management
#### C# Markup + MVUX Use C# Markup for layout and MVUX for state management
#### C# Markup + MVVM Use C# Markup for layout and MVVM for state management

---