Wednesday, 1 January 2014

Android: Android application to convert text from one language and to another and speak it out using free Webservice !!


Welcome Guys !!

Guys ... I have found a very nice web service hosted which converts text from one language to another.
This service is entirely free and a very good alternative to paid Google Translate Web service.
This service returns data in JSON format through a GET request that can be easily parsed and responseText could be easily manipulated using the AsyncTasks (Refer to the article at codegeekstuffs.blogspot.in).

The entire application source code will be updated later onhttp://codegeekstuffs.blogspot.in
Web service is :

http://mymemory.translated.net/api/get?q=thank%20you&langpair=en|fr

Cheak it out guys !!


No comments:

Post a Comment