toast-compat

Project Url: kamikat/toast-compat
Introduction: Toast notification polyfill
More: Author   ReportBugs   OfficialWebsite   
Tags:

Build Status JitPack.io

Protect toasts from being disabled by feature introduced in Android >= 4.2 (Jelly Bean).

Usage

Add dependency to gradle build script:

repositories {
    maven { url "https://jitpack.io"  }
}

dependencies {
    compile 'moe.banana:toast-compat:<version>'
}

And toast:

ToastCompat.makeText(context, "hello world!", Toast.LENGTH_SHORT).show();

License

(The MIT License)

Apps
About Me
GitHub: Trinea
Facebook: Dev Tools