For a compilation of all of my projects for this class, click here.
These are my weekly projects, organized from oldest to newest.
Simple Guessing Game
Try to guess the mystery number within the interval [1-100]!
More Sophisticated Guessing Game
With this upgraded version of the guessing game, you can now
change the interval that the myster number lies in!
Tom Clancy Generator
Based on the
Tom Clancy Plot Generator by
maddox.
Useful links
Spinners and ListViews
Gives a simple way to construct Spinners (pull down menus) and List Views (fancy lists).
Note: The examples do not have properly formatted generic classes. You need to add "<String>" to the end of any class name for a generic class.