A minimalistic Android application that notifies food alerts from the http://alimentation.gouv.fr RSS feed, and can display them as a list. Available on the French Google Play Store.
First, you have to configure the android platform target:
$ android update project -p . -t <target>
Then, you can build the project:
$ sbt android:package
Optionally, you could generate an IntelliJ project for these sources:
$sbt gen-idea