/documentation/videos/07-accessible.html

http://eyes-free.googlecode.com/ · HTML · 85 lines · 79 code · 6 blank · 0 comment · 0 complexity · 2ed5903408cd8710ccf21f5ab58077bd MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4. lang="en" xml:lang="en">
  5. <head>
  6. <title>Video: Introducing The Android Accessibility Framework</title>
  7. <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
  8. <meta name="generator" content="Org-mode"/>
  9. <meta name="generated" content="2009-03-30 Mon"/>
  10. <meta name="author" content="T.V Raman"/>
  11. <style type="text/css">
  12. html { font-family: Times, serif; font-size: 12pt; }
  13. .title { text-align: center; }
  14. .todo { color: red; }
  15. .done { color: green; }
  16. .tag { background-color:lightblue; font-weight:normal }
  17. .target { }
  18. .timestamp { color: grey }
  19. .timestamp-kwd { color: CadetBlue }
  20. p.verse { margin-left: 3% }
  21. pre {
  22. border: 1pt solid #AEBDCC;
  23. background-color: #F3F5F7;
  24. padding: 5pt;
  25. font-family: courier, monospace;
  26. font-size: 90%;
  27. overflow:auto;
  28. }
  29. table { border-collapse: collapse; }
  30. td, th { vertical-align: top; }
  31. dt { font-weight: bold; }
  32. .org-info-js_info-navigation { border-style:none; }
  33. #org-info-js_console-label { font-size:10px; font-weight:bold;
  34. white-space:nowrap; }
  35. .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
  36. font-weight:bold; }
  37. </style>
  38. </head><body>
  39. <h1 class="title"><a href="http://www.youtube.com/watch?v=f8QqTugasx0">Video: Introducing The Android Accessibility Framework</a></h1>
  40. <p>
  41. *Video: Introducing The Android Accessibility Framework
  42. </p>
  43. <p>
  44. Starting with Android 1.6 &mdash; fondly known as Donut &mdash;the
  45. platform includes an Accessibility API that makes it easy to
  46. implement adaptive technology such as screenreaders. Android 1.6
  47. comes with a built-in screenreader called TalkBack that provides
  48. spoken feedback when using Android applications written in Java.
  49. </p>
  50. <p>
  51. The next few videos will progressively introduce TalkBack,
  52. SoundBack and KickBack, a suite of programs that augment the
  53. Android user interface with alternative output.
  54. </p>
  55. <p>
  56. All of these special utilities are available through option
  57. <i>Accessibility</i> in the Android Settings menu. Once activated, the
  58. accessibility settings are persistent across reboots, i.e., you
  59. need enable these tools only once.
  60. </p>
  61. <p>
  62. Notice that because I have accessibility enabled on my phone,
  63. all user actions produce relevant auditory feedback. Thus, each
  64. item is spoken as I
  65. move through the various options in the settings menu. The spoken
  66. feedback also indicates the state of an item as appropriate.
  67. </p>
  68. <p>
  69. Activating SoundBack produces non-spoken auditory feedback;
  70. KickBack produces haptic feedback.
  71. </p>
  72. </div>
  73. <div id="postamble"><p class="author"> Author: T.V Raman
  74. <a href="mailto:raman@google.com">&lt;raman@google.com&gt;</a>
  75. </p>
  76. <p class="date"> Date: 2009-03-30 Mon</p>
  77. <p>HTML generated by org-mode 6.08c in emacs 23</p>
  78. </div></body>
  79. </html>