/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
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml"
- lang="en" xml:lang="en">
- <head>
- <title>Video: Introducing The Android Accessibility Framework</title>
- <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
- <meta name="generator" content="Org-mode"/>
- <meta name="generated" content="2009-03-30 Mon"/>
- <meta name="author" content="T.V Raman"/>
- <style type="text/css">
- html { font-family: Times, serif; font-size: 12pt; }
- .title { text-align: center; }
- .todo { color: red; }
- .done { color: green; }
- .tag { background-color:lightblue; font-weight:normal }
- .target { }
- .timestamp { color: grey }
- .timestamp-kwd { color: CadetBlue }
- p.verse { margin-left: 3% }
- pre {
- border: 1pt solid #AEBDCC;
- background-color: #F3F5F7;
- padding: 5pt;
- font-family: courier, monospace;
- font-size: 90%;
- overflow:auto;
- }
- table { border-collapse: collapse; }
- td, th { vertical-align: top; }
- dt { font-weight: bold; }
- .org-info-js_info-navigation { border-style:none; }
- #org-info-js_console-label { font-size:10px; font-weight:bold;
- white-space:nowrap; }
- .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
- font-weight:bold; }
- </style>
- </head><body>
- <h1 class="title"><a href="http://www.youtube.com/watch?v=f8QqTugasx0">Video: Introducing The Android Accessibility Framework</a></h1>
- <p>
- *Video: Introducing The Android Accessibility Framework
- </p>
- <p>
- Starting with Android 1.6 — fondly known as Donut —the
- platform includes an Accessibility API that makes it easy to
- implement adaptive technology such as screenreaders. Android 1.6
- comes with a built-in screenreader called TalkBack that provides
- spoken feedback when using Android applications written in Java.
- </p>
- <p>
- The next few videos will progressively introduce TalkBack,
- SoundBack and KickBack, a suite of programs that augment the
- Android user interface with alternative output.
- </p>
- <p>
- All of these special utilities are available through option
- <i>Accessibility</i> in the Android Settings menu. Once activated, the
- accessibility settings are persistent across reboots, i.e., you
- need enable these tools only once.
- </p>
- <p>
- Notice that because I have accessibility enabled on my phone,
- all user actions produce relevant auditory feedback. Thus, each
- item is spoken as I
- move through the various options in the settings menu. The spoken
- feedback also indicates the state of an item as appropriate.
- </p>
- <p>
- Activating SoundBack produces non-spoken auditory feedback;
- KickBack produces haptic feedback.
- </p>
- </div>
- <div id="postamble"><p class="author"> Author: T.V Raman
- <a href="mailto:raman@google.com"><raman@google.com></a>
- </p>
- <p class="date"> Date: 2009-03-30 Mon</p>
- <p>HTML generated by org-mode 6.08c in emacs 23</p>
- </div></body>
- </html>