Text from your own app or any running app? I think much effort has
been spent on preventing that one Android app can "steal" information
from another running app unless both were designed to communicate with
each other. You also cannot capture the screen bitmap for instance.
For screen-reader-like purposes you would need hooks to lower-level
native interfaces to tap strings before they are processed by the
(graphical) rendering engines. You cannot do this in Android. Once you
have the strings, speaking them is easy using the TTS-for-Android
library from http://code.google.com/p/eyes-free/

Regards

On Feb 11, 4:52 am, redmapleleaf <[email protected]> wrote:
> well I was asking how one can pick up the text at any point on the
> screen as the user move his finger about the screen, not the speech
> generation. Once I could read the text into a buffer then the speech
> generation can come next. However at this point I am not quite sure if
> there is a way for me to pick up the text under the cursor.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to