Android Utilities
A library of utility handlers for functions commonly needed by Android widgets.
A library of utility handlers for functions commonly needed by Android widgets.
Returns true if permission pPermission has been granted by the user.
Returns true if pPermission is a valid Android permission name
Register handlers to be called when on application lifecycle events.
Displays a dialog showing a permission request for pPermission. If a user has already granted permission for pPermission, this function does nothing. Returns true if permission pPermission has been granted by the user.
Unregister an object that is listening on application lifecycle events.
Get the application Context
Start an activity by Intent
Convert a color string to an integer for Android