Speech-Recognizer icon indicating copy to clipboard operation
Speech-Recognizer copied to clipboard

Choosing Language and connecting with app/activity

Open bios90 opened this issue 6 years ago • 0 comments

First of all thanks for awesome code, all works perfectly!

i have two questions for you:

1)During usage of recognizer i mentioned that recognizing my default local language(Russian) works much better than recognizing English. Does your application based on recognition firstly local Language? How can i manage languages to select which of them i want to use?

2)What is the best way to connect Service with activity? I mean after stoping/pausing/destroying activity how can get variables from Service class which works in background, when i reopen activity? Now i get variables with using BroadcastReceiver but it i see it works not perfectly.

bios90 avatar Jun 06 '18 22:06 bios90