Xamarin.AndroidX.Lifecycle.ViewModelSavedState.Android by: Microsoft
  • 37 total downloads
  • Latest version: 2.11.0.1
  • xamarin artifact=androidx.lifecycle:lifecycle-viewmodel-savedstate-android artifact_versioned=androidx.lifecycle:lifecycle-viewmodel-savedstate-android:2.11.0
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-viewmodel-savedstate-android'. Library description: Android Lifecycle ViewModel
Xamarin.AndroidX.Loader by: Microsoft
  • 653 total downloads
  • Latest version: 1.1.0.36
  • xamarin artifact=androidx.loader:loader artifact_versioned=androidx.loader:loader:1.1.0
.NET for Android and MAUI bindings for the Android Java library 'androidx.loader:loader'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.
Xamarin.AndroidX.Migration by: Microsoft
  • 411 total downloads
  • Latest version: 1.0.10
  • Xamarin.AndroidX Xamarin Android Support AndroidX Migration
This package provides a set of tools and MSBuild tasks to aid in the migration from Android Support to Android X.
Xamarin.AndroidX.MultiDex by: Microsoft
  • 664 total downloads
  • Latest version: 2.0.1.37
  • xamarin artifact=androidx.multidex:multidex artifact_versioned=androidx.multidex:multidex:2.0.1
.NET for Android and MAUI bindings for the Android Java library 'androidx.multidex:multidex'. Library description: Library for legacy multi-dex support
Xamarin.AndroidX.NavigationEvent by: Microsoft
  • 27 total downloads
  • Latest version: 1.1.2.1
  • xamarin artifact=androidx.navigationevent:navigationevent artifact_versioned=androidx.navigationevent:navigationevent:1.1.2
.NET for Android and MAUI bindings for the Android Java library 'androidx.navigationevent:navigationevent'. Library description: Provides APIs to easily intercept platform navigation events, including swipes and clicks, to provide a consistent API surface for handling these events.
Xamarin.AndroidX.NavigationEvent.Android by: Microsoft
  • 28 total downloads
  • Latest version: 1.1.2.1
  • xamarin artifact=androidx.navigationevent:navigationevent-android artifact_versioned=androidx.navigationevent:navigationevent-android:1.1.2
.NET for Android and MAUI bindings for the Android Java library 'androidx.navigationevent:navigationevent-android'. Library description: Provides APIs to easily intercept platform navigation events, including swipes and clicks, to provide a consistent API surface for handling these events.
Xamarin.AndroidX.ProfileInstaller.ProfileInstaller by: Microsoft
  • 518 total downloads
  • Latest version: 1.4.1.8
  • xamarin artifact=androidx.profileinstaller:profileinstaller artifact_versioned=androidx.profileinstaller:profileinstaller:1.4.1
.NET for Android and MAUI bindings for the Android Java library 'androidx.profileinstaller:profileinstaller'. Library description: Allows libraries to prepopulate ahead of time compilation traces to be read by ART
Xamarin.AndroidX.SavedState by: Microsoft
  • 205 total downloads
  • Latest version: 1.5.0.1
  • xamarin artifact=androidx.savedstate:savedstate artifact_versioned=androidx.savedstate:savedstate:1.5.0
.NET for Android and MAUI bindings for the Android Java library 'androidx.savedstate:savedstate'. Library description: Android Lifecycle Saved State
Xamarin.AndroidX.SavedState.SavedState.Android by: Microsoft
  • 34 total downloads
  • Latest version: 1.5.0
  • xamarin artifact=androidx.savedstate:savedstate-android artifact_versioned=androidx.savedstate:savedstate-android:1.5.0
.NET for Android and MAUI bindings for the Android Java library 'androidx.savedstate:savedstate-android'. Library description: Android Lifecycle Saved State
Xamarin.AndroidX.Startup.StartupRuntime by: Microsoft
  • 456 total downloads
  • Latest version: 1.2.0.8
  • xamarin artifact=androidx.startup:startup-runtime artifact_versioned=androidx.startup:startup-runtime:1.2.0
.NET for Android and MAUI bindings for the Android Java library 'androidx.startup:startup-runtime'. Library description: Android App Startup Runtime
Xamarin.AndroidX.Tracing.Tracing by: Microsoft
  • 474 total downloads
  • Latest version: 1.3.0.4
  • xamarin artifact=androidx.tracing:tracing artifact_versioned=androidx.tracing:tracing:1.3.0
.NET for Android and MAUI bindings for the Android Java library 'androidx.tracing:tracing'. Library description: Android Tracing
Xamarin.AndroidX.Tracing.Tracing.Android by: Microsoft
  • 53 total downloads
  • Latest version: 1.3.0.4
  • xamarin artifact=androidx.tracing:tracing-android artifact_versioned=androidx.tracing:tracing-android:1.3.0
.NET for Android and MAUI bindings for the Android Java library 'androidx.tracing:tracing-android'. Library description: Android Tracing
Xamarin.AndroidX.VersionedParcelable by: Microsoft
  • 712 total downloads
  • Latest version: 1.2.1.5
  • xamarin artifact=androidx.versionedparcelable:versionedparcelable artifact_versioned=androidx.versionedparcelable:versionedparcelable:1.2.1
.NET for Android and MAUI bindings for the Android Java library 'androidx.versionedparcelable:versionedparcelable'. Library description: Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.
Xamarin.AndroidX.ViewPager by: Microsoft
  • 638 total downloads
  • Latest version: 1.1.0.7
  • xamarin artifact=androidx.viewpager:viewpager artifact_versioned=androidx.viewpager:viewpager:1.1.0
.NET for Android and MAUI bindings for the Android Java library 'androidx.viewpager:viewpager'. Library description: The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.
Xamarin.Google.Guava.ListenableFuture by: Microsoft
  • 473 total downloads
  • Latest version: 1.0.0.32
  • xamarin artifact=com.google.guava:listenablefuture artifact_versioned=com.google.guava:listenablefuture:1.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.guava:listenablefuture'. Library description: Contains Guava's com.google.common.util.concurrent.ListenableFuture class, without any of its other classes -- but is also available in a second "version" that omits the class to avoid conflicts with the copy in Guava itself. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....
Xamarin.Jetbrains.Annotations by: Microsoft
  • 632 total downloads
  • Latest version: 26.1.0.1
  • xamarin artifact=org.jetbrains:annotations artifact_versioned=org.jetbrains:annotations:26.1.0
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains:annotations'. Library description: A set of annotations used for code inspection support and code documentation.
Xamarin.JSpecify by: Microsoft
  • 98 total downloads
  • Latest version: 1.0.0.7
  • xamarin artifact=org.jspecify:jspecify artifact_versioned=org.jspecify:jspecify:1.0.0
.NET for Android and MAUI bindings for the Android Java library 'org.jspecify:jspecify'. Library description: An artifact of well-named and well-specified annotations to power static analysis checks
Xamarin.Kotlin.StdLib by: Microsoft
  • 1.344k total downloads
  • Latest version: 2.4.0
  • xamarin artifact=org.jetbrains.kotlin:kotlin-stdlib artifact_versioned=org.jetbrains.kotlin:kotlin-stdlib:2.4.0
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib'. Library description: Kotlin Standard Library
Xamarin.Kotlin.StdLib.Common by: Microsoft
  • 1.115k total downloads
  • Latest version: 2.0.21.7
  • xamarin artifact=org.jetbrains.kotlin:kotlin-stdlib-common artifact_versioned=org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib-common'. Library description: Kotlin Common Standard Library (legacy, use kotlin-stdlib instead)
Xamarin.Kotlin.StdLib.Jdk7 by: Microsoft
  • 1.256k total downloads
  • Latest version: 2.4.0
  • xamarin artifact=org.jetbrains.kotlin:kotlin-stdlib-jdk7 artifact_versioned=org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.4.0
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib-jdk7'. Library description: Kotlin Standard Library JDK 7 extension