Questions tagged as 'android-volley'

1
answer

Error with volley

what happens is that when executing from the android this code what happens is that when executing it, it generates the following error message but if I run in the browser I send the corresponding data, it works for me this is...
asked by 24.01.2018 / 18:27
1
answer

I do not register the data with volley method GET

I'm with a project for my thesis that includes an android application, in which the user connects and then makes a QR code capture whose response plus the user's id should register in the database. I did it with android studio and using the voll...
asked by 04.12.2017 / 14:08
1
answer

Why does the Recycler View sometimes load the Json obtained and sometimes not?

First of all, thank you very much for reading my question. I am new to this and I hope to formulate the query correctly. I have an app which I consult through volley a URL that a Json returns to me. Then this Json is taken to each of the items t...
asked by 06.11.2018 / 15:46
0
answers

How to get an answer as input stream in Volley

I am developing an app where I use volley, my app is sending and receiving zip files, the problem is that my method of decompressing the parameter that I expect is of the input stream type and the onResponse of Volley returns the response as byt...
asked by 09.02.2018 / 00:59
2
answers

Errror to parse ej json obtained by consuming web services "com.android.volley.ParseError:"

When consuming web services I received a json and it is generating a parse error Error en la peticion: com.android.volley.ParseError: org.json.JSONException: Value [{"id":1,"name":"Test","description":"some description","price":3.1416,"finish"...
asked by 21.07.2017 / 20:45
2
answers

error code 400 with Volley when sending data with basic Authorization

I'm trying to send data to a WepApi service, specifically to a POST method. The method I use to send the data is: private void enviaDatos() { EditText txtAsunto = (EditText) viewPrincipal.findViewById(R.id.asunto); // Store values...
asked by 30.05.2017 / 17:12
1
answer

Someone knows some [closed] stock exchange API

I am looking for a stock exchange API to consume resources for an android application that I have to do for an end-of-course project. I found the one from Yahoo YQL. But I would like to know if you know any other.     
asked by 31.03.2017 / 08:53
0
answers

Problems when I want to save remote data in a List with Volley

I'm creating a DialogFragment with radious options on Android. The options of the DialogFragment are obtained remotely through a server, through Volley. These options are saved in a List. When I call this method Acciones.attendancesPlayerToGa...
asked by 16.10.2016 / 19:49
1
answer

Error with Volley: Attempt to invoke virtual method 'com.android.volley.Request

I am working with an application that must connect with web services to be able to consult information from a remote DB, but when I press a button to launch my web service it gives me the following error:    Attempt to invoke virtual method '...
asked by 28.11.2018 / 17:47
1
answer

BasicNetwork.performRequest: Unexpected response code 401

I have a login in Android studio using Volley that needs to access an API and bring the username and password to be able to show another activity, but when I put the user and the password I get the error.    BasicNetwork.performRequest: Unexp...
asked by 28.02.2018 / 21:36