I am using a custom common class named APIHelper for Volley JsonObjectRequest for my all activities. I am handling all type of errors here. And setting positive
like this, I want to send json body request to GET API tried this but not worked public static void getQuestionsListApi2(final String requestId, final Str
I have a Login screen and upon success login, it finishes and shows another page that has information about the user. I read about this post and also this post.
I am trying to make a synchronous Volley networking request. I am using request futures to wait on a response, but the future.get() call always times out (no ma
I have a custom json request class to upload multi-part files to server this class in an Android application , it works fine when I add English words as keys an
When I make a request in Volley, I'm receiving com.android.volley.ServerError and response code 400. I'm doing something like this (generic example code): final
First of all sorry if such sort of question is already asked before. I want to make a app which make a GET request or Simply Open A URL to tell server that app
I have overrided getParams(), and mEmail, mUsername etc. are globally declared. @Override public Map<String, String> getParams() throws AuthFailureError
First of all sorry if such sort of question is already asked before. I want to make a app which make a GET request or Simply Open A URL to tell server that app
I want to make an auto refreshing system for my android application. I use a JSON API in order to get the posts. Here is what I did: handler.postDelayed( runnab