Scaloid
Scaloid makes your Android code easy to understand and maintain. (by pocorall)
scalaonandroid
A tutorial and examples of how to write Android apps in Scala 2.13 and Scala 3. (by makingthematrix)
Scaloid | scalaonandroid | |
---|---|---|
1 | 12 | |
2,089 | 178 | |
0.0% | 0.6% | |
5.0 | 2.3 | |
8 months ago | 5 months ago | |
Scala | Scala | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Scaloid
Posts with mentions or reviews of Scaloid.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-13.
-
What's the deal with Kotlin being referred to as the language for Scala Refugees?
About Google - I am not talking about anybody contributing to Google. Do we as a community not need to reflect when Google preferred a newer language like Kotlin when we were already had an active Android ecosystem with projects like https://github.com/pocorall/scaloid and many others.
scalaonandroid
Posts with mentions or reviews of scalaonandroid.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-17.
-
JavaFX In Action with Maciej Gorywoda about FxCalculator, an Android app built with Scala and JavaFX
GitHub repository with examples.
-
Fx Calculator: A calculator for Android written in JavaFX (and Scala)
Here's the 1.0.0 version of FxCalculator
-
Android development.
Im my free time I experiment with the GraalVM approach, which is quite different (JavaFX or ScalaFX for GUI, no Android SDK). You can take a look here: https://github.com/makingthematrix/scalaonandroid
- JavaFX Cross-platform Mobile Apps
-
Do you contribute to open-source android projects?
https://github.com/makingthematrix/scalaonandroid - that's my weekend project
-
Can Javafx application be deployed to Android?
I'm experimenting with this idea: https://github.com/makingthematrix/scalaonandroid
-
How does Gluon's GraalVM based substrate work?
You can build a mobile app with GraalVM Native Image and JavaFX, but without Gluon - I have one such example: https://github.com/makingthematrix/scalaonandroid/tree/main/HelloFXML
-
How do I include multiple FXML files in one project?
In my case, I put them as separate files in the resources/ folder, like here with main.fxml and history.fxml. And then I load them separately in the code:
-
9 years later but we finally have the answer
https://github.com/makingthematrix/scalaonandroid - Here's a repo where I'm doing some experiments with this approach, putting Scala on top of it (it's GraalVM so I can write in Scala if I want to, ha).
-
Java to Android project conversion
This can feel a bit hacky, but... here's my tutorial how to use GraalVM and Gluon to write an Android app in Scala. You can follow it step by step, just ignore the Scala part. https://github.com/makingthematrix/scalaonandroid