Hi I want to try making a simple application for android phones for which I will be requiring a dictionary. I thought of using urbandictionary.com as the reference site. Is there any technique by which I can extract all the words with the definitions and their respective words in the thesaurus ?
Share
I was checking out the Google example found at
http://developer.android.com/resources/samples/SearchableDictionary/index.html
It appears that they just add their words with this example
However, when I look for R.raw.definitions that directory is empty.
http://developer.android.com/resources/samples/SearchableDictionary/res/raw/index.html