Scala Programming for Android

前端 未结 9 1421
无人及你
无人及你 2020-11-29 14:14

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

9条回答
  •  忘掉有多难
    2020-11-29 15:01

    If you use maven, use android-scala-test as a startup template. It works great for me out-of-the-box.

    Scaloid is an Android API wrapper written in Scala that help you to write your Android program in Scala-style.

提交回复
热议问题