User-friendly ads for your Android app Monetize with the AppBrain SDK Check it out
AppBrain Best Android Apps
AppBrain
Dashboard Statistics Stats Documentation Docs
Sign up
Log in
Android Apps > Tools > Basic for Android
Basic for Android icon

Basic for Android

Basic language for Android. Standard Basic. Android controller.
by NS-ware
Google Play
Google Play
1+
Thousand
Downloads
PREMIUM
Est. downloads
PREMIUM
Recent d/loads
4.52
96
Rating
Unranked
Ranking
5
Libraries
4.0+
Android version
12/3/19
Last updated
2012
August
App age
8.09 MB
App size
Everyone
Content rating
$4.49
Price

Google Play Rating history and histogram

76
9
3
1
7

Changelog

  • Dec 4, 2019 Price Increase New price: $4.49 ($3.99)
  • Dec 3, 2019 Update Version 3.12
  • Aug 17, 2019 Update Version 2.96
  • Aug 2, 2019 Update Version 2.95
  • Jun 4, 2019 Update Version 2.94
  • Mar 20, 2019 Update Version 2.91
  • Jan 27, 2019 Update Version 2.89
  • Dec 1, 2018 Update Version 2.86
  • Sep 4, 2018 Update Version 2.79
  • Aug 5, 2018 Update Version 2.78
  • May 6, 2018 Update Version 2.74
  • Mar 27, 2018 Update Version 2.68
  • Feb 5, 2018 Update Version 2.66
  • Dec 6, 2017 Update Version 2.60
  • Nov 11, 2017 Update Version 2.57
  • Oct 30, 2017 Update Version 2.55
  • Oct 8, 2017 Update Version 2.53
  • Sep 23, 2017 Update Version 2.52
  • Jul 27, 2017 Update Version 2.51
  • Jul 8, 2017 Update Version 2.50
  • May 16, 2017 Update Version 2.48
  • Apr 29, 2017 Update Version 2.47
  • Apr 26, 2017 Update Version 2.46
  • Dec 9, 2016 Price Increase New price: $3.99 ($1.00)
  • Nov 30, 2016 Update Version 2.45
  • Nov 27, 2016 Price Drop New price: $1.00 ($3.99)
  • Nov 22, 2016 Price Increase New price: $3.99 ($1.00)
  • Nov 20, 2016 Update Version 2.43
  • Nov 16, 2016 Price Drop New price: $1.00 ($4.49)
  • Nov 4, 2016 Price Increase New price: $4.49 ($3.99)
  • Oct 18, 2016 Update Version 2.41
  • Sep 4, 2016 Update Version 2.40
  • Aug 29, 2016 Price Increase New price: $3.99 ($0.99)
  • Aug 15, 2016 Price Drop New price: $0.99 ($3.99)
  • Aug 15, 2016 Update Version 2.39
  • Jul 19, 2016 Update Version 2.38
  • Jul 14, 2016 Price Drop New price: $3.99 ($4.99)
  • Jul 5, 2016 Update Version 2.36
  • Jun 30, 2016 Price Increase New price: $4.99 ($0.99)
  • Jun 8, 2016 Update Version 2.33
  • May 26, 2016 Price Drop New price: $0.99 ($99.00)
  • May 21, 2016 Price Increase New price: $99.00 ($4.99)
  • May 8, 2016 Price Increase New price: $4.99 ($2.99)
  • May 3, 2016 Update Version 2.32
  • Apr 29, 2016 Update Version 2.31
  • Apr 11, 2016 Update Version 2.30
  • Mar 9, 2016 Update Version 2.29
  • Feb 28, 2016 Update Version 2.28
  • Jan 19, 2016 Update Version 2.26
  • Dec 12, 2015 Price Drop New price: $2.99 ($4.99)
View more View less

Developer information

NS-ware

[email protected]

Website

N/A

Are you the developer of this app? Join us for free to see more information about your app and learn how we can help you promote and earn money with your app.
I'm the developer of this app

Description

Standard Basic. Android device controller.
Time reservation execution:Terminal is controllable at arbitrary time.
It has high compatibility with the traditional Basic.
QB,C64 basically commands, you can use it almost as it.

The command interactive console of the PC is just realized.(Text edit combination ok)
By this one, the existing smartphone will become able to utilize as a portable computer.
Nexus,Pixel(Pie),Nvidia Shield,Xperia Play support. OpenGL mode support.

Feature: Simple and thorough language specification. High speed execution.
By definition function, it can use subroutines hierarchically. Recursive call is also possible.
Although Variable is automatic declaration,
there is distinction of global variable and local variable.
Flow processing maintained in block structure is possible.

It has sprite function of variable size, various expression is possible.
By background graphics function of parts unit, scroll expression can also be made easy.
It also have the judgment function of the collision with each sprite and background graphics.
http://androidbasic.ninja-web.net/screencp.html
Independent screen structure: Text, Graphics, BG-Graphics, Sprite & Graphic buffer.

Various device operations are supported.
Camera photography, GPS sensor, Video playback, Voice recording, Battery residual, Bluetooth.
*Various device controls have setting of permission,

Various sensors. (Orientation,Accelerometer,Proximity,Temperature,Illuminance,Gyroscope,Magnetic,Pressure)
Voice synthesis. (Text To Speech)

SQLite and Regular-expression can be used from both Program sauce and Direct command.
The other,
Execute external application. Web page display.
Zip-file compress&decompress.
C language conversion save function.
QR-code Bar-code Reader, Generator.
The load function from the network.
The specification program execution function from home screen.

Mathematics function of school textbook.
fcal:f(x) Calc, sigma:ΣSum, perm:Permutation, comb:Combination
deriv$:derivative, diff:Differential, intgr:Integral, dint:Definite
root:n-th Root, prime:Prime number, gcd:Greatest common, lcm:Least common

Various interrupts function.
on (stop, time$, interval, play, touch, bluetooth, error)
Random(binary) & Text file, File operation, Music performance function.

Input exclusive-use device: Software-keyboard, Direction Virtual-device
Programming is possible only with a smartphone by 'Auxiliary-input' and 'Popup-Help'.
It can also edit from PC via SD card.
The key assignment function in the model with a hardware keyboard.
There are Step-execution-mode & Variable-table.

It is equipped fully with On-line/Off-line manual.
Manual page.
http://androidbasic.ninja-web.net/man/indexe.html
HP: Turtle graphics is released.
Sample: shooting action game, etc. RPG material Built-in.
Android is a trademark of Google LLC.

Recent changes:
Expansion: Sprite max to 1024. init"spmax:1024"
change: Function-izing of 'range' command which limits the range.
range var,12,24 -> var=range(var,12,24)
Expansion: curdir$(n) 1.Internal Storage 2.SQL folder
2019/12/03
'input'command timing minor fix. specific model fix.
Standard Basic. Android device controller.
Time reservation execution:Terminal is controllable at arbitrary time.
It has high compatibility with the traditional Basic.
QB,C64 basically commands, you can use it almost as it.

The command interactive console of the PC is just realized.(Text edit combination ok)
By this one, the existing smartphone will become able to utilize as a portable computer.
Nexus,Pixel(Pie),Nvidia Shield,Xperia Play support. OpenGL mode support.

Feature: Simple and thorough language specification. High speed execution.
By definition function, it can use subroutines hierarchically. Recursive call is also possible.
Although Variable is automatic declaration,
there is distinction of global variable and local variable.
Flow processing maintained in block structure is possible.

It has sprite function of variable size, various expression is possible.
By background graphics function of parts unit, scroll expression can also be made easy.
It also have the judgment function of the collision with each sprite and background graphics.
http://androidbasic.ninja-web.net/screencp.html
Independent screen structure: Text, Graphics, BG-Graphics, Sprite & Graphic buffer.

Various device operations are supported.
Camera photography, GPS sensor, Video playback, Voice recording, Battery residual, Bluetooth.
*Various device controls have setting of permission,

Various sensors. (Orientation,Accelerometer,Proximity,Temperature,Illuminance,Gyroscope,Magnetic,Pressure)
Voice synthesis. (Text To Speech)

SQLite and Regular-expression can be used from both Program sauce and Direct command.
The other,
Execute external application. Web page display.
Zip-file compress&decompress.
C language conversion save function.
QR-code Bar-code Reader, Generator.
The load function from the network.
The specification program execution function from home screen.

Mathematics function of school textbook.
fcal:f(x) Calc, sigma:ΣSum, perm:Permutation, comb:Combination
deriv$:derivative, diff:Differential, intgr:Integral, dint:Definite
root:n-th Root, prime:Prime number, gcd:Greatest common, lcm:Least common

Various interrupts function.
on (stop, time$, interval, play, touch, bluetooth, error)
Random(binary) & Text file, File operation, Music performance function.

Input exclusive-use device: Software-keyboard, Direction Virtual-device
Programming is possible only with a smartphone by 'Auxiliary-input' and 'Popup-Help'.
It can also edit from PC via SD card.
The key assignment function in the model with a hardware keyboard.
There are Step-execution-mode & Variable-table.

It is equipped fully with On-line/Off-line manual.
Manual page.
http://androidbasic.ninja-web.net/man/indexe.html
HP: Turtle graphics is released.
Sample: shooting action game, etc. RPG material Built-in.
Android is a trademark of Google LLC.

Recent changes:
Expansion: Sprite max to 1024. init"spmax:1024"
change: Function-izing of 'range' command which limits the range.
range var,12,24 -> var=range(var,12,24)
Expansion: curdir$(n) 1.Internal Storage 2.SQL folder
2019/12/03
'input'command timing minor fix. specific model fix.
Show full description Hide full description
basic comb:combination command deriv device diff:differential dint:definite execution execution:terminal expression fcal:f function gcd:greatest graphics intgr:integral lcm:least perm:permutation possible prime:prime root:n sigma:σsum sprite text variable various

Comments

Tag cloud

android basic font great keyboard manual moment size sprites you

Positive comment tag cloud

android basic font great having keyboard moment size sprites you

Negative comment tag cloud

manual needs overhaul serious tried unclear very yet

Google Play Rankings

This app is not ranked

Permissions

Development tools
test access to protected storage
Your location
approximate (network-based) location, precise (GPS) location
Network communication
view network connections, pair with Bluetooth devices, full network access, Google Play license check
Your accounts
read Google service configuration
Storage
modify or delete the contents of your USB storage
Hardware controls
take pictures and videos, control flashlight, record audio, control vibration
System tools
access Bluetooth settings, disable your screen lock, prevent phone from sleeping, install shortcuts

Libraries

Ad network libraries

None found

Social libraries

None found

Development tools

Android Support library Android Architecture Components Android Jetpack VersionedParcelable Google Maps SDK Android Jetpack Media

Related apps

RAR
RARLAB (published by win.rar GmbH)
89
Free
100,000,000+
Free Advanced calculator 991 es plus & 991 ex plus
Nhi Thien Studio
96
Free
1,000,000+
Weaphones™ Gun Sim Free Vol 1
OranginalPlan
88
Free
10,000,000+
Panecal Scientific Calculator
Appsys
92
Free
5,000,000+
King Calculator
Calculator Inc
95
Free
500,000+
Mathematics
daboApps
87
Free
5,000,000+
Learn Java
SoloLearn
92
Free
1,000,000+
OnPipe
SayGames
84
Free
10,000,000+

More from NS-ware

Runtime & Manual
NS-ware
0
Free
100+
Danmaku Shooting
NS-ware
77
Free
500+

Want more apps?

Find the Android apps that are trending right now

AppBrain Intelligence premium content

Subscribe now to get full and unlimited access to AppBrain Intelligence. You'll have access to:

  • Unlimited pageviews (both app and developer details)
  • Recent install count per app (last 30 days)
  • Detailed ranking data per app
  • Recent install count per developer (last 30 days)
  • Full timeline per developer
  • Device market shares data per country

1 Month

$75/mo
(billed every month)

SAVE 0%
Subscribe

3 Months

$65/mo
($195 billed every 3 months)

SAVE 13%
Subscribe

1 Year

$57.50/mo
($690 billed every year)

SAVE 23%
Subscribe
Each subscription will automatically renew 3 days before the expiration date for the same time period. Subscriptions can be cancelled at any time before the renewal.

Developer services

  • Android App Promotion
  • Monetize Your Android App
  • Track ranking of your Android App
  • AppBrain SDK
  • Apptimizer

Android Statistics

  • Android statistics
  • Google Play Developer stats
  • Trending Apps
  • All-time Popular Apps

About AppBrain

  • Contact
  • Blog
  • Privacy
  • Documentation
  • Android Interstitial Ads: Best practices to optimize your app's earnings
© 2010-2019 - AppBrain