Questions tagged as 'volley'

0
answers

The RequestQueue returns null

Well I have a code on Android that should be connected to a Web Service, but I can not connect and the truth is that I do not know why. I have started the RequestQueue requestqueue=Volley.newRequestQueue(this); but it gives me null and I...
asked by 10.11.2018 / 00:56
0
answers

OnResponse volley with 2 array json! (Web service-android)

I am using a web service to bring data from 1 person in particular. and that person has another table with their problems in a database. EJ: Table 1: id last name 1 Juan Garcia Table 2 id idUser problem 3 1 I broke something What I do w...
asked by 09.10.2018 / 15:53
0
answers

Two volley queries in the same Android class?

Good I have this query to an external url, the results realize the set and get to a recycler. The issue is that I need to make two more queries of this style. How could I achieve these consultations in the same class? Thanks private void Carga...
asked by 23.08.2018 / 14:35
0
answers

Display remote database data with Volley, Android

I am currently loading all the data in the table in a ReciclerView and everything goes OK. Now I want to do a search by name I modified the .php, leaving it as follows: // post para recoger el nombre $nombre=$_POST['nombrecito']; // inten...
asked by 09.07.2018 / 18:17
0
answers

android "can not display PDF (name.pdf is of invalid format)"

I am downloading a document with volley and it does not allow me to open it, it shows the message    can not display PDF (name.pdf is of invalid format) Also comment that the service returns me a byte[] with a weight, and debugging...
asked by 04.06.2018 / 16:04
0
answers

Store in Cache rest service using Volley

Hello friends I have a question, I'm using a rest service using the Volley library in android studio. Someone who can advise me to store the results in cache. Annex My classes: REST service consumption public void LoadOrdenesAsignada...
asked by 23.05.2018 / 00:08
0
answers

Problem sending GET variables by Android Volley to php

I have the following code in which I try to send two variables from android to php. The variables are latitude and longitude. The purpose is to take the location of the mobile phone and send the coordinates to a php file so that this will lift t...
asked by 26.03.2018 / 15:06
0
answers

Volley, Custom Header

Currently I have a problem I find the following code to make a POST call public void pendingPaymentsCollections(final Context context, String request, final Response.Listener<GetPendingPaymentsCollections> listener, final Response.Error...
asked by 29.12.2017 / 17:57