'. '

DlvkBrwsr

From APIDesign

(Difference between revisions)
Jump to: navigation, search
Current revision (05:13, 31 July 2014) (edit) (undo)
 
(5 intermediate revisions not shown.)
Line 1: Line 1:
-
[[DlvkBrwsr]] is a runtime that allows to run [[DukeScript]] applications on an [[Android]] phone.
+
[[DlvkBrwsr]] is a runtime that allows to run [[DukeScript]] applications on an [[Android]] phone. It has a sibling, called [[IBrwsr]] that can run the same application on [[iOS]].
 +
 
 +
== [[GooglePlay]] ==
 +
 
 +
First [[DukeScript]] application has been deployed to [[GooglePlay]]. Give it a try: https://play.google.com/store/apps/details?id=org.apidesign.demo.minesweeper
== Your 1st [[DukeScript]] App ==
== Your 1st [[DukeScript]] App ==
-
Prerequisites: You need [[Mercurial]], [[Maven]], and an [[Android]] SDK.
+
If you are not afraid to use [[NetBeans]] IDE see [[DukeScriptInNetBeans]] instructions. If you want to stay IDE independent, make sure you satisfy following prerequisites and follow in shell: You need [[Mercurial]], [[Maven]], and an [[Android]] SDK.
<source lang="bash">
<source lang="bash">
$ hg clone http://source.apidesign.org/hg/html~demo/
$ hg clone http://source.apidesign.org/hg/html~demo/
$ cd html~demo
$ cd html~demo
 +
$ hg up -C 898432e8f056
$ mvn install
$ mvn install
$ cd minesweeper
$ cd minesweeper
-
$ mvn -Pdlvkbrwsr clean install android:deploy android:run
+
$ mvn -Pdlvkbrwsr clean install android:deploy android:run -Dandroid.sdk.path=pathtoyourSDK
</source>
</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.
+
If your phone is connected when the last command is performed, you will see new [[MineSweeper]] application written using [[Knockout4Java]] on your phone.

Current revision

DlvkBrwsr is a runtime that allows to run DukeScript applications on an Android phone. It has a sibling, called IBrwsr that can run the same application on iOS.

GooglePlay

First DukeScript application has been deployed to GooglePlay. Give it a try: https://play.google.com/store/apps/details?id=org.apidesign.demo.minesweeper

Your 1st DukeScript App

If you are not afraid to use NetBeans IDE see DukeScriptInNetBeans instructions. If you want to stay IDE independent, make sure you satisfy following prerequisites and follow in shell: You need Mercurial, Maven, and an Android SDK.

$ hg clone http://source.apidesign.org/hg/html~demo/
$ cd html~demo
$ hg up -C 898432e8f056
$ mvn install
$ cd minesweeper
$ mvn -Pdlvkbrwsr clean install android:deploy android:run -Dandroid.sdk.path=pathtoyourSDK

If your phone is connected when the last command is performed, you will see new MineSweeper application written using Knockout4Java on your phone.

Personal tools
buy