Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gluonhq/hello-world

Contains a simple Gluon Mobile hello world application
https://github.com/gluonhq/hello-world

Last synced: about 2 months ago
JSON representation

Contains a simple Gluon Mobile hello world application

Awesome Lists containing this project

README

        

Hello World
===========

A Hello World demonstrating JavaFX running on desktop and mobile devices. This simple project
is used in the Gluon Getting Started guide at http://docs.gluonhq.com/getting-started/

Instructions
------------
To execute the sample, do as follows:

* Desktop
> Just run it from your IDE or from command line: `./gradlew run`
* Android
> Connect your Android device and run `./gradlew androidInstall`
* iOS
> Connect your iOS device and run `./gradlew launchIOSDevice`