I am developing android application. I my application I need speech recognition.But I need speech recognition as service. I already create simple speech recognition in which when I click on button it start recognizer intent.It works fine and gives me output. But what I need when user click on button speech recognition start as service (in background).When user start specking it start recognizer and give me output.
I read few question regarding this but not getting proper solution to this kind of functionality. Is there any way to implement this. Need help... Thank you