Questions tagged as 'json'

0
answers

Problem with calling a JSONTask within a Thread

I have a small code to connect by Bluetooth to a device and send a small string, but apart from this, I have a JSONTask in asynchronous, and I call it onPostExecute, my problem is that, I need to call it every certain interval (waiting the refre...
asked by 26.07.2018 / 02:24
1
answer

How to pass component data to other components [duplicate]

I am developing a project in angular, in which I upload a file in json formats and show it in a table. Until now I have three components that are: UploadComponent TableComponent TableDetalleComponent My question is how from UploadCo...
asked by 24.07.2018 / 21:38
0
answers

Access Json content with retrofit

How can I access the content of a JSON if retrofit 2 is used, the pratron observable and has the following structure: Json: status: bool content[ edTitle navUrl family type section edSumm...
asked by 24.07.2018 / 16:54
1
answer

my query in sql does not recognize the parameter I sent from javascript

good afternoon programmers I have a doubt and I hope you help me I am developing a system in javascript and php and sqlserver, the problem is as follows this is the part of php in which he sent the javascript parameter that is "USU" and...
asked by 01.08.2018 / 22:27
0
answers

Firebase Cloud Messaging No valid registration ids

I would like to consult, because when I want to register a new user in one of my applications, firebase, at times totally random (now almost permanent) I get an error of "no valid registration ids" the FCM API, so I do not register any new user,...
asked by 31.07.2018 / 16:07
0
answers

use shadowbox.js with variable href which is loaded from sql and json

Hello friends, I hope you can help me, what happens is that I try to show a sahdowbox from javascript and json code and I make a sql connection through a webmethod. The way I'm trying to show the shadowbox is like this: <br> $.ajax({...
asked by 07.08.2018 / 20:12
1
answer

Remove Line Jump in a Textarea php mysql javascript

I have this problem, that when entering text with line break to the textarea of my field Description product remains the same as the following image. Well, when I give it to record or save in this way with line break when showing in my...
asked by 19.07.2018 / 08:59
0
answers

Problem with JSON, Access and Special characters in CodeIgniter

I expose the environment first: 1 Database in msAccess 1 Web server with a REST API generated in codeIgniter, which returns a JSON with the contents of a query to the database Access. 1 Postman to check requests. When in one of the fi...
asked by 19.07.2018 / 10:06
0
answers

Graph mysql data by date range with Highcharts

Hello to the whole community! I would be very grateful if someone with more experience could give me an orientation on the next topic ... I want to show data from mysql to a highcharts graphic ... But I would like you to show me the data in a ra...
asked by 24.07.2018 / 09:27
1
answer

Do not update me Ajax Json

in the select that shows a list from an api in json <select id="Select"></select> He goes to the js function getData(){ $.ajax({ type: "GET", url: 'http://localhost:8000/api/api', dataType: "json", success:...
asked by 17.07.2018 / 21:54