STUDENT ID: adoublec SECTION: TM
  1. Launch the app. Does the screen look as shown below?



    Possible Answers and Marks:
    1. No, it doesn't.
    2. Not quite; something is missing (see comments).
    3. Yes, I see one button covering the entire screen (i.e. both width and height are "match_parent") with caption "TAP ME".


  2. Tap the button once. Does its caption change to "TAPPED ONCE"?



    Possible Answers and Marks:
    1. No.
    2. Not quite; the caption changed but the count is wrong.
    3. Yes.


  3. Tap the button again. Does its caption change to "TAPPED TWICE"?



    Possible Answers and Marks:
    1. No.
    2. Not quite; the caption changed but the count is wrong.
    3. Yes.


  4. Shake the device strongly (acceleration vector length at least 18). Does the state revert back to when the app is launched?



    Possible Answers and Marks:
    1. No.
    2. Not quite; the caption reverted to "TAP ME" but when tapped once afterward the count is not 1 (e.g. it continues from the count before shaking).
    3. Yes.