-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathindex.yml
More file actions
48 lines (43 loc) · 1.37 KB
/
index.yml
File metadata and controls
48 lines (43 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
### YamlMime:Tutorial
title: "Create a WinUI app"
metadata:
title: "Tutorial: Create a WinUI app"
description: Learn how to create a WinUI app that lets you store and retrieve notes.
audience: Developer
level: Beginner
ms.topic: interactive-tutorial
ms.date: 02/12/2025
author: jwmsft
ms.author: jimwalk
items:
- durationInMinutes: 1
content: |
[!INCLUDE [](includes/intro.md)]
- title: Project setup
durationInMinutes: 5
content: |
[!INCLUDE [](includes/project.md)]
- title: Create a page for a note
durationInMinutes: 10
content: |
[!INCLUDE [](includes/note.md)]
- title: Add a view and model for the note
durationInMinutes: 10
content: |
[!INCLUDE [](includes/view-model.md)]
- title: Add a view and model for all notes
durationInMinutes: 7
content: |
[!INCLUDE [](includes/all-notes.md)]
- title: Navigate between pages
durationInMinutes: 15
content: |
[!INCLUDE [](includes/navigation.md)]
- content: |
You've completed the Create a WinUI app tutorial!
## Next steps
The following links provide more information about creating apps with WinUI and the Windows App SDK:
- [Samples and resources](/windows/apps/get-started/samples)
- [Design for Windows apps](/windows/apps/design/)
- [Develop Windows desktop apps](/windows/apps/develop/)
- [Controls for Windows apps](/windows/apps/design/controls/)