Create Your First 3 Fully Apps With .Net Maui

Posted By: ELK1nG

Create Your First 3 Fully Apps With .Net Maui
Published 8/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.31 GB | Duration: 2h 19m

Learn how to create a series of real applications with .NET MAUI and C# from scratch.

What you'll learn

Using controls in .NET MAUI to create applications

Implementing business logic in apps with .NET MAUI

Use of tools for development with .NET MAUI

Creation of 3 real applications from scratch

Requirements

Basic knowledge of C#

Description

Do you want to get into the world of multi-platform development but do not know where to start?What I recommend is to take practice and start creating applications from scratch. With this you will learn the process on how to develop a cross-platform application, that is, for Android, iOS and Windows, as well as other platforms such as MacOS and Tizen.In this course, you will create your first three applications with .NET MAUI from zero, which are:Application #1: Body Mass Index (BMI) Calculator.This is the first application you will develop. It is a simple calculator for body mass index, it will help you understand the concept of layouts and controls. We will start creating the graphical interface, personalizing things like background color and controls. Then, we'll move on to the code behind and add the logic needed to perform the calculations. Finally, you will see a simple way to restrict the data entered in the application.Application # 2: PomodoroThe second application we will build is a Pomodoro application. With this application, you will learn how to handle other types of layouts such as grids, plus you will see simple ways to add an amazing design to the controls without the need to customize them or create complex code. You will also learn how to change the font family, how to handle timers for countdown, how to run sounds in the application and how to add some constraints to have a fully functional application.Application # 3: AmiibopediaThe last application is an app to look up Amiibo information. In this application, you will learn how to create an attractive graphical interface, how to use the MVVM pattern by creating Models and ViewModels, how to consume REST services, how to display different layouts based on converters and how to implement a search in a list.With a duration of approximately one hour per application, this course is a great way to get started in the world of mobile development with .NET MAUI.What are you waiting for? See you in the course.

Overview

Section 1: Application - Body Mass Calculator

Lecture 1 App overview

Lecture 2 Explanation of the sample application

Lecture 3 Installing XAML Styler

Lecture 4 Removing the default code

Lecture 5 Creating de UI

Lecture 6 Performing the calculations

Lecture 7 Restricting data entry

Section 2: Application - Pomodoro

Lecture 8 App overview

Lecture 9 Creating the UI - Creating the Grid

Lecture 10 Creating the UI - Adding the pomodoro element

Lecture 11 Creating the UI - Customizing the control

Lecture 12 Creating the UI - Change the FontFamily

Lecture 13 Creating the UI - Adding the button

Lecture 14 Adding pomodoro logic - Implementing time reversal

Lecture 15 Establishing whether the pomodoro is running or not

Lecture 16 Implementing the alarm sound

Lecture 17 Adding pomodoro logic - Final adjustments

Section 3: Application - Amiibopedia

Lecture 18 Introduction

Lecture 19 Creating the base UI

Lecture 20 Creating the AmiiboModel class

Lecture 21 Creating the ViewModel and getting the Amiibos

Lecture 22 Replacing static data with real data

Lecture 23 Assigning a different background color for each element

Lecture 24 Implementing Amiibo search

.NET developers who want to learn how to create applications with .NET MAUI,Developers of other technologies who wish to create cross-platform applications