Registry / utility / lib-toast

lib-toast

JSON →
library8.2.0javamavenunverified

Android library for displaying customizable toast notifications in Android applications.

<dependency> <groupId>com.bihe0832.android</groupId> <artifactId>lib-toast</artifactId> <version>8.2.0</version> </dependency>
INSTALL
IMPORT
SIG · LIB-TOAST
L
lib-toast
utilityjavav8.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ToastUtils
com.bihe0832.android.lib.toast.ToastUtils

Show a short toast message

import com.bihe0832.android.lib.toast.ToastUtils; public class Example { public void showToast(Context context) { ToastUtils.showShort(context, "Hello World"); } }
Debug
Known issues
breakingRequires Android API level 16+ for certain features.
fix
Ensure minSdkVersion is at least 16 in build.gradle.
affects: >=8.0.0
Upgrade
Version history
8.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
lib-toast — mvn dependency:get lib-toast · libregistry