I want to develop an android English dictionary application that uses only an offline database. By that, I mean to say that it doesn’t have to be redirected to online dictionary like WordWeb or the like. Does anybody know what should I do to store my words? I’m thinking of using SQLite since it’s mobile. But if anyone here already has done or did something what I want to do, can you give me some expert suggestions?
I want to develop an android English dictionary application that uses only an offline
Share
http://developer.android.com/resources/samples/SearchableDictionary/src/com/example/android/searchabledict/DictionaryDatabase.html
I have used this code from developer.android.com .
Hope it will help you also.
EDIT: This page is no longer available, but the example itself is on Github here.