Skip to content

grant-olson/droid-quizmaster-scala

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
res
 
 
 
 
 
 
 
 
 
 

Droid Quizmaster

Droid Quizmaster is a quiz application for Android Phone applications. It is written entirely in scala. Hopefully it will provide a more detailed example of a scala Droid app than the basic hello-world application.

Install Prerequisites

  1. A Java JDK.

  2. A scala install. (I'm using 2.8.0).

  3. The Android SDK.

  4. ProGuard (to create smaller .apks)

Install

  1. Clone the repository.

  2. Copy the files 'scala-compiler.jar' and 'scala-library.jar' from $SCALA_HOME/lib to the tools/ directory.

  3. Copy the files 'proguard.jar' and 'retrace.jar' from $PROGUARD_HOME/lib to the tools/ directory.

  4. run 'ant install'.

Note: Run 'export ANT_OPTS=-XMX1024M' if you run out of heap space while building.

Have Fun

Grant

About

A basic quiz application for Android based phones written in scala.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages