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" />
                    
Directory.Packages.props
<PackageReference Include="QotoQot.Bindings.Lottie.Android" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=QotoQot.Bindings.Lottie.Android&version=1.1.0
                    
Install as a Cake Tool

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 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 1,312 1/7/2026
1.0.0 322 6/27/2025

.NET 10 bindings for Lottie Android v6.7.1