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.
- Customize Handlers Customize and extending handlers.
- Picker - Make each row different color
- SearchBar - Fix the problem with the SearchBar Icon not matching Theme
- 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.
- Graphics Ways to manipulate graphics.
- Rotating 3D Cube - A rotating cube with dots and shader rotating on your screen.
To use this code just make the project active, pick your platform and then press F5.
Android | iPhone |
---|---|
Android | iPhone |
---|---|
Feel free to reach out and ask questions or discuss code. Also available for hire.