RoboPods: Airbnb Lottie framework
09 Mar 2018 | bro-gen binding robopods altpodsNew Lottie.framework
pod. It is nice and shiny library for natively render After Effects vector animations, like this:
RoboPod is available from my own maven
repo for intermediate results altpods
:
Altpods
are available as repository in github, also it is deployed it to ‘oss.sonatype.org’ which makes it available as maven artifact.
to use Lottie pod configure your robovm.xml
<config>
...
<frameworkPaths>
<path>libs</path>
</frameworkPaths>
<frameworks>
<framework>Lottie</framework>
</frameworks>
</config>
Add the following dependency to your build.gradle
:
dependencies {
... other dependencies ...
compile "io.github.dkimitsa.robovm:robopods-lottie-ios:$altpodsVersion"
}
Sample application is available by link
Comments