QotoQot.Bindings.Lottie.Android
1.1.0
dotnet add package QotoQot.Bindings.Lottie.Android --version 1.1.0
NuGet\Install-Package QotoQot.Bindings.Lottie.Android -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="QotoQot.Bindings.Lottie.Android" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QotoQot.Bindings.Lottie.Android" Version="1.1.0" />
<PackageReference Include="QotoQot.Bindings.Lottie.Android" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add QotoQot.Bindings.Lottie.Android --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: QotoQot.Bindings.Lottie.Android, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package QotoQot.Bindings.Lottie.Android@1.1.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=QotoQot.Bindings.Lottie.Android&version=1.1.0
#tool nuget:?package=QotoQot.Bindings.Lottie.Android&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
These are .NET 9 bindings for the newest version of Lottie Android v6.6.7 (June 2025)
Install QotoQot.Bindings.Lottie.Android, from Nuget, add YourAnimation.json into Assets/ in your .NET Android project, and then in your code:
using Com.Airbnb.Lottie;
…
var animationView = new LottieAnimationView(Context);
animationView.SetAnimation("YourAnimation.json");
animationView.RepeatCount = -1; // loop
animationView.PlayAnimation();
// some LayoutParams here
AddView(animationView);
Requirements
- .NET 9.0 or later
- Android API 21 (Android 5.0) or later
Dependencies
This package includes bindings for:
- Lottie Android v6.6.7
- AndroidX AppCompat
- AndroidX Core
- OkIO (transitive dependency)
Lottie for iOS
Get the sources from Github or the package from Nuget.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-android36.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0-android36.0
- Square.OkIO (>= 3.9.1.1)
- Xamarin.AndroidX.AppCompat (>= 1.7.0.3)
- Xamarin.AndroidX.Core (>= 1.15.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
.NET 10 bindings for Lottie Android v6.7.1