Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

31
votes
13answers
2k views

Technology to communicate with someone with expressive aphasia? [closed]

A family member had a stroke a few years back and now has expressive aphasia. She understands what is said to her, is cognitive of what is going on, but cannot express herself. She is able to respond ...
2
votes
3answers
56 views

Accessibility: Assistive applications for iPhone / iOS

Is it possible to build assistive applications for the iPhone that work in the same manner that VoiceOver does? (Using the UIAccessibility API) - To clarify, We would like to build a screen reader in ...
1
vote
3answers
24 views

iOS - Receive an external input to my app from a switch with BT or IR?

I am building an assistive iOS app for a kid that uses a switch to control his computer (a simple button that can send only one massege to the computer). I am looking for a way to connect my app to a ...
1
vote
1answer
221 views

Accessibility: Managed vs Unmanaged code

I'm about to begin working on a Accessibility project for Windows (targeting XP through 7) and would like some advice on the pros an cons of using managed code vs unmanaged code. Basically the ...