CS4760: Human-Computer Interactions: Design and Practice
CS5760: Human-Computer Interaction Evaluations

CS4760 Course Policies
CS5760 Course Policies
Tentative Lectures and Prestentation Schedule
Tentative Assignment Schedule
Complete Schedule in XLS format
Graduate and Undergraduate Assignments

HCI Lecture Notes:

Undergraduate Desgin Projects:

Graduate Websites:

Announcements:

 Konstantin's suggestion for making the emulator run faster:

The trick for making the emulator run faster:

emulator -cpu-delay 0 -no-boot-anim -cache ./cache -avd avd_name

The first two are obvious. the third one will make the memory of the emulator kind of persistent. you can point it to any file that does not get destroyed by boot (such happens with /tmp) it's like a always-on hibernating device. avd_name is the name of virtual device.