Table of Contents

DroidScript v1.18

Updated

February 8th, 2015

What's new

v1.18 incorporates changes made in various private betas tested since version 1.15

Most most notable change in this version is the ability to create 'HTML' based apps as well as the usual JavaScript (Native) App type. This will allow much easier development of HTML5 based applications for those who are familiar with web development. You no longer have to use the WebView control and call the web.Execute() method to communicate between the two worlds. Syntax errors will also be highlighted for JavaScript within your HTML page too :)

Check out the “HTML Sensors” sample for an example of using the JQuery 'FlotCharts' plotting library to generate live graphs of sensor input. (Note: When it comes to including your own collection of JavaScript libraries in your own projects, you can simply use a relative path rather than the special internal path format used in the samples)

There are also some other exciting new samples to stimulate your imagination such as:

Here is the full change list for version 1.18:

(Text by Dave Smart in the DroidScript Google Group)