Skip to content

pulsation/slick-android-example

Repository files navigation

#Slick Android Example

##Setup

Before compiling this quick example, you have to install SBT and the Android SDK.

You can list available Android targets by issuing the following command :

$ android list targets

Then, you can pick up one for this project with :

$ android update project -p . -t <target>

After that, you can connect your phone or launch an emulator, and run this example by executing :

$ sbt android:run

More information is avaliable on pfn's Android SDK plugin for SBT.

About

A quick example of Scala and Slick running on the Android platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages