szpasztor / scaloid-apidemos

A Scala port of well-known ApiDemos for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android ApiDemos rewritten elegantly

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.

Prerequisites

  • Maven 3.0.5
  • Android SDK
    • Both SDK Level 8 and the most recent version should be installed.

Scaloid-ApiDemos requires Android API Level 16 and above. Please note that this is just a requirement of Scaloid-ApiDemos project. Scaloid supports Android API Level 8 and above.

How to build

This is a maven project. Issue mvn package to build, and mvn android:deploy to deploy on your virtual device.

Troubleshooting

Error ANDROID-904-002: Found aidl files: Count = 0

The environment variable ANDROID_HOME is incorrect.

Roadmap

  • Completely move the code from Java to Scala
    Currently, the code did not completely ported into Scala yet.

License

This software is licensed under the Apache 2 license.

About

A Scala port of well-known ApiDemos for Android