Document Object Model
JavaScript
Line 2
Line 1
Math.random()
1 second
Procedural
public class Rectangle {
double length;
double width;
public double getArea() {
return length * width;
}
public double getPerimeter() {
return 2 * (length+width);
}
}
A Rectangle object displaying its own data onscreen.
UnpoweredVehicle, PoweredVehicle, Bicycle, Skateboard, Motorcycle, Car
View
2
Delegate
False
False
Iterative
All of the Above
(apprently)
Using the emulator
On physical devices
Palette
Title
It disappears
Java Web Start
Errors
TextBox1.Text
Click 'New emulator', slide the green lock icon right to unlock, click 'Connect to Device', and select the emulator to start your app.
Non-visible
Built-in
5554
Deploy
An image is created that shows a machine-readable URL pointing to the app.
An Android package, or .apk file, is downloaded to the user's computer.
Control
True
False
Architecture envisioning
Documentation
Lean Programming (JIT)