Thesaurus Homework 3
This application was initially supposed to take in a word and then using a RESTful API, return JSON data indicating it’s nouns, verbs, synonyms, ect.
JSON was in the form
{“noun”:{
“syn”:[“news”,”intelligence”,”tidings”,”discussion”,”give-and-take”,”parole”,”word of honor”,”Son”,”Word”,”Logos”,”password”,”watchword”,”countersign”,”Bible”,”Christian Bible”,”Book”,”Good Book”,”Holy Scripture”,”Holy Writ”,”Scripture”,”Word of God”,”arcanum”,”computer memory unit”,”hypostasis”,”hypostasis of Christ”,”info”,”information”,”language”,”language unit”,”linguistic unit”,”oral communication”,”order”,”positive identification”,”promise”,”religious text”,”religious writing”,”sacred text”,”sacred writing”,”secret”,”speech”,”speech communication”,”spoken communication”,”spoken language”,”statement”,”voice communication”]
},
“verb”:
{“syn”:[“give voice”,”formulate”,”phrase”,”articulate”,”evince”,”express”,”show”]}}
and was received correctly, however the final Activity receiver did not correct retrieve this information for displaying in Listview.