Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
dictionary app
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rajlaxmi jagdale  
View profile   Translate to Translated (View Original)
 More options Sep 24 2012, 5:48 am
From: rajlaxmi jagdale <jagdalerajla...@gmail.com>
Date: Mon, 24 Sep 2012 02:48:05 -0700 (PDT)
Local: Mon, Sep 24 2012 5:48 am
Subject: dictionary app
how to develop a app for dictionary?from where i should i start?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
TreKing  
View profile  
 More options Sep 25 2012, 4:47 pm
From: TreKing <treking...@gmail.com>
Date: Tue, 25 Sep 2012 15:41:56 -0500
Local: Tues, Sep 25 2012 4:41 pm
Subject: Re: [android-developers] dictionary app

On Mon, Sep 24, 2012 at 4:48 AM, rajlaxmi jagdale <jagdalerajla...@gmail.com

> wrote:
> how to develop a app for dictionary?from where i should i start?

Read the documentation?

--------------------------------------------------------------------------- ----------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bob  
View profile  
 More options Sep 25 2012, 6:25 pm
From: bob <b...@coolfone.comze.com>
Date: Tue, 25 Sep 2012 15:25:21 -0700 (PDT)
Local: Tues, Sep 25 2012 6:25 pm
Subject: Re: dictionary app

You will want to use a Hashtable.  You fill in the keys with words and the
values with definitions.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jovish P  
View profile  
 More options Sep 26 2012, 12:10 pm
From: Jovish P <android.f...@gmail.com>
Date: Wed, 26 Sep 2012 21:34:09 +0530
Local: Wed, Sep 26 2012 12:04 pm
Subject: Re: [android-developers] Re: dictionary app

u can store all the words and meaning in a database
and u have  to retrieve the meaning from the database using sqlite querys
go thru database samples

regards,
jovish


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lew  
View profile  
 More options Sep 26 2012, 7:05 pm
From: Lew <lewbl...@gmail.com>
Date: Wed, 26 Sep 2012 16:05:35 -0700 (PDT)
Local: Wed, Sep 26 2012 7:05 pm
Subject: Re: dictionary app

rajlaxmi jagdale wrote:
> how to develop a app for dictionary?from where i should i start?
bob wrote:

> You will want to use a Hashtable.  You fill in the keys with words and the
> values with definitions.

No. Assuming the OP means "dictionary" in the normal English sense and not
the restricted computer-
programming sense, that won't be enough, and 'Hashtable' is an outdated
type anyway, so don't
recommend it.

--
Lew


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lew  
View profile  
 More options Sep 26 2012, 7:11 pm
From: Lew <lewbl...@gmail.com>
Date: Wed, 26 Sep 2012 16:11:23 -0700 (PDT)
Local: Wed, Sep 26 2012 7:11 pm
Subject: Re: [android-developers] Re: dictionary app

> rajlaxmi jagdale wrote:

>>> how to develop a app for dictionary?from where i [sic] should
>>> i [sic] start?

Jovish P wrote:

> u [sic] can store all the words and meaning in a database
> and u [sic] have  to retrieve the meaning from the database using sqlite
> querys
> go thru database samples

This is highly insufficient. That's like saying, "Write a program."

In that database you can store words and meanings naively, but that leads
to space
issues, if you have a lot of words. Plurals, declensions, conjugations -
all that stuff puffs
up your storage requirements.

The OP should start by researching (GIYF) storage protocols for
natural-language dictionaries.
There are all kinds of compression and root+extension tricks to help reduce
dictionary size and
increase reliability.

Also, there already is a dictionary in the device, yes?

--
Lew


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »