나는 글을 못쓰고 업무중에 대충쓰는거라 이해가 글이 엉망이다 이해부탁. 자세한건 문의줘라. 일이 너무 많다... @Override public void onResponse(Call call, Response response) throws IOException { if (response.isSuccessful()) { String responseBody = response.body().string(); runOnUiThread(() -> { try { JSONObject responseObject = new JSONObject(responseBody); String email = responseObject.optString("email", ""); //이메일 String location = response..