Questions tagged as 'json'

0
answers

How to consume JSON data in android from an API in Asp.net

Good evening, I'm trying to make a simple crud with android studio (2.3.3), but I can not return data. With postman I get good, but with android gets null. The site is link Here'smycode:publicclassCustomAdapterextendsArrayAdapter<Studen...
asked by 26.06.2018 / 23:42
1
answer

Transform an array of string (which are links) into an imageView in android with json

I have a json on a server with links of images and need to convert to imageView, I could only open on the android screen as a string showing the image link. My json MycodethatreceivesjsonStringRequestrequest=newStringRequest(url,newResponse....
asked by 21.06.2018 / 01:58
0
answers

How to cache a json xamarin iOS request

I would like to know how to cache a request HttpClient whose return is a json and determine the number of storage days for that cache. public async Task<List<Categoria>> GetCategorias(){ string URL = string.Format(Con...
asked by 26.06.2018 / 12:07
0
answers

Paging dataTable JSON - Parameter passing in a function

I have a table that should be paged. It is already receiving the JSON and populating the table, but in the fifth and sixth column I need to do treatments, the content of them will depend on certain condition. function buscarConteduoBtn(p...
asked by 16.06.2018 / 01:05
1
answer

App Android Studio stopped picking Json online from nowhere

I am developing an APP, where it needs to get data online via Json from an API, without making any changes it stopped working being that it was working normally, I already tested the server that is normal. No java: //Consulta na API...
asked by 23.06.2018 / 16:36
0
answers

Wordpress / PHP - Integration with external API

I have a form in Wordpress (contact form 7), when the user submits, I need to generate a json with the fields and send it to an external API. I need to use a class: <?php if ( !defined( 'ABSPATH' ) ) exit; if ( !class_exists( 'CHN' ) ) :...
asked by 14.06.2018 / 16:02
2
answers

How to receive JSON data? [closed]

I want to retrieve a JSON code for HTML with jQuery. How can I do this? And how can I use CSS with JSON data? Here is the JSON code. { "version": "0.1.1", "box_name": "A Fazenda - Ranking", "data": [ { "__id": "f8c3500f39017...
asked by 19.06.2018 / 20:37
0
answers

PHP - How do I integrate with API

I have a form in Wordpress (contact form 7), when the user submits, I need to generate a json with the fields and send it to an external API. I needed to use with class: <?php if ( !defined( 'ABSPATH' ) ) exit; if ( !class_exists( 'CHN' )...
asked by 14.06.2018 / 18:18
0
answers

Json, PHP + Android Studio

I'm making an application where the user types his "name" and calls json Android code btn_Enviar.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { JSONObject jo = new JSONOb...
asked by 14.06.2018 / 19:28
0
answers

Adding items from one grid to another

Can anyone help me? I have a problem as follows I'm using two grids The first one loads a list of items in which, when selecting a record, I add this selected record in the other grid Until then everything works But in the second grid I...
asked by 09.06.2018 / 18:38