I have some problems finding some information about Volleyle and the answer. Sheet.
Basically, I have an operation to request data on my backend, the call is made in the entire volleyball in the background (processed by the volleyball itself), meanwhile it calls onResponse in the main thread.
Do I need to do runnable on my own to process abstract data in the background or is there a way to get onResponse to work in the background?
Thanks.
EDIT:
Here is the code that I run then.
private Response.Listener<String> volleyResp = new Response.Listener<String>() { @override public void onResponse(final String jsonResp) { new Thread() { public void run() {
android multithreading android-volley
Atheryl
source share