Installation Procedure for the Lecture Info App

(1) Download and unpack Eclipse:
    http://www.eclipse.org/downloads/

(2) Download and unpack the Android SDK:
    http://developer.android.com/sdk/

(3) Run the Android SDK and let it download/update packages,
    be sure to at least download Android API Level 10 (2.3.3).
    Also, create an AVD running at least API Level 10.

(4) Install the ADT plugin in Eclipse:
    http://developer.android.com/sdk/eclipse-adt.html

(5) In Eclipse, configure the Android SDK location.

(6) Import the Lecture Info project in Eclipse:
    File -> Import -> General -> Existing Projects into Workspace
    -> Select archive file -> LectureInfo.zip

(7) Download the Guava libraries and unpack them:
    http://code.google.com/p/guava-libraries/downloads/

(8) In Eclipse, right click onto the project directory, select "Properties",
    go to "Java Build Path", click on the "Add External JARs" button and
    select "guava-r09.jar" from the directory where the Guava libraries reside. 

To run the Lecture Info app, right-click onto the project directory in Eclipse
and select "Run As" -> "Android Application".