DlvkBrwsr
From APIDesign
(Difference between revisions)
(New page: A runtime that allows to run Knockout4Java applications on an Android phone.) |
|||
Line 1: | Line 1: | ||
- | + | [[DlvkBrwsr]] is a runtime that allows to run [[DukeScript]] applications on an [[Android]] phone. | |
+ | |||
+ | == Your 1st [[DukeScript]] App == | ||
+ | |||
+ | Prerequisites: You need [[Mercurial]], [[Maven]], and an [[Android]] SDK. | ||
+ | |||
+ | <source lang="bash"> | ||
+ | $ hg clone http://source.apidesign.org/hg/html~demo/ | ||
+ | $ cd html~demo | ||
+ | $ mvn install | ||
+ | $ cd minesweeper | ||
+ | $ mvn -Pdlvkbrwsr clean install android:deploy android:run | ||
+ | </source> | ||
+ | |||
+ | If your phone is connected when you do the last command is performed, you will see new ''minesweeper'' application written using [[Knockout4Java]] on your phone. |
Revision as of 08:38, 16 March 2014
DlvkBrwsr is a runtime that allows to run DukeScript applications on an Android phone.
Your 1st DukeScript App
Prerequisites: You need Mercurial, Maven, and an Android SDK.
$ hg clone http://source.apidesign.org/hg/html~demo/ $ cd html~demo $ mvn install $ cd minesweeper $ mvn -Pdlvkbrwsr clean install android:deploy android:run
If your phone is connected when you do the last command is performed, you will see new minesweeper application written using Knockout4Java on your phone.