Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6670919
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:19:32+00:00 2026-05-26T03:19:32+00:00

I am working on a app in android where I need to select a

  • 0

I am working on a app in android where I need to select a word and display its definition from Google. Do I have to use some search API provided by Google, or another API?

An example will do. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T03:19:32+00:00Added an answer on May 26, 2026 at 3:19 am

    It seems Google Dictionary is no longer available, but even when it was, the API was unavailable to 3rd parties. Instead, I found several alternative options.


    XML Dictionary Exchange Format

    You could use XDXF to download a flat-file dictionary in your desired language, and use a hash table to index the file appropriately.

    This has two distinct advantages:

    • Network access is not required to support dictionary look-ups

    • It’s ultimately more flexible because the data can be easily manipulated (sorted, filtered, specially formatted) to better support application design & requirements.


    Abbreviations.com API

    If you prefer not to home-brew your own hash-table, abbreviations.com has a public dictionary API that uses REST to obtain definition information in XML format for a given word.

    Sample Request URL:

    http://www.abbreviations.com/services/v1/defs.aspx?tokenid=tk324324&word=consistent 
    

    Sample Response:

    <?xml version="1.0" encoding="UTF-8"?>
    <results>
      <result>
        <term>consistent, uniform</term>
        <definition>the same throughout in structure or composition</definition>
        <partofspeech>adj</partofspeech>
        <example>
           bituminous coal is often treated as a consistent and homogeneous product
        </example>
      </result>
    </results>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am now working on an android app in which I need to display
I'm working on some routing functionality in an Android app, and need to access
I'm working on an app for Android, I need to get a flux from
I have a working android app using TextView, some formatting (line breaks, rows of
I am working on an Android app that utilizes the Google Maps API MapView,
I'm working on an Android app in which I would like to use multi-touch.
I am working on new app development in android. I need to launch an
I am working on an android app in which I am using some Native
I'm working on a relatively simple Android app. I want it to have an
I am working on learning Android. From the documents I have read so far

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.