# lottie-android **Repository Path**: ylmzfun_user/lottie-android ## Basic Information - **Project Name**: lottie-android - **Description**: Render After Effects animations natively on Android and iOS, Web, and React Native - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lottie for Android, [iOS](https://github.com/airbnb/lottie-ios), and [React Native](https://github.com/airbnb/lottie-react-native) [![Build Status](https://travis-ci.org/airbnb/lottie-android.svg?branch=master)](https://travis-ci.org/airbnb/lottie-android) Get it on Google Play Lottie is a mobile library for Android and iOS that parses [Adobe After Effects](http://www.adobe.com/products/aftereffects.html) animations exported as json with [Bodymovin](https://github.com/bodymovin/bodymovin) and renders them natively on mobile! For the first time, designers can create **and ship** beautiful animations without an engineer painstakingly recreating it by hand. They say a picture is worth 1,000 words so here are 13,000: # View documentation, FAQ, help, examples, and more at [airbnb.io/lottie](http://airbnb.io/lottie/) ![Example1](gifs/Example1.gif) ![Example2](gifs/Example2.gif) ![Example3](gifs/Example3.gif) ![Community](gifs/Community%202_3.gif) ![Example4](gifs/Example4.gif) ## Download Gradle is the only supported build configuration, so just add the dependency to your project `build.gradle` file: ```groovy dependencies { compile 'com.airbnb.android:lottie:2.2.5' } ```