How can we have a dictionary service in android apps?

前端 未结 1 1871
执念已碎
执念已碎 2020-12-11 23:32

Is there any API available for dictionary service for android like that of Maps, Weather,etc.? How we can have a dictionary service in android apps?

相关标签:
1条回答
  • 2020-12-12 00:00

    There is no API for Google Dictionary. This apparently due to licensing agreements with the content providers rather than technical reasons. There is an enhancement request open for this which you could monitor.

    You could have a look at this question, it asking for Ruby APIs but some of the APIs given are web based and could easily be used from an Android application.

    0 讨论(0)
提交回复
热议问题