Skip to content

QotoQot/Bindings.Lottie.Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are .NET 10 bindings for the newest version of Lottie Android v6.7.1 (Oct 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 10.0 or later (for .NET 9 use v1.0 of this package)
  • Android API 21 (Android 5.0) or later

Dependencies

This package includes bindings for:

  • Lottie Android v6.7.1
  • AndroidX AppCompat
  • AndroidX Core
  • OkIO (transitive dependency)

Lottie for iOS

Get the sources from Github or the package from Nuget.

About

.NET 9 bindings for the latest Lottie for Android https://github.com/airbnb/lottie-android

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors