I have an application with sevaral screens. In each screen, there are several links. Suppose when the user say "settings", it should open the settings screen, and when the user say "select something" in the settings screen, it should select the respective one.
I have seen some tutorials using RecognizerIntent
but the problem with that is that it will open "Speak Now" popup to listen to the voice command and it will trigger only when some event is fired. I would like to know whether it is possible or not, if possible how can implement it.