/ClockBack/README.html
http://eyes-free.googlecode.com/ · HTML · 121 lines · 121 code · 0 blank · 0 comment · 0 complexity · c184373e6fba205851ed2a947c2eba08 MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <body>
- <p>
- This is an example of an accessibility service that provides custom feedback for the Clock application which comes by default with Android devices. It demonstrates the following key features of the Android accessibility APIs:
- </p>
- <ol>
- <li>
- Simple demonstration of how to use the accessibility APIs.
- </li>
- <li>
- Hands-on example of various ways to utilize the accessibility API for providing alternative and complementary feedback.
- </li>
- <li>
- Providing application specific feedback — the service handles only
- accessibility events from the Clock application.
- </li>
- <li>
- Providing dynamic, context-dependent feedback — feedback type changes depending on the ringer mode.
- </li>
- <li>
- Application specific UI enhancement — application domain knowledge is utilized to enhance the provided feedback.
- </li>
- </ol>
- <p>
- Steps to exercise the ClockBack example:
- </p>
- <ol>
- <li>
- <ul>
- <li>
- <strong>Action:</strong> Enable accessibility and all default accessibility services:<br/>
- Settings → Accessibility → select the Accessibility, TalkBack, KickBack, and SoundBack checkboxes
- </li>
- <li>
- <strong>Result:</strong> The system provides spoken, audible, and haptic feedback.
- </li>
- </ul>
- </li>
- <li>
- <ul>
- <li>
- <strong>Action:</strong> Explore the feedback provided by the system:<br/>
- Poke around with the trackball.
- </li>
- <li>
- <strong>Result:</strong> You are somehow familiar with the type of the provided feedback.
- </li>
- </ul>
- </li>
- <li>
- <ul>
- <li>
- <strong>Action:</strong> Go to the Clock application and try to change the time of an alarm:<br/>
- All applications → Clock → Alarms (left corner) → Select an alarm → Time — explore the plus, minus buttons, hour and minute edit boxes.
- </li>
- <li>
- <strong>Result:</strong> The plus and minus buttons are not spoken since they are image buttons with no content description attribute set.
- The hour and minute edit boxes are announced without any clue which is the hour and which is the minute one (you can guess from the arrangement).
- </li>
- </ul>
- </li>
- <li>
- <ul>
- <li>
- <strong>Action:</strong> Enable ClockBack:<br>
- Settings → Accessibility → ClockBack — select the checkbox.
- </li>
- <li>
- <strong>Result:</strong> We have active accessibility service for providing application specific feedback for the Clock application.
- </li>
- </ul>
- </li>
- <li>
- <ul>
- <li>
- <strong>Action:</strong> Go to the Clock application and try to change the time of an alarm:<br/>
- All applications → Clock → Alarms (left corner) → Select an alarm → Time — explore the plus, minus buttons, hour and minute edit boxes.
- </li>
- <li>
- <strong>Result:</strong> The plus and minus buttons now spoken. The hour and minute edit boxes are now spoken. This is an example of application specific feedback that utilizes domain information to enhance the user experience.
- </li>
- </ul>
- </li>
- <li>
- <ul>
- <li>
- <strong>Action:</strong> Set the ringer to vibration mode and explore the provided feedback:<br/>
- Use the device button for reducing the ringer volume until it is in vibration mode. Move around the Clock application and outside of that application.
- </li>
- <li>
- <strong>Result:</strong> The Clock application provides custom audible and default haptic feedback. The rest of the system provides the default feedback.
- </li>
- </ul>
- </li>
- <li>
- <ul>
- <li>
- <strong>Action:</strong> Set the ringer to muted mode and explore the provided feedback:<br/>
- Use the device button for reducing the ringer volume until it is in muted mode. Move around the Clock application and outside of that application.
- </li>
- <li>
- <strong>Result:</strong> The Clock application provides only custom haptic feedback. The rest of the system provides the default feedback. Now we are providing
- custom context dependent feedback based on the device state (ringer mode).
- </li>
- </ul>
- </li>
- <li>
- <ul>
- <li>
- <strong>Action:</strong> Write an accessibility service:<br/>
- Send an email to <a href="mailto:eyes-free@googlegroups.com">eyes-free@googlegroups.com</a> and we would like to open source you work under the <a href="http://code.google.com/p/eyes-free/">Eyes-Free project</a> at Google Code.
- </li>
- <li>
- <strong>Result:</strong> One more cool application has been written.
- </li>
- </ul>
- </li>
- </ol>
- </body>
- </html>