teaching machines

U and I – Becky Sippert

October 8, 2012 by . Filed under cs491 mobile, fall 2012, postmortems.

I created a memory game app using the CS faculty pictures. The app times how fast you match all of the pictures up and then displays your time at the end.

The app uses a Chronometer, ImageViews, CheckBoxes, TextViews, and one Button.

The lessons I learned developing it are that custom-made Views and classes are super useful, developing goes way faster on a device than an emulator, nesting lots of layouts can be really irritating, and Google is my friend.