Skip to content

unfoldingWord-dev/android-foreground

Repository files navigation

Foreground

This library makes it easy to check if your app is in the foreground or background.

Usage

// app is the Application object

Foreground.init(app);

// check state manually
Foreground.get().isForeground();

// register callbacks
Foreground.get().addListener(some listener);

About

A library for determining if an application is in the foreground or background

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages