Scala Programming for Android

Posted by Lemmy on Stack Overflow See other posts from Stack Overflow or by Lemmy
Published on 2009-01-24T15:03:18Z Indexed on 2010/03/18 0:31 UTC
Read the original article Hit count: 390

Filed under:
|
|

I have followed the tutorial at Scala and Android with Scala 2.7.3 final. The resulting Android App works but even the most basic application takes several minutes (!) to compile and needs 900 kb compressed, which is a show stopper for mobile applications. Additionally, the IDE runs out of memory every now and then. I assume dex is not made for big libraries like the scala-library.

So my question is: Has anyone actually done this and is there any cure for this?

© Stack Overflow or respective owner

Related posts about scala

Related posts about android