JaroslavTulach at 05:13, 31 July 2014 - 2014-07-31 05:13:26

←Older revision Revision as of 05:13, 31 July 2014
Line 1: Line 1:
[[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]].
[[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 ==

JaroslavTulach: /* Your 1st DukeScript App */ - 2014-06-19 07:57:24

Your 1st DukeScript App

←Older revision Revision as of 07:57, 19 June 2014
Line 11: Line 11:
$ mvn install
$ mvn install
$ cd minesweeper
$ cd minesweeper
-
$ mvn -Pdlvkbrwsr clean install android:deploy android:run -Dandroid.sdk.path=pathtoyour[[Android]]SDK
+
$ mvn -Pdlvkbrwsr clean install android:deploy android:run -Dandroid.sdk.path=pathtoyourSDK
</source>
</source>
If your phone is connected when 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.

JaroslavTulach: /* Your 1st DukeScript App */ - 2014-06-19 07:57:12

Your 1st DukeScript App

←Older revision Revision as of 07:57, 19 June 2014
Line 11: Line 11:
$ 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=pathtoyour[[Android]]SDK
</source>
</source>
If your phone is connected when 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.

JaroslavTulach: /* Your 1st DukeScript App */ - 2014-06-19 07:56:38

Your 1st DukeScript App

←Older revision Revision as of 07:56, 19 June 2014
Line 3: Line 3:
== 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

JaroslavTulach at 14:21, 21 May 2014 - 2014-05-21 14:21:58

←Older revision Revision as of 14:21, 21 May 2014
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]].
== Your 1st [[DukeScript]] App ==
== Your 1st [[DukeScript]] App ==

JaroslavTulach: /* Your 1st DukeScript App */ - 2014-04-18 09:41:16

Your 1st DukeScript App

←Older revision Revision as of 09:41, 18 April 2014
Line 13: Line 13:
</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.

JaroslavTulach at 08:38, 16 March 2014 - 2014-03-16 08:38:21

←Older revision Revision as of 08:38, 16 March 2014
Line 1: Line 1:
-
A runtime that allows to run [[Knockout4Java]] applications on an Android phone.
+
[[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.

JaroslavTulach: New page: A runtime that allows to run Knockout4Java applications on an Android phone. - 2014-03-15 14:52:31

New page: A runtime that allows to run Knockout4Java applications on an Android phone.

New page

A runtime that allows to run [[Knockout4Java]] applications on an Android phone.