Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolandtritsch/scala-android
My first Scala Android project
https://github.com/rolandtritsch/scala-android
Last synced: about 19 hours ago
JSON representation
My first Scala Android project
- Host: GitHub
- URL: https://github.com/rolandtritsch/scala-android
- Owner: rolandtritsch
- Created: 2013-09-17T15:59:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-29T08:44:46.000Z (about 10 years ago)
- Last Synced: 2024-04-16T12:19:40.900Z (10 months ago)
- Language: Scala
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My first Scala Android project
What you need to do to make it work ...
* install sbt
* install the Android SDK and download platform level 19 (this is the one I am using)
* clone this repo to ``
* you either need to set ANDROID_HOME or you need to run `android project update -p /scala-android`
* create an [avd](http://developer.android.com/tools/devices/managing-avds-cmdline.html) (I recommend to use the Google API target) and start the emulator
* run `sbt install`
* open HelloActivity on the emulator... and you should be in business.