Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Documentation/images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
<img src="Documentation/images/banner.png" alt="Xamarin.Android banner" height="145" >
<img src="Documentation/images/banner.png" alt=".NET Android banner" height="145" >

Android for .NET
.NET Android
===============

`Android for .NET` provides open-source bindings of the Android SDK and tooling for use with
.NET managed languages such as C#. This repository is also home to the classic `Xamarin.Android`
product.
`.NET Android` provides open-source bindings of the Android SDK and tooling for use with
.NET managed languages such as C#. This ships as an optional [.NET workload][net-workload] for .NET 6+ that can
be updated independently from .NET in order to respond to external dependency updates like new Android
platform and tooling.

While `.NET Android` is an essential part of [MAUI][maui-intro], it is still fully supported to be
used independently for "native" .NET Android development.

This repository is also home to the classic `Xamarin.Android` product.

[net-workload]: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install
[maui-intro]: https://learn.microsoft.com/en-us/dotnet/maui/what-is-maui

# Support

`.NET Android` is now part of .NET 6+ and follows the same lifecycle as the [MAUI Support Lifecycle][maui-support-lifecycle].

Classic `Xamarin.Android` support will end on `May 1, 2024` per the [Xamarin Support Policy][xamarin-support-policy]:

> Xamarin support will end on May 1, 2024 for all classic Xamarin SDKs. Android 13 will be the final version classic Xamarin.Android will target.

[maui-support-lifecycle]: https://dotnet.microsoft.com/en-us/platform/support/policy/maui
[xamarin-support-policy]: https://dotnet.microsoft.com/en-us/platform/support/policy/xamarin

# Build Status

Expand All @@ -23,7 +43,7 @@ product.

## Current

`Android for .NET` ships as a workload through the `dotnet` workload system in [.NET 6+][dotnet-download]. See
`.NET Android` ships as a workload through the `dotnet` workload system in [.NET 6+][dotnet-download]. See
the [workload documentation][workload-documentation] for installation commands.

[dotnet-download]: https://dotnet.microsoft.com/en-us/download
Expand Down