F
F
fkca2018-07-04 14:48:36
Android
fkca, 2018-07-04 14:48:36

AsyncHttpClient method of JsonHttpResponseHandler not overridden from superclass?

private static AsyncHttpClient client = new AsyncHttpClient();
RequestParams params = new RequestParams();
params.put("login", login);
params.put("password", password);
client.post(postUrl, params, new JsonHttpResponseHandler());
You need to get a response from the server. The type of incoming and outgoing JSON data.
And I also need to add basic authorization, but I don’t understand how

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question