BASIC! 1.91 APK

BASIC! 1.91 APK

Downloaden

App Info

  • Applicatie NaamBASIC!
  • CategorieënTools
  • Nieuwste versie1.91
  • eis2.1 of hoger
  • File Size598.92 KB
  • Werk tijd
  • App Codecom.rfo.basic

Beschrijving

RFO BASIC! is a dialect of Dartmouth Basic that allows you to write and run programs directly on your Android device.

There is a 200+ page manual available in pdf and docx format.

In addition to the traditional Basic features, your have access to:

Graphics (with Multi-touch),
Build User Interfaces with HTML and JavaScript,
SQL,
GPS,
Device Sensors,
Music Play,
Text to Speech,
Voice Recognition,
Sound Pools,
Audio Recording,
Tone Generation,
Camera,
Data Structures such as:Array/List/Stack/Bundle
Internet Browsing,
Text and Byte file I/O,
Encryption,
User defined functions,
FTP Client,
TCP/IP Client and Server Sockets,
Bluetooth,
Send and Receive SMS Messages,
Send Emails,
Make a phone call,
Superuser access (on rooted devices)

BASIC! programs may be packaged into applications. There are two processes provided for this. One process generates a home screen shortcut but requires BASIC! installed to run. The other process generates a stand alone application that does not need BASIC! installed. The resulting application can be offered on the Android Market.

All of the features of BASIC! are documented in the manual, De Re BASIC!.

The install package includes over three dozen BASIC! source code files that explain and demonstrate the implementation details of this dialect.

BASIC! is being continuously improved. Many of the improvements have come from user requests. Also, since BASIC! is open source, others have begun on the code. Join the BASIC! forum and become part of the development team.

Permissions: This application asks for many permissions. None of permissions are exercised by BASIC! on its own. They are only exercised if you, the BASIC! programmer, writes a program that exercises them. For example, BASIC! will never intercept a SMS message unless you use the SMS commands in a program that you write.

Write external storageAllows to write to external storage such as SD card.
InternetAllows to access internet network.
Access wifi stateAllows to access information about Wi-Fi networks.
Access coarse locationAllows to access approximate location derived from network location sources such as cell towers and Wi-Fi.
Access fine locationAllows to access precise location from location sources such as GPS, cell towers and Wi-Fi.
Access location extra commandsAllows to access extra location provider commands.
Access mock locationAllows to create mock location providers for testing.
VibrateAllows access to the vibrator.
Wake lockAllows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
CameraAllows to use the camera device.
BluetoothAllows to to connect to paired bluetooth devices.
Bluetooth adminAllows to discover and pair bluetooth devices.
Record audioAllows to record audio.
Read phone stateAllows read only access to phone state.
Send smsAllows to send SMS messages.
CALL_PHONEAllows to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.
Read smsAllows to read SMS messages.
Receive smsAllows to monitor, record or perform processing on incoming SMS messages.
Install shortcutAllows to install a shortcut in Launcher.
Uninstall shortcutAllows to uninstall a shortcut in Launcher.
Read external storageAllows to read from external storage such as SD card.