Xamarin.Google.Guava.ListenableFuture
by: Microsoft
- 463 total downloads
- Latest version: 1.0.0.32
.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.Google.Android.Material
by: Microsoft
- 1.132k total downloads
- Latest version: 1.14.0.5
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.material:material'.
Library description: Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 23 or later.
Xamarin.Google.ErrorProne.Annotations
by: Microsoft
- 850 total downloads
- Latest version: 2.50.0.1
.NET for Android and MAUI bindings for the Android Java library 'com.google.errorprone:error_prone_annotations'.
Xamarin.Google.ErrorProne.TypeAnnotations
by: Microsoft
- 202 total downloads
- Latest version: 2.50.0.1
.NET for Android and MAUI bindings for the Android Java library 'com.google.errorprone:error_prone_type_annotations'.
Xamarin.Google.AutoValue.Annotations
by: Microsoft
- 561 total downloads
- Latest version: 1.11.1.3
.NET for Android and MAUI bindings for the Android Java library 'com.google.auto.value:auto-value-annotations'.
Library description:
Immutable value-type code generation for Java 8+.
Xamarin.Google.Crypto.Tink.Android
by: Microsoft
- 604 total downloads
- Latest version: 1.23.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.crypto.tink:tink-android'.
Library description: Tink is a small cryptographic library that provides a safe, simple, agile and fast way to accomplish some common cryptographic tasks.
Xamarin.Google.Code.FindBugs.JSR305
by: Microsoft
- 303 total downloads
- Latest version: 3.0.2.24
.NET for Android and MAUI bindings for the Android Java library 'com.google.code.findbugs:jsr305'.
Library description: JSR305 Annotations for Findbugs
Xamarin.Forms
by: Microsoft
- 5.027k total downloads
- Latest version: 5.0.0.2662+1004-sha.bbcb5dbf5-azdo.9203770
Build native UIs for iOS, Android, UWP, macOS, Tizen and many more from a single, shared C# codebase
Xamarin.GooglePlayServices.AppIndexing
by: Xamarin Inc.
- 30 total downloads
- Latest version: 60.1142.1
Xamarin.Android Bindings for Google Play Services - AppIndexing 11.4.2
NOTE: This is package only contains type forwarders to the types which now exist in Xamarin.Firebase.AppIndexing and is only available for backwards compatibility purposes.
Xamarin.Firebase.AppIndexing
by: Microsoft
- 642 total downloads
- Latest version: 120.0.0.29
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-appindexing'.
Xamarin.iOS.MaterialComponents
by: Microsoft
- 138 total downloads
- Latest version: 92.0.0
Material Components for iOS (MDC-iOS) helps developers execute Material Design.
Xamarin.GooglePlayServices.Tasks
by: Microsoft
- 795 total downloads
- Latest version: 118.4.1.2
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-tasks'.
Xamarin.GooglePlayServices.Base
by: Microsoft
- 861 total downloads
- Latest version: 118.10.0.1
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-base'.
Xamarin.GooglePlayServices.Basement
by: Microsoft
- 922 total downloads
- Latest version: 118.10.0.2
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-basement'.
Xamarin.Firebase.Common
by: Microsoft
- 748 total downloads
- Latest version: 122.0.1.2
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-common'.
Xamarin.Firebase.Components
by: Microsoft
- 428 total downloads
- Latest version: 119.0.1.2
.NET for Android and MAUI bindings for the Android Java library 'com.google.firebase:firebase-components'.
Xamarin.Google.Dagger
by: Microsoft
- 181 total downloads
- Latest version: 2.59.2.1
.NET for Android and MAUI bindings for the Android Java library 'com.google.dagger:dagger'.
Library description: A fast dependency injector for Android and Java.
Xamarin.Google.Guava
by: Microsoft
- 215 total downloads
- Latest version: 33.6.0.1
.NET for Android and MAUI bindings for the Android Java library 'com.google.guava:guava'.
Library description:
Guava is a suite of core and expanded libraries that include
utility classes, Google's collections, I/O classes, and
much more.
Xamarin.Google.Guava.FailureAccess
by: Microsoft
- 101 total downloads
- Latest version: 1.0.3.6
.NET for Android and MAUI bindings for the Android Java library 'com.google.guava:failureaccess'.
Library description:
Contains
com.google.common.util.concurrent.internal.InternalFutureFailureAccess and
InternalFutures. Most users will never need to use this artifact. Its
classes are conceptually a part of Guava, but they're in this separate
artifact so that Android libraries can use them without pulling in all of
Guava (just as they can use ListenableFuture by depending on the
listenablefuture artifact).
Xamarin.Google.J2Objc.Annotations
by: Microsoft
- 83 total downloads
- Latest version: 3.1.0.3
.NET for Android and MAUI bindings for the Android Java library 'com.google.j2objc:j2objc-annotations'.
Library description:
A set of annotations that provide additional information to the J2ObjC
translator to modify the result of translation.