Hi all,
I've just started looking at mobile development and using the Xamarin platform to do so. I was looking for some advice on the best way to implement this for a cross platform app.
I'm looking at building an app that, when it is open, is continuously listening for voice commands. My idea is that the app is listening and once it hears a defined set of commands it passes the converted speech to the PCL to be processed. Once it completes that, the app continues listening for more commands. I've been looking at using Xamarin.Forms for the UI, but I'm not sure what is the best way to make the app continuously 'listen'. I've seen forum posts talk about using DependencyServices or MessagingCenter to pass information back to the PCL, but I don't know what would be the best approach in this case or would I be better moving away from Xamarin.Forms in this case and building platform specific apps?
Thanks in advance.