I'm using the traditional speech recognition using Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); All is working great, no problem.
However, now, I would like to write down in my app the speech recognition results while the user is still speaking, in the same way that voice typing do that. How can I do?
Thank you