6,901 packages tagged with “Xamarin”
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
There is a newer version of this library available here: https://www.nuget.org/packages/Microsoft.Identity.Client/ Migration guide: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-migration ADAL no longer receives new feature improvements.
Attributes and interfaces for .NET types serializable with MessagePack.
.NET for Android and MAUI bindings for the Android Java library 'androidx.annotation:annotation'. Library description: Provides source annotations for tooling and readability.
Build native UIs for iOS, Android, UWP, macOS, Tizen and many more from a single, shared C# codebase
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-common'. Library description: Android Lifecycle-Common
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-runtime'. Library description: Android Lifecycle Runtime
.NET for Android and MAUI bindings for the Android Java library 'androidx.collection:collection'. Library description: Standalone efficient collections.
.NET for Android and MAUI bindings for the Android Java library 'androidx.core:core'. Library description: Provides backward-compatible implementations of Android platform APIs and features.
.NET for Android and MAUI bindings for the Android Java library 'androidx.arch.core:core-common'. Library description: Android Arch-Common
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-livedata-core'. Library description: Android Lifecycle LiveData Core
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-viewmodel'. Library description: Android Lifecycle ViewModel
.NET for Android and MAUI bindings for the Android Java library 'androidx.fragment:fragment'. 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.
.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.
.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.
.NET for Android and MAUI bindings for the Android Java library 'androidx.activity:activity'. Library description: Provides the base Activity subclass and the relevant hooks to build a composable structure on top.
.NET for Android and MAUI bindings for the Android Java library 'androidx.customview:customview'. 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.
.NET for Android and MAUI bindings for the Android Java library 'androidx.arch.core:core-runtime'. Library description: Android Arch-Runtime
.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.
.NET for Android and MAUI bindings for the Android Java library 'androidx.savedstate:savedstate'. Library description: Android Lifecycle Saved State
.NET for Android and MAUI bindings for the Android Java library 'androidx.interpolator:interpolator'. 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.
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib'. Library description: Kotlin Standard Library
.NET for Android and MAUI bindings for the Android Java library 'androidx.annotation:annotation-experimental'. Library description: Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.
.NET for Android and MAUI bindings for the Android Java library 'androidx.lifecycle:lifecycle-viewmodel-savedstate'. Library description: Android Lifecycle ViewModel
.NET for Android and MAUI bindings for the Android Java library 'androidx.vectordrawable:vectordrawable'. Library description: Android Support VectorDrawable
.NET for Android and MAUI bindings for the Android Java library 'androidx.drawerlayout:drawerlayout'. 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.
.NET for Android and MAUI bindings for the Android Java library 'androidx.vectordrawable:vectordrawable-animated'. Library description: Android Support AnimatedVectorDrawable
.NET for Android and MAUI bindings for the Android Java library 'androidx.cursoradapter:cursoradapter'. 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.
.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-....