Sujay Krishna Suresh wrote:
> Thnx for the reply guys...
> i tried searching developer.android.com <http://developer.android.com>
> for text to speech & got to a class called InputMethodService.
> 
>           "An input method has significant discretion in how it goes
> about its work: the InputMethodService
> <http://developer.android.com/reference/android/inputmethodservice/InputMethodService.html>
> provides a basic framework for standard UI elements (input view,
> candidates view, and running in fullscreen mode), but it is up to a
> particular implementor to decide how to use them. For example, one input
> method could implement an input area with a keyboard, another could
> allow the user to draw text, while a third could have no input area (and
> thus not be visible to the user) but instead listen to audio and*
> perform text to speech conversion*."
> 
>  This is from the class overview. Wat do they mean by the bold text? can
> this class help in text to speech conversion???

What it means is that you missed the word "could" in that sentence.

None of what is in that sentence is available in the SDK today. They are
all things that *could* be done. For example, one *could* use a
third-party TTS library and the input method framework to offer a
voice-based input method.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 Available!

--~--~---------~--~----~------------~-------~--~----~
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