/Alerter

An Android Alerting Library

Primary LanguageJavaMIT LicenseMIT

Alerter 2.0.4 Unofficial AndyMod

It's a quick fix of the missing feature of the Alerter library. I've added Slide In and Slide Out Interpolator option to configure.

Gradle

dependencies {
    implementation 'com.github.Andy671:Alerter:v2.0.4.2M'
}

Usage

When constructing the Alerter

.setSlideInInterpolator(new SomeAndroidInterpolator())
.setSlideOutInterpolator(new SomeAndroidInterpolator())