Adobe After Effects Animation On Android
Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovinand renders them natively on mobile!
Link:- http://airbnb.io/lottie/
Github:- https://github.com/airbnb/lottie-android
Detailed Steps:-
Bodymovin is an After Effects plugin created by Hernan Torrisi that exports After effects files as json and includes a javascript web player. We’ve built on top of his great work to extend its usage to Android, iOS, and React Native.
- Create animation in Adobe After Effects
- Export it using Bodymovin to json
- Include the exported file in android res/raw folder
- Include lottie library
- include lottie XML code
- app:lottie_rawRes=”@raw/hello_world” replace hellow world with your file name in XML code.
Library Details:-
Link:- http://airbnb.io/lottie/
Github:- https://github.com/airbnb/lottie-android
- Language : Java
- License: Apache 2.0