• Post category:StudyBullet-17
  • Reading time:5 mins read

.NET Maui for absolute beginners
Quickly learn to use .NET Maui for creating amazing apps

What you will learn

Live gallery project

Start using MAUI

What is XAML

Run MAUI on windows and live preview

Run MAUI on android emulator

Common elements in MAUI

Label, Button, Image, Entry , …

Description

Welcome guys,

If you want to learn the . NET Maui then this course is great for you.

If you want to learn the design of android app then start learning this course.

I have started everything from scratch so you can easily can follow the tutorials.

The process of teaching is easy and straight forward..

The only thing you need is a pc with windows operating system and Visual Studio 2022.

.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


Get Instant Notification of New Courses on our Telegram channel.

Noteβž› Make sure your π”ππžπ¦π² cart has only this course you're going to enroll it now, Remove all other courses from the π”ππžπ¦π² cart before Enrolling!


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.

This course includes:

  • How to create MAUI application
  • How to customize IDE of MAUI
  • Using label,Entry, Image, Button,…
  • Live gallery project by MAUI

I hope you can complete this course and learn how to code the C# and MAUI.

You know what? if you wanna learn the MAUI your effort has important role in learning.

So after each lecture you need to practice and create the same project like my tutorials then you can learn deeply and easily.

Why you are waiting?!

Let’s do it!

English
language

Content

Introduction

Introduction
Download project files of this course

Start using MAUI

What is MAUI?
First project in MAUI
What is XAML?
Run MAUI on windows and live preview
Run MAUI on android emulator

Common elements in MAUI

Label control in MAUI
Entry control in MAUI
StackLayout control in MAUI
Vertical and Horizontal StackLayout
Margin and Padding
Button control in MAUI

Project: Gallery app

Gallery intro
Create gallery project
Add gallery Tabbar
Change startup page
Change page title
Change title colors
Flowers page
Design preview page
Connecting preview page to flowers
Designing cars page
Adding data entry page
Adding about us page