I have a frustrating issue which could be easy. Arrays in java seem to be ... use: String[] mStrings = new String[title.length]; ... Declare the array size will solve your ...
stackoverflow.com