Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 806 Bytes

File metadata and controls

23 lines (16 loc) · 806 Bytes

ScalaPlayer

To build with Eclipse,

1 git clone https://github.com/illi-ichi/ScalaMusicPlayer.git
2 import MusicPlayer
3 Clean the workspace

MusicPlayer is the main project. player is an experimental project with Scaloid.

Problems:

1 Android, Scala, Maven and Test don't get along well.
2 Official Android test system doesn't work with Scala. The test works well when it's written in Java but doesn't run when written in Scala.
3 Robolectric works with Scala but it runs on a regular JVM so I have to figure out how to mock the content provider (DB).

The most promising tutorial is https://bitbucket.org/loyolachicagocs_plsystems/clickcounter-android-scala. However, the tutorial doesn't provide a project template. They just put their whole project there.