Android SDK Plugin for SBT
An easy-to-use sbt plugin for working with all Android projects (by scala-android)
scalaonandroid
A tutorial and examples of how to write Android apps in Scala 2.13 and Scala 3. (by makingthematrix)
Android SDK Plugin for SBT | scalaonandroid | |
---|---|---|
3 | 12 | |
741 | 178 | |
0.0% | 0.6% | |
0.0 | 2.3 | |
over 4 years ago | 6 months ago | |
Java | 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.
Android SDK Plugin for SBT
Posts with mentions or reviews of Android SDK Plugin for SBT.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-17.
-
Scala on Android
The way to get Scala running on Android again would be to get to the bottom of https://github.com/scala-android/sbt-android/issues/334#issuecomment-533032010 as mentioned in another comment, this is likely to be much easier than rewriting half the compiler to emit Java 7 bytecode.
-
Is Scala Worth Learning in 2021?
There was also this sbt plugin sbt-android which enabled you to write Scala for Android and took care of everything.
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
What are some alternatives?
When comparing Android SDK Plugin for SBT and scalaonandroid you can also consider the following projects:
Gradle Android Scala Plugin - gradle-android-scala-plugin adds scala language support to official gradle android plugin
jfx - JavaFX mainline development
Scaloid - Scaloid makes your Android code easy to understand and maintain.
substrate - Create native Java(FX) apps for desktop, mobile and embedded
Macroid - A modular functional UI language for Android
controlsfx - High quality UI controls to complement the core JavaFX distribution