A Scala port of well-known ApiDemos for Android. This project demonstrates effectiveness of Scaloid library.
Using Scaloid, Android apps can be written much simpler. Compare with our Scala version of ActionBarDisplayOptions
and original Java version.
- Maven 3.2 or above
- Android SDK Level 16
Scaloid-ApiDemos requires Android API Level 16 or above. Please note that Scaloid supports Android API Level 10 or above.
This is a maven project. Issue mvn package
to build, and mvn android:deploy
to deploy on your virtual device.
- Completely move the code from Java to Scala
Currently, the code did not completely ported into Scala yet.
This software is licensed under the Apache 2 license.