Samples


Getting started

Name Description Links
HelloWorld A simple Hello World application with Java 11+ and GraalVM.
Links: Source
Source
HelloFX A simple Hello World application with Java 11+, JavaFX 15+ and GraalVM.
Links: Source
Source
HelloFXML A simple Hello World application with Java 11+, JavaFX 15+ (with FXML) and GraalVM.
Links: Source
Source
HelloGluon A simple Hello World application with Java 11+, JavaFX 15+, Gluon Mobile and GraalVM.
Links: Source
Source
HelloGluon CI The HelloGluon sample built on Windows, Linux, Mac OS, iOS and Android using GitHub Actions
Links: Source
Source

 

Gluon Mobile

Name Description Links
50 States A JavaFX application that uses the Gluon Mobile CharmListView UI control.
Links: Source | Docs
Source
Docs
Beacons This sample shows how to use the Bluetooth Low Energy service in Gluon Attach, to scan beacons with your mobile device.
Links: Source | Docs
Source
Docs
Comments A JavaFX Application that uses Gluon Connect (the client-side counterpart of the Gluon CloudLink service) and Gluon Mobile (a mobile application framework with mobile-friendly UI controls).
Links: Source | Docs
Source
Docs
Doodle Trace This sample allows you to draw a line on the screen using your finger, and then replay the line with the click of a button.
Sample contributed by Carl Dea.
Links: Source
Source
Notes A JavaFX application that uses Gluon Mobile (a mobile application framework with mobile-friendly UI controls) and Gluon Connect (for locally storing notes and user settings).
Links: Source | Docs
Source
Docs
Push Notifications A Gluon Mobile application that uses Gluon CloudLink to receive remote notifications sent from the CloudLink Dashboard or through the CloudLink Enterprise API. Links: Source | Docs

Source Docs

 

Gluon CloudLink

Name Description Links
Storage A Gluon Mobile application that uses Gluon CloudLink to store data locally and in the cloud.
Links: Source | Docs
Source
Docs

Push Notifications A Gluon Mobile application that uses Gluon CloudLink to receive remote notifications sent from the CloudLink Dashboard or through the CloudLink Enterprise API. Links: Source | Docs

Source Docs

 

Gluon Connect

Name Description Links
Comments A JavaFX Application that uses Gluon Connect (the client-side counterpart of the Gluon CloudLink service) and Gluon Mobile (a mobile application framework with mobile-friendly UI controls).
Links: Source | Docs
Source
Docs
Notes A JavaFX application that uses Gluon Connect (for locally storing notes and user settings) and Gluon Mobile (a mobile application framework with mobile-friendly UI controls).
Links: Source | Docs
Source
Docs
Basic Usage A JavaFX Application that uses Gluon Connect to load data from a classpath resource.
Links: Source | Docs
Source
Docs
File Provider A JavaFX Application that uses Gluon Connect to load data from a file that is located on the local file system.
Links: Source | Docs
Source
Docs
Rest Provider A JavaFX Application that uses Gluon Connect to load data from an online URL resource.
Links: Source | Docs
Source
Docs