Listens to the lifecycle of an Android Activity.
Issues an event at the given time.
Provides a general broadcast receiver that notifies once when the selected broadcasts are issued.
Provides a general broadcast receiver that listens for intents with the actions specified in the String array, and notifies whenever a matching intent is received
Checks if an internet connection is currently available.
Prompts Android's speech recognition dialog and returns the recognized words.
Displays an activity with a login screen to enter username and password.
Uses Android's internal clock to provide a periodic timer that issues an event every minute.
Shows a notification.
Opens a dialog with the text given by the parameter.
Opens a dialog with the text given by the parameter. Displays in the context given by AndroidBlock.getCurrentActivityContext() if set.
Listens to the state of the phone and detects incoming calls (ringing) and accepted calls.
Provides resources and access to preferences.
Receives incoming SMS.
Sends an SMS.
Uses the camera to scan a barcode.
Sends an email using one of the user accounts. The user will preview the email before sending.
Speaks the string given at run-time.
Speaks a given text. Most general block for speech.
Speaks the text provided by the starting pin.
Speaks the text provided as instance parameter.
Starts the provided intent and listens for a result.
Promts the user to input a string.
Opens a dialog with three buttons.
Opens a dialog to input time in hours and minutes.
Shows a toast dialog with the message provided by the start parameter.
Shows a toast dialog with the message provided by the instance parameter.
Opens a dialog with two buttons. Text is given by the parameter at run-time.
Opens a dialog with two buttons. Text is given by an instance parameter.