User1904999316 posted
Hi all,
I'm not sure if this is the right place to post this, please redirect me if this is not the case.
I want to create an android app that opens processes in my computer, for exemple when I launch the app and start speacking, if I said "notepad", notepad ll open in my computer, so I did some research and I want to start by server side: WCF service (file->new
web site-> WCF service C#), this service contains a method that get a string as input(process name) and opens it on the desktop, in the client side(android app using xamarin-monodroid) I've a method that recognises speech (speech to text) and send the string
to the WCF service....
I'm not sure how to do this and where to start from, can you please guide me and tell me if there is a better way to do this. my prof told me advice me to use WCF duplex but I m not sure and I can't find some clear tutorials. by the way I m using VS 2012
thank you for your help