Difference between revisions of "MAP524/DPS924 Bonus Lab"
(Created page with 'Reimplement the features from Lab 4 using Cordova instead of native code. Make a simple layout in plain HTML (with a table or DIVs or whatever) with two i…') |
|||
Line 1: | Line 1: | ||
+ | This lab is optional. You won't lost any marks if you don't do it, but if you finish it - you'll get a 2% bonus. | ||
+ | |||
Reimplement the features from [[MAP524/DPS924_Lab_4|Lab 4]] using Cordova instead of native code. Make a simple layout in plain HTML (with a table or DIVs or whatever) with two images and switch them using DOM manipulation JavaScript code. | Reimplement the features from [[MAP524/DPS924_Lab_4|Lab 4]] using Cordova instead of native code. Make a simple layout in plain HTML (with a table or DIVs or whatever) with two images and switch them using DOM manipulation JavaScript code. |
Revision as of 22:56, 10 August 2015
This lab is optional. You won't lost any marks if you don't do it, but if you finish it - you'll get a 2% bonus.
Reimplement the features from Lab 4 using Cordova instead of native code. Make a simple layout in plain HTML (with a table or DIVs or whatever) with two images and switch them using DOM manipulation JavaScript code.