AMonkey
Usergroup: User
Created: 2019-11-28 07:50:50
Resources
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.
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.
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.
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...
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.