
BASIC! 1.91 APK
App Info
- Имя приложенияBASIC!
- категорияИнструменты
- В последней версии1.91
- требование2.1или выше
- File Size598.92 KB
- время обновления2017-05-17
- Кодcom.rfo.basic
описание
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 storage | Allows to write to external storage such as SD card. |
---|---|
Internet | Allows to access internet network. |
Access wifi state | Allows to access information about Wi-Fi networks. |
Access coarse location | Allows to access approximate location derived from network location sources such as cell towers and Wi-Fi. |
Access fine location | Allows to access precise location from location sources such as GPS, cell towers and Wi-Fi. |
Access location extra commands | Allows to access extra location provider commands. |
Access mock location | Allows to create mock location providers for testing. |
Vibrate | Allows access to the vibrator. |
Wake lock | Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming. |
Camera | Allows to use the camera device. |
Bluetooth | Allows to to connect to paired bluetooth devices. |
Bluetooth admin | Allows to discover and pair bluetooth devices. |
Record audio | Allows to record audio. |
Read phone state | Allows read only access to phone state. |
Send sms | Allows to send SMS messages. |
CALL_PHONE | Allows to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed. |
Read sms | Allows to read SMS messages. |
Receive sms | Allows to monitor, record or perform processing on incoming SMS messages. |
Install shortcut | Allows to install a shortcut in Launcher. |
Uninstall shortcut | Allows to uninstall a shortcut in Launcher. |
Read external storage | Allows to read from external storage such as SD card. |