Meteoritic is a mobile library for Android and iOS that renders screen effects and animation delights to help drive user engagement. Visit https://meteoritic.io to learn more.
This is a sample repo to help you try out Meteoritic library and test out its features. Also check out the IOS repo.
Start by Cloning this repo and to try out the sample app and test Meteoritic’s features
`allprojects {`
repositories {
maven { url 'https://jitpack.io' }
}
}
// implementation
dependencies {
implementation 'com.github.MeteoriticLab:meteoritic:Tag'
}
`<animationtest.lodex.com.animationtest.service.view.Meteoritic`
android:id="@+id/animation"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="false"
android:focusable="false"
android:fitsSystemWindows="true"
app:file_path="5c5052fc87887269f15"/ >
`// init`
Meteoritic mMeteoriticView= findViewById(R.id.animation);
//call animation
mMeteoriticView.setAnimation(MainActivity.this)