Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ddm-notes-tutorial

alt link

.NET MAUI Notes Tutorial

Before starting

Before starting this tutorial, make sure you have Microsoft Visual Studio installed, along with the .NET Multi-platform App UI development workload.

Make sure that Visual Studio is up-to-date, and .NET 8 is available.

What you'll accomplish

In this tutorial, you'll create an app where users can create simple notes, which will be locally stored.

This app will be cross-platform, and you can test it on Android, iOS, MacOS and Windows.

Some considerations

To test your app in Windows, developer mode must be turned on. Head over to Settings > Privacy & Security > Developer Mode (toggle this option).

To use an Android emulator, in Visual Studio, in the debug dropdown, select Android Emulator. You will be prompted to set up an Android emulator.

For iOS and MacOS testing, you must have a MacOS system in the same network as the host running Visual Studio.

  • On your Mac, head over to Settings > Main > Sharing and toggle Remote Access on.

  • On your Windows host, in Visual Studio, on the top menu bar, click on Tools > iOS > Pair to Mac.

  • A new window will appear and VS should be able to detect your Mac automatically. Log in using your Mac's credentials and let it install the required extensions.

  • After this process, you should be able to use your Mac to test .NET MAUI apps.

Credits

This tutorial is based on Microsoft's own Notes Tutorial.

Some features coded in the original tutorial will not be implemented in class due to time constraints.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages