Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.07 KB

README.md

File metadata and controls

40 lines (30 loc) · 2.07 KB

GitHub repo size

MAUI-MINI-APPS

In this repository you can see a few mini apps that created with MAUI technology.

Content Table

How to use

  1. Clone the repository on your pc.
  2. Select your project folder that you want to work on it.
  3. Copy the Debug folder from MAUI-MINI-APPS > Simulators.
  4. Paste into 'your-project-folder' > 'your-project-folder' > bin route.
  5. Done! Open your project and enjoy.

Projects

  • Notes (a notepad application)

Technologies

  • CSharp
  • XAML

What is .NET MAUI?

.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.

image

.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.

Mehdi Gholami (MAUI) :

Gmail [email protected]  ·  GitHub @cc-Mehdi  ·  Twitter @cc_MehdiGh