Re: [android-developers] Re: Can startActivityForResult be called from within InputMethodService?

2010-10-21 Thread Dianne Hackborn
Why do you think it can't be used from a service? On Wed, Oct 20, 2010 at 3:36 PM, Saied saie...@gmail.com wrote: Now it seems that createSpeechRecognizer cannot be called from within a service. Without that, I don't think I can use SpeechRecognizer. Does this make sense? If it does,

[android-developers] Re: Can startActivityForResult be called from within InputMethodService?

2010-10-20 Thread Saied
Now it seems that createSpeechRecognizer cannot be called from within a service. Without that, I don't think I can use SpeechRecognizer. Does this make sense? If it does, how's a service (input method) to integrate voice recognition. I have seen this done, but how? Thank you. Saied On Oct

[android-developers] Re: Can startActivityForResult be called from within InputMethodService?

2010-10-15 Thread Saied
Thanks Mark! Are you aware of any examples or tutorials to help me on this? On Oct 15, 10:11 am, Mark Murphy mmur...@commonsware.com wrote: On Fri, Oct 15, 2010 at 12:49 PM, Saied saie...@gmail.com wrote: So is it the case that I cannot get startActivityForResult from InputMethodService?

Re: [android-developers] Re: Can startActivityForResult be called from within InputMethodService?

2010-10-15 Thread Mark Murphy
On Fri, Oct 15, 2010 at 3:55 PM, Saied saie...@gmail.com wrote: Are you aware of any examples or tutorials to help me on this? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android

[android-developers] Re: Can startActivityForResult be called from within InputMethodService?

2010-10-15 Thread Saied
Thank you very much for your help Mark. Best, Saied On Oct 15, 1:04 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Oct 15, 2010 at 3:55 PM, Saied saie...@gmail.com wrote: Are you aware of any examples or tutorials to help me on this? No, sorry. -- Mark Murphy (a Commons