6 ms·
Scala is also a good option. The g8 template for Android apps is at: https://github.com/jberkel/android-app.g8 https://github.com/jberkel/android-app.g8
by shailesh 12y ago
Scala is also a good option. The g8 template for Android apps is at:
https://github.com/jberkel/android-app.g8 https://github.com/jberkel/android-app.g8
- V-2 12y agoI thought about Scala, but the Scala plugin for Android Studio is rumored to be buggy and Scala doesn't integrate well with Gradle build system. At least I couldn't get it to work and I gave up after a while. If they (Google) wanted Scala to be supported on Android, they would make sure it isn't such a pain. And some documentation - all I could turn to for help is a handful of random blog entries etc.
- Jare 12y agoThis Libgdx sample worked better for me, although I had to remove a bunch of ios bits to get it to work on my non-mac. https://github.com/ajhager/libgdx-sbt-project.g8 https://github.com/ajhager/libgdx-sbt-project.g8
- V-2 12y agoThanks for the tip. Did you get it to work with Android Studio? (I guess guidelines for IntelliJ Idea would apply)