/documentation/videos/07-accessible

http://eyes-free.googlecode.com/ · #! · 40 lines · 30 code · 10 blank · 0 comment · 0 complexity · 22523d08dc15e1014a2e92d5d3ec5d37 MD5 · raw file

  1. # -*- mode: org -*-
  2. *Video: Introducing The Android Accessibility Framework
  3. Starting with Android 1.6 --- fondly known as Donut ---the
  4. platform includes an Accessibility API that makes it easy to
  5. implement adaptive technology such as screenreaders. Android 1.6
  6. comes with a built-in screenreader called TalkBack that provides
  7. spoken feedback when using Android applications written in Java.
  8. The next few videos will progressively introduce TalkBack,
  9. SoundBack and KickBack, a suite of programs that augment the
  10. Android user interface with alternative output.
  11. All of these special utilities are available through option
  12. /Accessibility/ in the Android Settings menu. Once activated, the
  13. accessibility settings are persistent across reboots, i.e., you
  14. need enable these tools only once.
  15. Notice that because I have accessibility enabled on my phone,
  16. all user actions produce relevant auditory feedback. Thus, each
  17. item is spoken as I
  18. move through the various options in the settings menu. The spoken
  19. feedback also indicates the state of an item as appropriate.
  20. Activating SoundBack produces non-spoken auditory feedback;
  21. KickBack produces haptic feedback.
  22. #+TITLE: Video: Introducing The Android Accessibility Framework
  23. #+AUTHOR: T.V Raman
  24. #+EMAIL: raman@google.com
  25. #+DATE: 2009-03-30 Mon
  26. #+LANGUAGE: en
  27. #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t
  28. #TeX:t LaTeX:nil skip:nil d:nil tags:not-in-toc +LINK_UP:
  29. #http://eyes-free.googlecode.com/svn/trunk/documentation/videos/index.html
  30. #+LINK_HOME: http://eyes-free.googlecode.com/