I want to do speech recognition which runs in background and receive its contents and then perform an action. All this should be done in background.
I have done the recognition thing, just want it to run in background.
Is there any way??? please help !!!!
It is same as
Handle onActivityResult on a Service
But I did not understood the answer
Can you please explain ?
In My opinion Service doesn’t send result. But I knew some links that can be useful to you
how does a service return result to an activity
Android : how to get result back from service in the launching activity
start a remote service and receive a result in Android
Hope they are helpful