Hello HTML5 Canvas. This app demonstrates how to simply draw shapes on an HTML5 canvas. The canvas is a very useful component in HTML5 for creating graphics output, plotting values from sensors for example. For more advanced graph drawing, you can use a JavaScript library such as Flotr2.
You can browse the source code for this example at the Evothings GitHub repository
The file index.html contains the HTML markup and JavaScript drawing code of the app.
This example runs in Evothings Client on Android or iOS.
Follow these steps to get started with this example: