Introduction: How to Create a Universal Translator App (like the One From Star Trek)

Hi,
I got inspired by an article on a universal translator on Hackaday, so I created my own using MIT's appinventor (ANDROID only sorry)
(original article that inspired me http://hackaday.com/2013/11/02/raspberry-pi-becomes-a-universal-translator/)


You just specify the language to which you want to translate to and the app does the rest. The app uses Google's speech-to-text and text-to-speech functionality, which can be implemented in an appinventor in a snap, and Microsoft Translate API to do the actual translation itself. The API requires an oath token so first you press the button for it and the app sends a request to the server to get it. The Input language selection is controlled by the settings of google's speech to text.


Anyone is free to download the app and the source file to experiment with it on his own.
Here's a link for both the app and the source file >>
https://drive.google.com/folderview?id=0B_PfPoEotOF8N2JwT3RSX011SjQ&usp=sharing

(the source file is zipped and that's how it should be uploaded to MIT's appinventor - there's no need to unpack it. Name of the files is 'translate')