Explore the AccessibilityDemo sample application
You can explore the AccessibilityDemo sample application to help increase your understanding of the communication between an accessible application and an assistive technology application.
Before you begin: Set up the sample application in either the BlackBerry® Java® Plug-in for Eclipse® or the BlackBerry® Java® Development Environment.
The console window displays the standard output from the assistive technology application (a screen reader). A screen reader listens for events on the UI components and processes the events. The screen reader
in the AccessibilityDemo sample application responds to events with System.out.println()
statements, which the console window displays.
The println() statements show the communication between the sample accessible application and the sample screen reader. An actual screen reader responds to the events in an accessible application in a useful way, such as by speaking the text.
ScreenReader Context: com.rim.samples.device.accessibilitydemo.customcomponentsdemo.ValueComponent@fcbe0dd8 ---------------- SOUND: My Gauge Field value changed to 51 ScreenReader Context: com.rim.samples.device.accessibilitydemo.customcomponentsdemo.ValueComponent@fcbe0dd8 ---------------- SOUND: My Gauge Field value changed to 52
Related concepts
Previous topic: Set up the AccessibilityDemo sample application in the BlackBerry Java Development Environment