Hi,
I have to start my application directly without any click event, begining by a TTS hello message.
So i tried to put all my code in activity_create, but in this case, at the run time i obtain a "java.lang.runtime.exception:error speaking text" at the line where i do the tts.speak.
But, if i debug step by step my app, the "Hello" tts.speak statement works well. I think that TTS inititializing don't has time to complete before the end of Activity_create sub.
But how can i do to begin my code just after activity_create completion?
Thank you for your help.