Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gluonhq/hello-world
- Owner: gluonhq
- License: other
- Created: 2018-05-22T06:28:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T15:50:32.000Z (almost 4 years ago)
- Last Synced: 2023-08-06T18:25:25.258Z (over 1 year ago)
- Language: Java
- Size: 449 KB
- Stars: 8
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`