-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Scala and Scaloid support #64
Comments
Nice project. We'll see how to support it as soon is possible. There is a lot of stuff in the roadmap. |
@a-thomas @pocorall I've found this https://github.com/eed3si9n/treehugger - library for generating scala code. We need rewrite all project with this library for support scala 😄 |
@mli-max Could you explain more about how treehugger is used for supporing Scala on androidkickstartr? |
@pocorall It has docs http://eed3si9n.com/treehugger/ It can generate classes, modules, methods and other scala code. I've not read docs yet, only looked out. In androidkickstartr they use similar library, but it's for java only |
There are increasing demands on developing Android in Scala language. And Scaloid project also receives attention.
Please add Scala and Scaloid support.
An out-of-the-box template of a Scala project is here:
https://github.com/rohansingh/android-scala-test
And Scaloid can be enabled by just adding a dependency on that:
https://github.com/pocorall/scaloid/#quick-start
The text was updated successfully, but these errors were encountered: