OnJavaScript icon

OnJavaScript

★★★★★
★★★★★
(3.95/5)

2.3Free11 years ago
fkm

Download OnJavaScript APK latest version Free for Android

Version 2.3
Update
Size 59.77 KB (61,200 bytes)
Developer fkm
Category Apps, Education
Package Name jp.fkmsoft.program.onjavascript
OS 2.1 and up

OnJavaScript APPLICATION description

Let's write JavaScript on your device!
Let's write JavaScript on your device!

This app is like JavaScript interpreter. You can write JavaScript and run!

from Ver 2.0, you can write JavaScript for Android!
You can use following object on your JavaScript.

widget object:
Button widget.createButton(id, text)
TextView widget.createTextView(id, text)
LinearLayout widget.createLinearLayout(id)
-->create android widget
void widget.setOnClick(view, callback)
--> add OnClickEvent to view. in event, callback is called.
void widget.setText(TextView, text)
--> call TextView.setText(text)(you can pass Button, too)
void widget.addView(ViewGroup, view)
--> call ViewGroup.addView(view)

fwindow object:
void fwindow.addView(view)
--> add view to top layout, then view is shown on the screen.
↓ Read more
OnJavaScript screen 1 OnJavaScript screen 2