Skip to content Skip to sidebar Skip to footer
Showing posts with the label Filereader

Reading A Textfile From R.raw On Android

I've got a json file in R.raw.test123, I need to process that with GSON. Step one is; read the… Read more Reading A Textfile From R.raw On Android

Java.lang.classcastexception: Org.json.simple.jsonarray Cannot Be Cast To Org.json.jsonarray

I need to read a JsonArray data from a file (on an SD card) and store it into a SQLite database. bu… Read more Java.lang.classcastexception: Org.json.simple.jsonarray Cannot Be Cast To Org.json.jsonarray