I am programming my Android application project in Scala.
If you're interested, you can take a look at this:
Ya, this is a Chinese site, but you can just take a look at the screenshots to get an idea that Scala can do everything with the Android SDK, like Java.
The source code for these two Android apps is hosted on GitHub: http://github.com/brianhsu/Maidroid
Currently, I do not use any IDEs, because Vim / SBT is much more convenient and lightweight than any IDE I have ever used.
And if you use SBT to create your Scala Android application, you donβt need to worry about those gimmicks, just install the sbt android-plugin and set up your project.
You can read this blog post to learn how to create an Android application using SBT.
By the way, I am using my own sbt plugin for handcraft called sbt-android in my project instead of the android-plugin mentioned in this blog post.
Brian Hsu Jan 03 '09 at 10:55
source share