Posts by felipe • 61 points
1 post
-
6
votes1
answer1287
viewsQ: How to resolve Networkonmainthreadexception error?
I have an error in passing the JSON HTTP Client to Android. Follow my JSON code: // constructor public void JSONParser() {} public JSONObject getJSONFromUrl(String url) { // Making HTTP request try…