# HG changeset patch # User Jaroslav Tulach # Date 1406366118 -7200 # Node ID 77670cba08c39c91b8402fc8e39ebd2e6d1075fb # Parent 01951f6c119c7a0bd558de80db22c5abbd6db89d Advertizing various deployment options diff -r 01951f6c119c -r 77670cba08c3 minesweeper/src/main/webapp/pages/android_logo.jpg Binary file minesweeper/src/main/webapp/pages/android_logo.jpg has changed diff -r 01951f6c119c -r 77670cba08c3 minesweeper/src/main/webapp/pages/index.html --- a/minesweeper/src/main/webapp/pages/index.html Sat Jul 26 10:35:40 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/index.html Sat Jul 26 11:15:18 2014 +0200 @@ -155,7 +155,83 @@ - +
+
+
+ Android +
+

DlvkBrwsr

+

+ This application has been packaged to run on your Android phone + and is available on Google Play! In this mode it + uses Dalvik virtual machine to execute Java code natively. + It uses Android's WebView to display the UI and execute + generated JavaScript. Both these components are + bound together via + DlvkBrwsr. +

+

+ Install » +

+
+
+
+
+
+ Android +
+

iBrwsr

+

+ This application can also be packaged to run on your iPhone + or iPad. It is not yet available on AppStore, but it will. + In this mode it + uses RoboVM + virtual machine to execute Java code natively. + It uses iOS WebView to display the UI and execute + generated JavaScript. Both these components are + bound together via + iBrwsr library. +

+

+ Learn more » +

+
+
+
+
+
+ Android +
+

Develop Own App!

+

+ One can package this application as a + plugin for NetBeans or + use + NetBeans IDE to create + application like this yourself. Enjoy the + power of HTML and Java. + Write your applications once and deploy and display + them on any device! +

+

+ Develop » +

+
+
+
+