- Clone the repository on your pc.
- Select your project folder that you want to work on it.
- Copy the Debug folder from
MAUI-MINI-APPS > Simulators
. - Paste into
'your-project-folder' > 'your-project-folder' > bin
route. - Done! Open your project and enjoy.
-
Notes (a notepad application)
- CSharp
- XAML
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML.
Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, and Windows from a single shared code-base.
.NET MAUI is open-source and is the evolution of Xamarin.Forms, extended from mobile to desktop scenarios, with UI controls rebuilt from the ground up for performance and extensibility. If you've previously used Xamarin.Forms to build cross-platform user interfaces, you'll notice many similarities with .NET MAUI. However, there are also some differences. Using .NET MAUI, you can create multi-platform apps using a single project, but you can add platform-specific source code and resources if necessary. One of the key aims of .NET MAUI is to enable you to implement as much of your app logic and UI layout as possible in a single code-base.
Gmail [email protected] · GitHub @cc-Mehdi · Twitter @cc_MehdiGh