Re: [android-developers] Developing a dictionary

2016-10-18 Thread Nazanin Syd
hey there, this page is not available.. may i have an another? On Tuesday, March 23, 2010 at 2:31:15 PM UTC+4:30, timo prill wrote: > > hi, > > best way is to use a database to store your data. > have a look at this: > > http://developer.android.com/intl/fr/guide/topics/providers/content-providers

Re: [android-developers] Developing a dictionary

2012-08-19 Thread Malik umar
hi, i want to create an offline dictionary and i have data in Microsoft word format. how do i use this data? Regards, Malik Umar On Tuesday, 23 March 2010 15:01:15 UTC+5, timo prill wrote: > hi, > > best way is to use a database to store your data. > have a look at this: > http://developer.a

Re: [android-developers] Developing a dictionary

2010-03-23 Thread timo prill
hi, best way is to use a database to store your data. have a look at this: http://developer.android.com/intl/fr/guide/topics/providers/content-providers.html#creating cheers. angushir...@googlemail.com schrieb: Dear all, I am currently learning to develop Android applications, and

[android-developers] Developing a dictionary

2010-03-23 Thread angushir...@googlemail.com
Dear all, I am currently learning to develop Android applications, and to do this I have decided to develop a dictionary application. The UI, and search facilities are no problem to implement, but my question is, what is the best way to store the entries and definitions for the dictionar