NullPointerException in onPostExecute [duplicate]

Probably you should use if(result.size() > 0) instead of if(array.size() > 0) in onPostExecute.

Leave a Comment