Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TUBAF-IfI-LiaScript/VL_Softwareen…
Browse files Browse the repository at this point in the history
…twicklung
  • Loading branch information
SebastianZug committed Jul 10, 2024
2 parents 63e7b8d + 7da8586 commit 088ac52
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 28_MAUI_II.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_Softwareentwick
-->

[![LiaScript](https://raw.githubusercontent.com/LiaScript/LiaScript/master/badges/course.svg)](https://liascript.github.io/course/?https://github.com/TUBAF-IfI-LiaScript/VL_Softwareentwicklung/blob/master/27_MAUI_II.md)
[![LiaScript](https://raw.githubusercontent.com/LiaScript/LiaScript/master/badges/course.svg)](https://liascript.github.io/course/?https://github.com/TUBAF-IfI-LiaScript/VL_Softwareentwicklung/blob/master/28_MAUI_II.md)

# .NET MAUI Elemente

Expand All @@ -27,7 +27,7 @@ import: https://raw.githubusercontent.com/TUBAF-IfI-LiaScript/VL_Softwareentwick
| **Semester** | @config.semester |
| **Hochschule:** | @config.university |
| **Inhalte:** | @comment |
| **Link auf den GitHub:** | https://github.com/TUBAF-IfI-LiaScript/VL_Softwareentwicklung/blob/master/27_MAUI_II.md |
| **Link auf den GitHub:** | https://github.com/TUBAF-IfI-LiaScript/VL_Softwareentwicklung/blob/master/28_MAUI_II.md |
| **Autoren** | @author |

![](https://media.giphy.com/media/26tn33aiTi1jkl6H6/source.gif)
Expand Down Expand Up @@ -282,7 +282,7 @@ Layoutklassen ermöglichen das Anordnen und Gruppieren von UI-Steuerelementen.
</StackLayout>
```

![StackLayout](./img/MAUI_I/StackLayout.png)
![StackLayout](./img/27_Maui/StackLayout.PNG)

```csharp
using Microsoft.Maui.Controls;
Expand Down Expand Up @@ -358,7 +358,7 @@ namespace MauiApp
}
```

![Grid](./img/MAUI_I/Grid.png)
![Grid](./img/27_Maui/Grid.PNG)

Um gewünschte Layout zu erstellen ist es unter Umständen notwendig die Layouts zu verschachteln.

Expand Down Expand Up @@ -549,7 +549,7 @@ Chaos on the desk:

</ContentPage>
```
![Chaos](./img/MAUI_I/Chaos.png)
![Chaos](./img/27_Maui/Chaos.PNG)

## App-Lebenszyklus

Expand Down Expand Up @@ -716,7 +716,7 @@ button.Pressed += (sender, args) => { /* Aktion */ };
button.Released += (sender, args) => { /* Aktion */ };
```

![FarbButton](./img/MAUI_II/FarbButton.png)
![FarbButton](./img/27_Maui/FarbButton.PNG)

```csharp
public partial class MainPage : ContentPage
Expand Down Expand Up @@ -811,7 +811,7 @@ listView.ItemSelected += (sender, args) => { /* Aktion */ };
| :---- | :------------------------------------------------ |
| **CheckedChanged** | |

![Ampel](./img/MAUI_II/Ampel.png)`
![Ampel](./img/27_Maui/Ampel.PNG)`

```xml
<ScrollView>
Expand Down Expand Up @@ -1369,4 +1369,4 @@ https://learn.microsoft.com/de-de/dotnet/maui/get-started/installation?view=net-

https://learn.microsoft.com/de-de/dotnet/maui/get-started/first-app?pivots=devices-android&view=net-maui-8.0&tabs=visual-studio-code

https://learn.microsoft.com/de-de/dotnet/maui/get-started/first-app?pivots=devices-windows&view=net-maui-8.0&tabs=visual-studio-code
https://learn.microsoft.com/de-de/dotnet/maui/get-started/first-app?pivots=devices-windows&view=net-maui-8.0&tabs=visual-studio-code
Binary file added img/27_Maui/Ampel.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/27_Maui/Chaos.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/27_Maui/FarbButton.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/27_Maui/Grid.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/27_Maui/StackLayout.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 088ac52

Please sign in to comment.