teaching machines

kozuchaj hw2 states list

October 20, 2011 by . Filed under cs491 mobile, fall 2011, postmortems.

For my homework two I wrote a simple application to query a list of states (or whatever for that matter), display them in a listview in the main activity and should the user decide to click on one it brings up a second view activity to give them more info based off of queried info from a built in database.

This is the homeview for the list (there are some repeats):

If you click on one of the items you are represented with a small info pane. I kept it simple because I had already gotten the hang of db queries.

Simple is as simple does.