teaching machines

Mobile Web: Jack Ferris

December 1, 2012 by . Filed under cs491 mobile, fall 2012, postmortems.

The application I created is called EZQuestions.  The application is not that exciting.  There are questions with four possible answers (buttons in a control group) and the user is notified if the answer they selected is correct or incorrect.  This application has a dialog page, which welcomes the user to the app.  The application takes advantage of the native phone functions: vibrate and notification.  A user is notified is their answer to a question is correct/incorrect with a notification as well as a vibration.  I also created a custom home button icon to return to the welcome dialog page.  I have not done much work with web programming before this app, so it was a good simple beginner program for me.