0

I am coding a dictionary application. I found a link for Google translate:

Google translate API support

I want my application can give users more definitions of a word (definitions come from Longman, Cambridge, Oxford dictionary, and so on). My question is:

Is there any API support for Android to get those definitions?

Thank you in advance!

Community
  • 1
  • 1
Luong Truong
  • 1,953
  • 2
  • 27
  • 46

1 Answers1

0

Yes. And it's called RESTful-API, eg here and here.

Jan Groth
  • 14,039
  • 5
  • 40
  • 55
  • When making an example I have got stuck because of some unknown reason. Can you please have a look for me Mr Jan. Thank you in adavance. http://stackoverflow.com/questions/30521063/get-stuck-in-a-simple-resful-api-example – Luong Truong May 30 '15 at 02:18
  • Does this exist for Bibles? I'm searching for Bible API for Android. – Emzor Jan 08 '16 at 00:23