1 <dl> 2 <dt><a href="ClockBackService.html">Accessibility Service</a></dt> 3 <dd> 4 This is an example of an accessibility service that provides custom feedback for the Clock 5 application which comes by default with Android devices. It is a hands-on example of various 6 ways to utilize the accessibility API for providing alternative and complementary feedback. 7 The sample demonstrates how to provide application specific feedback — the service 8 handles only accessibility events from the Clock application. Further, the sample demonstrates 9 how to provide dynamic, context-dependent feedback — feedback type changes depending on 10 the ringer mode. 11 </dd> 12 </dl> 13 14 <dl> 15 <dt><a href="TaskBackService.html">Window Querying Accessibility Service</a></dt> 16 <dd> 17 Demonstrates several new accessibility features in Ice Cream Sandwich, 18 including the ability for an AccessibilityService to traverse the view 19 hierarchy using AccessibilityNodeInfo objects, service configuration via 20 xml files, and adding additional information to AccessibilityEvents using 21 AccessibilityRecords. 22 </dd> 23 </dl> 24 25 <dl> 26 <dt><a href="CustomViewAccessibilityActivity.html">Custom View Accessibility</a></dt> 27 <dd>Demonstrates how to implement accessibility support of custom views. Custom view 28 is a tailored widget developed by extending the base classes in the android.view 29 package. This sample shows how to implement the accessibility behavior via both 30 inheritance (non backwards compatible) and composition (backwards compatible). 31 </dd> 32 </dl> 33