AndroidX (Jetpack) bindings for Xamarin.Android
Перейти к файлу
moljac ded4931c7e Revert "Guava.ListenableFuture" Version="9999.0.0""
This reverts commit ab518745cc.
2022-07-17 16:46:17 +02:00
.github [update-config.csx] Update to .NET 6. (#547) 2022-05-16 10:21:23 -05:00
build/scripts csx script for cgmanifest generation 2022-06-29 07:55:07 +02:00
icons Add a smaller image for the nugets 2019-07-19 16:39:18 +02:00
samples dotnet (modern/new) samples 2022-07-15 19:29:21 +02:00
source build green 2022-07-13 22:38:55 +02:00
templates Revert "Guava.ListenableFuture" Version="9999.0.0"" 2022-07-17 16:46:17 +02:00
util Update the build script to use the new dotnet tools 2019-08-08 03:46:36 +02:00
.gitignore Added the initial migration code 2019-11-27 18:51:05 +02:00
BUILDING.md Update and streamline the README. (#334) 2021-07-13 10:23:13 -05:00
Directory.Build.props Update Directory.Build.props 2022-07-13 19:28:28 +02:00
External-Dependency-Info.txt Update the README.md 2019-11-20 00:40:53 +02:00
LICENSE.md Audit license specifications. (#562) 2022-05-26 08:27:08 -05:00
Licenses.json Create Licenses.json 2022-06-26 17:29:45 +02:00
README.md Update and streamline the README. (#334) 2021-07-13 10:23:13 -05:00
SECURITY.md Create SECURITY.md 2021-05-24 14:59:55 -05:00
SignList.xml Update SignList.xml 2022-05-13 00:51:49 +02:00
THIRD-PARTY-NOTICES Update THIRD-PARTY-NOTICES 2019-07-19 10:45:39 -04:00
azure-pipelines.yml .NET SDK 6.0.300, xcode 13.2.1 et al 2022-07-13 09:25:37 +02:00
build.cake samples refactored 2022-07-15 17:30:37 +02:00
cgmanifest.json Update cgmanifest.json 2022-06-26 17:29:35 +02:00
config.json nuget id fix 2022-07-14 00:18:06 +02:00
global.json .NET SDK 6.0.300, xcode 13.2.1 et al 2022-07-13 09:25:37 +02:00
nuget-diff.cake txt extension for easier upload to github 2021-02-18 02:40:38 +01:00
published-namespaces.txt Update published-namespaces.txt 2022-07-14 00:17:48 +02:00
utilities.cake spell checking for new packages 2022-07-14 00:18:28 +02:00

README.md

AndroidX for Xamarin.Android

GitHub License contributions welcome GitHub contributors Build Status

Xamarin creates and maintains Xamarin.Android bindings for AndroidX.

What is AndroidX

AndroidX (also called Jetpack) is a major improvement to the original Android Support Library. AndroidX packages fully replace the Android Support Library by providing feature parity and new libraries.

With the release of AndroidX, Android Support is now considered deprecated and will no longer receive new feature updates. Version 28.0.0 is the last release of the Android Support Library.

Binding Policies

  • This repository binds over 100 AndroidX libraries that are published to NuGet.org. The full package list can be found in config.json.
  • AndroidX Java artifacts come from Google's Maven Respository.
  • Google's release notes for AndroidX libraries are available here.
  • The major/minor/patch version numbers mirror the AndroidX library version. For example, the NuGet Xamarin.AndroidX.Core 1.3.2.1 binds version 1.3.2 of the AndroidX library androidx.core:core.
    • The revision version number is used when a new NuGet needs to be built but the AndroidX library has not been updated.
  • We endeavor to release updated NuGets within a few weeks after new AndroidX releases, however large changes occasionally require more time.
  • In general, we do not bind pre-release libraries. As their API is not stable yet, it results in too much rework.

License

The license for this repository is specified in LICENSE.md

Building

Instructions for building this repository are specified in BUILDING.md

Contribution Guidelines

The Contribution Guidelines for this repository are listed in CONTRIBUTING.md

.NET Foundation

This project is part of the .NET Foundation