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


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

What you will 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

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: Pomodoro


Get Instant Notification of New Courses on our Telegram channel.


The 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: Amiibopedia

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

English
language

Content

Application – Body Mass Calculator

App overview
Explanation of the sample application
Installing XAML Styler
Removing the default code
Creating de UI
Performing the calculations
Restricting data entry
Reinforce your knowledge with more content

Application – Pomodoro

App overview
Creating the UI – Creating the Grid
Creating the UI – Adding the pomodoro element
Creating the UI – Customizing the control
Creating the UI – Change the FontFamily
Creating the UI – Adding the button
Adding pomodoro logic – Implementing time reversal
Establishing whether the pomodoro is running or not
Implementing the alarm sound
Adding pomodoro logic – Final adjustments

Application – Amiibopedia

Introduction
Creating the base UI
Creating the AmiiboModel class
Creating the ViewModel and getting the Amiibos
Replacing static data with real data
Assigning a different background color for each element
Implementing Amiibo search

Bonus Section: Improve your career

Get more knowledge