Skip to content

Files

Latest commit

Apr 19, 2023
1c89b1f · Apr 19, 2023

History

History

helloscala

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 19, 2023
Aug 9, 2021
Aug 9, 2021
Apr 19, 2023

HelloScala example (aka DummyApp)

This example is based on the Hello Gluon from Gluon Mobile samples. I called the first version "Dummy App" and only later realized that it would be better if I use the same project for more complicated examples. I recommend you first try to run this one because if it fails you can be pretty sure that the problem lies in your setup of GraalVM, dependencies, Maven, etc., and not in the details of the app you try to run.

The source code is just one file. Here's a screenshot of what the app looks like when you open it. And from here you can download the already compiled APK.

Please refer to How to compile and run an example for details on how to, well, compile and run this example.