gan mau tanya dong, ane ada problem di xml nih. ini source codenya: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools ="...
gan tolong solusinya gan. ini source code JsonParsernya: class JSONParser { private static InputStream is = null; private static JSONObject jObj = null; private static String json = ""; JSONParser() { } JSONObject getJSONFromUrl(String url) { try { DefaultHttpClient httpClient = new De...