-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bot 🤖 generated "What's new article" * Add iOS links. * Edits. --------- Co-authored-by: davidbritch <[email protected]> Co-authored-by: David Britch <[email protected]>
- Loading branch information
1 parent
9b43781
commit 44c9c19
Showing
4 changed files
with
27 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,42 @@ | ||
--- | ||
title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for September 2024" | ||
description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for September 2024." | ||
ms.custom: September-2024 | ||
ms.date: 10/01/2024 | ||
title: ".NET Multi-platform App UI (.NET MAUI) docs: What's new for December 2024" | ||
description: "What's new in the .NET Multi-platform App UI (.NET MAUI) docs for December 2024." | ||
ms.custom: December-2024 | ||
ms.date: 01/01/2025 | ||
--- | ||
|
||
# .NET Multi-platform App UI (.NET MAUI) docs: What's new for September 2024 | ||
# .NET Multi-platform App UI (.NET MAUI) docs: What's new for December 2024 | ||
|
||
Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for September 2024. This article lists some of the major changes to docs during this period. | ||
Welcome to what's new in the .NET Multi-platform App UI (.NET MAUI) docs for December 2024. This article lists some of the major changes to docs during this period. | ||
|
||
## Android | ||
## Apple platforms | ||
|
||
### New articles | ||
- App fundamentals | ||
- [Images & icons](/dotnet/ios/app-fundamentals/images-icons?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Alternate app icons](/dotnet/ios/app-fundamentals/images-icons/alternate-app-icons?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- Build apps | ||
- [Build targets](/dotnet/ios/building-apps/build-targets?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Build properties](/dotnet/ios/building-apps/build-properties?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Build items](/dotnet/ios/building-apps/build-items?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
|
||
- [Bind Java libraries](/dotnet/android/binding-libs/binding-java-libs?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Bind a Java library](/dotnet/android/binding-libs/binding-java-libs/binding-java-library?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Bind a Java library from Maven](/dotnet/android/binding-libs/binding-java-libs/binding-java-maven-library?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Customize bindings](/dotnet/android/binding-libs/customizing-bindings?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Customize namespaces](/dotnet/android/binding-libs/customizing-bindings/namespace-customization?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Java bindings metadata](/dotnet/android/binding-libs/customizing-bindings/java-bindings-metadata?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Create enumerations](/dotnet/android/binding-libs/customizing-bindings/creating-enums?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- MSBuild reference | ||
- [MSBuild bindings project properties](/dotnet/android/binding-libs/msbuild-reference/build-properties?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [MSBuild bindings project items](/dotnet/android/binding-libs/msbuild-reference/build-items?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- Advanced concepts | ||
- [AndroidMavenLibrary reference](/dotnet/android/binding-libs/advanced-concepts/android-maven-library?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Java dependency verification](/dotnet/android/binding-libs/advanced-concepts/java-dependency-verification?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Resolve java dependencies](/dotnet/android/binding-libs/advanced-concepts/resolving-java-dependencies?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Distribute bindings libraries](/dotnet/android/binding-libs/advanced-concepts/distributing?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
- [Troubleshoot bindings](/dotnet/android/binding-libs/customizing-bindings/troubleshooting-bindings?toc=/dotnet/maui/toc.json&bc=/dotnet/maui/breadcrumb/toc.json) | ||
## Samples | ||
|
||
## Fundamentals | ||
All [.NET 9 samples](https://github.com/dotnet/maui-samples/tree/main/9.0) have been updated to use [compiled bindings](~/fundamentals/data-binding/compiled-bindings.md). | ||
|
||
### Updated articles | ||
|
||
- [.NET MAUI windows](../fundamentals/windows.md) | ||
- [Compiled bindings](../fundamentals/data-binding/compiled-bindings.md?view=net-maui-9&preserve-view=true) | ||
- [Resource dictionaries](../fundamentals/resource-dictionaries.md) | ||
|
||
## User interface | ||
## Platform integration | ||
|
||
### Updated articles | ||
|
||
- [Host a Blazor web app in a .NET MAUI app using BlazorWebView](../user-interface/controls/blazorwebview.md?view=net-maui-9&preserve-view=true) | ||
- [HybridWebView](../user-interface/controls/hybridwebview.md) | ||
- [Customize UI appearance based on the platform and device idiom](../platform-integration/customize-ui-appearance.md) | ||
|
||
## XAML | ||
## iOS | ||
|
||
### Updated articles | ||
|
||
- [Create XAML markup extensions](../xaml/markup-extensions/create.md?view=net-maui-9&preserve-view=true) | ||
- [Remote iOS Simulator for Windows](../ios/remote-simulator.md) | ||
|
||
## Community contributors | ||
|
||
The following people contributed to the .NET Multi-platform App UI (.NET MAUI) docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml). | ||
|
||
- [Fred-Hudson-CST](https://github.com/Fred-Hudson-CST) - Fred Hudson ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [venelinmandov](https://github.com/venelinmandov) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [Bootykit](https://github.com/Bootykit) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters