Use for general questions related to Gluon that don't fit into more specific tags such as gluon-mobile or gluon-desktop, and also other tags like javafxports or scenebuilder.
Gluon is a Java technology company laser-focused on developing libraries, services, and tooling around the goal of having Java on mobile devices.
GluonFX enables Java development on Desktop, Android, iOS and Embedded devices, with the GluonFX plugins, JavaFX and GraalVM technologies, running on the JVM or as a native-image.
Gluon Mobile provides functionality for connecting to remote web services, accessing hardware specific functionality in a device-agnostic manner, and for building great looking user mobile interfaces using the latest in material design patterns.
Gluon Cloud enables easy data backup and synchronization between users, and our tools enable rapid development of applications that build upon Gluon Mobile and Gluon Cloud.
Product tags
- gluon: General Gluon questions
- gluonfx: GluonFX questions
- gluon-mobile: Gluon Mobile questions
- gluon-desktop: Gluon Desktop questions
- gluon-cloud: Gluon Cloud questions
- gluon-idetools: Gluon IDE Tools questions
- scenebuilder: SceneBuilder questions
- javafxports: JavaFXPorts specific questions
Gluon Support
Find more about Gluon's open source and commercial projects here.
Asking a Good Question
Follow the Stack Overflow guides on asking a good question. For users to be able to help you with errors, the first step is to be able to reproduce them. For that, they need:
- Sample code, following the MCVE convention
- Project config:
build.gradle
file - Environment: Development OS, Mobile OS and Device.
- Debug logs and exception stack traces.
- On Android run
adb logcat -v threadtime
. - On iOS use Xcode->Windows->Devices to see your device logs and crash reports.
- On Android run