org.json.jsonexception: Ende der Eingabe bei Charakter 0 von

Change

 JSONObject jsonObject = new JSONObject(result);
to

result=getJSONUrl(url);  //<< get json string from server
JSONObject jsonObject = new JSONObject(result);
Santino