For me, App.ChooseFile doesn't return valid paths when the user selects from their SD Card, so I wrote my own. I'm totally blind, so its appearence isn't prety, everything default, so I'd appreciate any suggestions. If I get enough interest, I'll be...
This is a simple demonstration of some features of the WebAudio api provided in HTML5. This spk shows how to use the api in DroidScript. This code is a port of the code/song featured on Computerphile. Here's the link to the original video: https://yo...
Pdf creator 2 spk
Hello friends, it is a my small app,pdf creator app.No external libs. Examples & screens http://masteros.lark.ru/simp.pdf http://masteros.lark.ru/scre.png
A way to make sure that Bluetooth is enabled before running code for or with it
An example of a file picker using a web view. Tap on a JavaScript file to select, then click OK to view file. Needs work / updating before using it in a serious project.
Demo of modifying DroidScript objects (Layout and Button) to add method chaining, this demo reduces the "Button Styles" demo to one [very long] line. Uses JS Reflect object and spread operator, which may not be available in all JavaScript e...
Ace Demo spk
Demo of a code editor using Ace in a web view. Includes the files to handle several types of files such as JavaScript, as well as several of the themes. See Ace site for more themes and information.
B.U.R.P. spk
BackUp & Remove Plugins -- a tool to copy a plugin to a backup directory and then uninstall plugin. Handy when you're writing plugins.
CodeMirror Demo spk
Demo of a code editor using CodeMirror in a web view. Includes the files to handle CSS, HTML, JavaScript, and XML, as well as 9 of the themes. See CodeMirror site for more themes and information.
Random color spk
Simple app that get a random color. Very fast and very usefull. Tell me if you like it.
Stoper spk
This is a sample of how to create a stoper. If you like it or you have questions, tell me omer.meshy@gmail.com
Hello friends. It is a simple program. It is a helped you create website client. Needed plugins: support, uiextras. File upload function also available on Android 5.0+ Sorry i do not know write on English language. Короче, программа супер. Попробуйте...
Tic Tac Toe spk
The popular TicTacToe game built with DroidScript's button controls. TicTacToe is a round-based game where each of the two player tries to get 3 of his own symbols in a row horizontally, vertically or diagonally. This program also demonstrates how UI...
Pong spk
The retro game 'Pong' created with the DroidScript's ImageView. Pong is a two-player game in which the screen is divided into two halves and each player tries to prevent the ball from slipping through his defense. You can play against the computer or...
A plugin generator app for creating, debugging, exporting and installing DroidScript JavaScript plugins on the fly. Remote source location: https://github.com/SymDSTools/PluginGenerator
DocsPreview spk
A small app which serves as preview for the latest DroidScript docs. It supports basic docs features such like theming and html method anchor jumps. Additionally it is able to retrieve updates from the remote GitHub repository of DroidScript (https:/...
CodeFormatter spk
Format your js code with this lightweight formatter. It uses the format script from http://jsbeautifier.org to make your code look as good as possible. You can edit the options in the code itself and the option property documentation is located in th...