Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-leuthaeuser/scrollandroid
SCala ROLes Language "Hello World!" example project for Android.
https://github.com/max-leuthaeuser/scrollandroid
Last synced: 12 days ago
JSON representation
SCala ROLes Language "Hello World!" example project for Android.
- Host: GitHub
- URL: https://github.com/max-leuthaeuser/scrollandroid
- Owner: max-leuthaeuser
- License: gpl-3.0
- Created: 2015-06-17T12:54:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T08:30:07.000Z (over 9 years ago)
- Last Synced: 2024-11-14T03:49:17.598Z (about 2 months ago)
- Language: Scala
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SCROLLAndroid
=============
*SCala ROLes Language* "Hello World!" example project for Android.**Edit and run:**
1. Setup your development environment for Android and Scala. [This][android] might help.
2. Clone this repo.
3. Run SBT and run ```gen-idea```if you are using Intellij IDE <= 13 (to config see [here][sbt-gen-idea]). This is not required anymore since Intellij 14. Just use the built-in import SBT project functionality.
4. Run SBT and run ```eclipse``` if you are using the Eclipse Scala IDE. (to config see [here][gen-eclipse])
5. Run ```sbt android:run``` to package and start the app on your device (this could take a while).
[sbt-gen-idea]: https://github.com/mpeltonen/sbt-idea
[gen-eclipse]: https://github.com/typesafehub/sbteclipse
[android]: http://scala-ide.org/docs/tutorials/androiddevelopment/