- NanoHTTPD - Class in com.google.appinventor.components.runtime.util
-
A simple, tiny, nicely embeddable HTTP 1.0 (partially 1.1) server in Java
- NanoHTTPD(int, File) - Constructor for class com.google.appinventor.components.runtime.util.NanoHTTPD
-
Starts a HTTP server to given port.
- NanoHTTPD.Response - Class in com.google.appinventor.components.runtime.util
-
HTTP response.
- NanoHTTPD.Response() - Constructor for class com.google.appinventor.components.runtime.util.NanoHTTPD.Response
-
Default constructor: response = HTTP_OK, data = mime = 'null'
- NanoHTTPD.Response(String, String, InputStream) - Constructor for class com.google.appinventor.components.runtime.util.NanoHTTPD.Response
-
Basic constructor.
- NanoHTTPD.Response(String, String, String) - Constructor for class com.google.appinventor.components.runtime.util.NanoHTTPD.Response
-
Convenience method that makes an InputStream out of
given text.
- NearField - Class in com.google.appinventor.components.runtime
-
Controller for Near Field Communication
- NearField(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.NearField
-
Creates a new NearField component
- newArrayList() - Static method in class com.google.appinventor.components.runtime.collect.Lists
-
Creates an empty ArrayList
instance.
- newArrayList(E...) - Static method in class com.google.appinventor.components.runtime.collect.Lists
-
Creates a resizable ArrayList
instance containing the given
elements.
- newCookieManager() - Static method in class com.google.appinventor.components.runtime.util.GingerbreadUtil
-
Creates a new CookieManager instance.
- newHashMap() - Static method in class com.google.appinventor.components.runtime.collect.Maps
-
Creates a HashMap
instance.
- newHashSet() - Static method in class com.google.appinventor.components.runtime.collect.Sets
-
Creates an empty HashSet
instance.
- newHashSet(E...) - Static method in class com.google.appinventor.components.runtime.collect.Sets
-
Creates a HashSet
instance containing the given elements.
- NewInstanceMade(String) - Method in class com.google.appinventor.components.runtime.GameClient
-
Indicates this game instance was created as specified via
MakeNewInstance.
- NewLeader(String) - Method in class com.google.appinventor.components.runtime.GameClient
-
Indicates this game instance has a new leader.
- newNfcAdapter(Context) - Static method in class com.google.appinventor.components.runtime.util.GingerbreadUtil
-
Creates a new NfcAdapter instance.
- newSortedSet(E...) - Static method in class com.google.appinventor.components.runtime.collect.Sets
-
Creates a SortedSet
instance containing the given elements.
- newTreeMap() - Static method in class com.google.appinventor.components.runtime.collect.Maps
-
Creates a TreeMap
instance.
- NO_ASSETS - Static variable in class com.google.appinventor.components.runtime.File
-
- NO_CHANGE - Static variable in class com.google.appinventor.components.runtime.util.PlayerListDelta
-
- NoLongerCollidingWith(Sprite) - Method in class com.google.appinventor.components.runtime.Sprite
-
Handler for NoLongerCollidingWith events, called when a pair of sprites
cease colliding.
- NoOpenPoll() - Method in class com.google.appinventor.components.runtime.Voting
-
Event indicating that the service has no open poll.
- normalizeAzimuth(float) - Static method in class com.google.appinventor.components.runtime.util.OrientationSensorUtil
-
Normalizes azimuth to be in the range [0, 360).
- normalizePitch(float) - Static method in class com.google.appinventor.components.runtime.util.OrientationSensorUtil
-
Normalizes pitch to be in the range [-180, +180).
- normalizeRoll(float) - Static method in class com.google.appinventor.components.runtime.util.OrientationSensorUtil
-
Normalizes roll to be in the range [-90, +90] degrees.
- NOTIFICATION_ID - Static variable in class com.google.appinventor.components.runtime.util.SmsBroadcastReceiver
-
- Notifier - Class in com.google.appinventor.components.runtime
-
The Notifier component displays alert messages and creates Android log entries through
the following methods:
ShowMessageDialog: user must dismiss the message by pressing a button.
- Notifier(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.Notifier
-
Creates a new Notifier component.
- NotifierLength(int) - Method in class com.google.appinventor.components.runtime.Notifier
-
Specifies the length of time that the alert is shown -- either "short" or "long".
- NotifierLength() - Method in class com.google.appinventor.components.runtime.Notifier
-
- Now() - Static method in class com.google.appinventor.components.runtime.Clock
-
- Now() - Static method in class com.google.appinventor.components.runtime.util.Dates
-
Returns the current date and time.
- NumbersOnly() - Method in class com.google.appinventor.components.runtime.TextBox
-
NumbersOnly property getter method.
- NumbersOnly(boolean) - Method in class com.google.appinventor.components.runtime.TextBox
-
NumersOnly property setter method.
- NxtColorSensor - Class in com.google.appinventor.components.runtime
-
A component that provides a high-level interface to a color sensor on a LEGO
MINDSTORMS NXT robot.
- NxtColorSensor(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.NxtColorSensor
-
Creates a new NxtColorSensor component.
- NxtDirectCommands - Class in com.google.appinventor.components.runtime
-
A component that provides a low-level interface to a LEGO MINDSTORMS NXT
robot, with functions to send NXT Direct Commands.
- NxtDirectCommands(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.NxtDirectCommands
-
Creates a new NxtDirectCommands component.
- NxtDrive - Class in com.google.appinventor.components.runtime
-
A component that provides a high-level interface to a LEGO MINDSTORMS NXT
robot, with functions that can move and turn the robot.
- NxtDrive(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.NxtDrive
-
Creates a new NxtDrive component.
- NxtLightSensor - Class in com.google.appinventor.components.runtime
-
A component that provides a high-level interface to a light sensor on a LEGO
MINDSTORMS NXT robot.
- NxtLightSensor(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.NxtLightSensor
-
Creates a new NxtLightSensor component.
- NxtSoundSensor - Class in com.google.appinventor.components.runtime
-
A component that provides a high-level interface to a sound sensor on a LEGO
MINDSTORMS NXT robot.
- NxtSoundSensor(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.NxtSoundSensor
-
Creates a new NxtSoundSensor component.
- NxtTouchSensor - Class in com.google.appinventor.components.runtime
-
A component that provides a high-level interface to a touch sensor on a LEGO
MINDSTORMS NXT robot.
- NxtTouchSensor(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.NxtTouchSensor
-
Creates a new NxtTouchSensor component.
- NxtUltrasonicSensor - Class in com.google.appinventor.components.runtime
-
A component that provides a high-level interface to an ultrasonic sensor on a LEGO
MINDSTORMS NXT robot.
- NxtUltrasonicSensor(ComponentContainer) - Constructor for class com.google.appinventor.components.runtime.NxtUltrasonicSensor
-
Creates a new NxtUltrasonicSensor component.