i have a service from where i am trying to start a TextToSpeech engine ,but it seems that it\'s not working , so is it possible to start tts from a service?
here\'s
new TextToSpeech(getApplicationContext(),this);
works with me... But be sure to let the service run , until speech is done..