Skip to content

PeterWessberg/MAUISamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net MAUI Samples

Static Badge Licensed under the MIT License Static Badge

Different ways to use and extend .Net MAUI. This is just one way to do things. There are always ways to improve and refactor this code.

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, iPadOS, macOS, and Windows from a single shared codebase.

Projects

  1. Customize Handlers Customize and extending handlers.
    • Picker - Make each row different color
    • SearchBar - Fix the problem with the SearchBar Icon not matching Theme
  2. Customize Controls Ways to customize your own controls.
    • Radial Porgressbar - A radial progress bar with animation
    • TimeSpan Picker - Input TimeSpan duration
    • RadioButtons - Radiobutton control with animation
    • Double Tap Button - Use case of iPhone button showing an X and when pressed displaying Clear.
  3. Graphics Ways to manipulate graphics.
    • Rotating 3D Cube - A rotating cube with dots and shader rotating on your screen.

Get Started

To use this code just make the project active, pick your platform and then press F5.

Showcase

Picker

Android iPhone

SearchBar Fix

Android iPhone

Radial ProgressBar

TimeSpan Picker

RadioButtons

Double Tap Button

Rotating Cube

Feel free to reach out and ask questions or discuss code. Also available for hire.

About

Ways to use .Net MAUI

Topics

Resources

License

Stars

Watchers

Forks

Languages