Skip to content

Animation delights platform for your app. This is a sample android repo to to test Meteoritic library's animation rendering

Notifications You must be signed in to change notification settings

MeteoriticLab/Meteoritic-Sample-Android

Repository files navigation



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.

Installing Meteoritic on Android

Start by Cloning this repo and to try out the sample app and test Meteoritic’s features

In your Gradle file add these lines. to implement the lib.

`allprojects {`

repositories {

maven { url 'https://jitpack.io' }

}

}

// implementation

dependencies {

implementation 'com.github.MeteoriticLab:meteoritic:Tag'

}

In your Layout add the view and pass your animation id

`<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"/ &gt;

To add an activity. Initialize your Meteoritic View and pass the context.

`// init`

Meteoritic mMeteoriticView= findViewById(R.id.animation);

//call animation

mMeteoriticView.setAnimation(MainActivity.this)

About

Animation delights platform for your app. This is a sample android repo to to test Meteoritic library's animation rendering

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages