- data - Variable in class com.google.appinventor.components.runtime.util.NanoHTTPD.Response
-
Data of the response, may be null.
- DataType() - Method in class com.google.appinventor.components.runtime.ActivityStarter
-
Returns the MIME type to pass to the activity.
- DataType(String) - Method in class com.google.appinventor.components.runtime.ActivityStarter
-
Specifies the MIME type to pass to the activity.
- DataUri() - Method in class com.google.appinventor.components.runtime.ActivityStarter
-
Returns the data URI that will be used to start the activity.
- DataUri(String) - Method in class com.google.appinventor.components.runtime.ActivityStarter
-
Specifies the data URI that will be used to start the activity.
- DATE_APRIL - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_AUGUST - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_DAY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_DECEMBER - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_FEBRUARY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_FRIDAY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_HOUR - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_JANUARY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
Months.
- DATE_JULY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_JUNE - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_MARCH - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_MAY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_MINUTE - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_MONDAY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
Days of the week.
- DATE_MONTH - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_NOVEMBER - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_OCTOBER - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_SATURDAY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_SECOND - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_SEPTEMBER - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_SUNDAY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_THURSDAY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_TUESDAY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_WEDNESDAY - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_WEEK - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
- DATE_YEAR - Static variable in class com.google.appinventor.components.runtime.util.Dates
-
Date/time interval kinds.
- DateAdd(Calendar, int, int) - Static method in class com.google.appinventor.components.runtime.util.Dates
-
Adds a time interval to the given date.
- DatePicker - Class in com.google.appinventor.components.runtime
-
A button allowing a user to launch a DatePickerDialog.
- DatePicker(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.DatePicker
-
Creates a new DatePicker component.
- Dates - Class in com.google.appinventor.components.runtime.util
-
Implementation of various date and time related runtime functions.
- DateValue(String) - Static method in class com.google.appinventor.components.runtime.util.Dates
-
Creates a date from the given string.
- Day() - Method in class com.google.appinventor.components.runtime.DatePicker
-
Returns the Day of the month that was last picked using the DatePicker.
- Day(Calendar) - Static method in class com.google.appinventor.components.runtime.util.Dates
-
Returns the day of the month for the given date.
- DayOfMonth(Calendar) - Static method in class com.google.appinventor.components.runtime.Clock
-
Returns the day of the month.
- DeAuthorize() - Method in class com.google.appinventor.components.runtime.Twitter
-
Remove authentication for this app instance
- DEFAULT_ITEM_BACKGROUND_COLOR - Static variable in class com.google.appinventor.components.runtime.ListPicker
-
- DEFAULT_ITEM_TEXT_COLOR - Static variable in class com.google.appinventor.components.runtime.ListPicker
-
- DEFAULT_VALUE_COLOR_BLACK - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_BLUE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_CYAN - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_DEFAULT - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_DKGRAY - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_GRAY - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_GREEN - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_LTGRAY - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_MAGENTA - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_NONE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_ORANGE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_PINK - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_RED - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_WHITE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DEFAULT_VALUE_COLOR_YELLOW - Static variable in interface com.google.appinventor.components.runtime.Component
-
- delayedStart() - Method in class com.google.appinventor.components.runtime.VideoPlayer
-
Method for starting the VideoPlayer once the media has been loaded.
- Delete(String) - Method in class com.google.appinventor.components.runtime.File
-
Delete the specified file.
- Delete() - Method in class com.google.appinventor.components.runtime.Web
-
Performs an HTTP DELETE request using the Url property and retrieves the
response.
If the SaveResponse property is true, the response will be saved in a file
and the GotFile event will be triggered.
- Deleteable - Interface in com.google.appinventor.components.runtime
-
Interface for components that need to do something when they are dynamically deleted (most
likely by the REPL)
- deleteComponent(Object) - Method in class com.google.appinventor.components.runtime.Form
-
- DeleteFile(String) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
- DelimiterByte(int) - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Sets the delimiter byte to use when passing a negative number for the
numberOfBytes parameter when calling ReceiveText, ReceiveSignedBytes, or
ReceiveUnsignedBytes.
- DelimiterByte() - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Returns the delimiter byte to use when passing a negative number for the
numberOfBytes parameter when calling ReceiveText, ReceiveSignedBytes, or
ReceiveUnsignedBytes.
- DetectColor() - Method in class com.google.appinventor.components.runtime.NxtColorSensor
-
Returns whether the sensor should detect color or light.
- DetectColor(boolean) - Method in class com.google.appinventor.components.runtime.NxtColorSensor
-
Specifies whether the sensor should detect color light.
- dialogInitialized() - Method in class com.google.appinventor.components.runtime.util.FullScreenVideoUtil
-
- DIRECTION_EAST - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_MAX - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_MIN - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_NONE - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_NORTH - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_NORTHEAST - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_NORTHWEST - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_SOUTH - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_SOUTHEAST - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_SOUTHWEST - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DIRECTION_WEST - Static variable in interface com.google.appinventor.components.runtime.Component
-
- DirectMessage(String, String) - Method in class com.google.appinventor.components.runtime.Twitter
-
Sends a direct message to a specified username.
- DirectMessages() - Method in class com.google.appinventor.components.runtime.Twitter
-
- DirectMessagesReceived(List<String>) - Method in class com.google.appinventor.components.runtime.Twitter
-
- disableNFCAdapter(Activity, NfcAdapter) - Static method in class com.google.appinventor.components.runtime.util.GingerbreadUtil
-
- Disconnect() - Method in class com.google.appinventor.components.runtime.BluetoothConnectionBase
-
Disconnects from the connected Bluetooth device.
- DismissProgressDialog() - Method in class com.google.appinventor.components.runtime.Notifier
-
Dismisses the alert created by the ShowProgressDialog block
- dispatchErrorOccurredEvent(Component, String, int, Object...) - Method in class com.google.appinventor.components.runtime.Form
-
- dispatchErrorOccurredEventDialog(Component, String, int, Object...) - Method in class com.google.appinventor.components.runtime.Form
-
- dispatchEvent(Component, String, Object...) - Static method in class com.google.appinventor.components.runtime.EventDispatcher
-
Dispatches an event based on its name to any registered handlers.
- dispatchEvent(Component, String, String, Object[]) - Method in class com.google.appinventor.components.runtime.Form
-
A trivial implementation to artificially make this class concrete so
that it is included in the documentation and
Codeblocks language definition file generated by
com.google.appinventor.components.scripts.DocumentationGenerator
and
com.google.appinventor.components.scripts.LangDefXmlGenerator
,
respectively.
- dispatchEvent(Component, String, String, Object[]) - Method in interface com.google.appinventor.components.runtime.HandlesEventDispatching
-
- DisplayDropdown() - Method in class com.google.appinventor.components.runtime.Spinner
-
To display the dropdown list without the user having to click it
- Distance() - Method in class com.google.appinventor.components.runtime.Pedometer
-
Returns the approximate distance traveled in meters.
- Distance() - Method in class com.google.appinventor.components.runtime.ProximitySensor
-
Returns the distance.
- DistanceInterval(int) - Method in class com.google.appinventor.components.runtime.LocationSensor
-
- DistanceInterval() - Method in class com.google.appinventor.components.runtime.LocationSensor
-
- doFault() - Static method in class com.google.appinventor.components.runtime.PhoneStatus
-
- dontGrabTouchEventsForComponent() - Method in class com.google.appinventor.components.runtime.Form
-
- DonutUtil - Class in com.google.appinventor.components.runtime.util
-
Helper methods for calling methods added in Donut (1.6, API level 4).
- doPackageInstall(Form, String) - Static method in class com.google.appinventor.components.runtime.util.PackageInstaller
-
- DoQuery() - Method in class com.google.appinventor.components.runtime.FusiontablesControl
-
- DoScan() - Method in class com.google.appinventor.components.runtime.BarcodeScanner
-
Begins a barcode scan, using the camera.
- DownloadFile(String, String) - Method in class com.google.appinventor.components.runtime.NxtDirectCommands
-
Download a file to the robot.
- downloadUrlToFile(String, String) - Static method in class com.google.appinventor.components.runtime.util.FileUtil
-
Downloads the resource with the given URL and writes it as a local file.
- Dragged(float, float, float, float, float, float, boolean) - Method in class com.google.appinventor.components.runtime.Canvas
-
When the user does a drag from one point (prevX, prevY) to
another (x, y).
- Dragged(float, float, float, float, float, float) - Method in class com.google.appinventor.components.runtime.Sprite
-
Handler for Dragged events.
- DrawCircle(int, int, float, boolean) - Method in class com.google.appinventor.components.runtime.Canvas
-
Draws a circle (filled in) with the given radius centered at the given coordinates on the canvas
- DrawLine(int, int, int, int) - Method in class com.google.appinventor.components.runtime.Canvas
-
Draws a line between the given coordinates on the canvas.
- DrawPoint(int, int) - Method in class com.google.appinventor.components.runtime.Canvas
-
Draws a point at the given coordinates on the canvas.
- DrawText(String, int, int) - Method in class com.google.appinventor.components.runtime.Canvas
-
- DrawTextAtAngle(String, int, int, float) - Method in class com.google.appinventor.components.runtime.Canvas
-
- DriveMotors() - Method in class com.google.appinventor.components.runtime.NxtDrive
-
Returns the motor ports that are used for driving.
- DriveMotors(String) - Method in class com.google.appinventor.components.runtime.NxtDrive
-
Specifies the motor ports that are used for driving.
- Duration(Calendar, Calendar) - Static method in class com.google.appinventor.components.runtime.Clock
-
Returns the milliseconds by which end follows start (+ or -)