Questions tagged as 'parse'

3
answers

Function that converts this string to json

I have string in the following format: "a=123 b="ABC" c="Olá Mundo!"" I need to create a function that transforms this string into this json: { a : 123, b : "ABC", c : "Olá Mundo!" } I think it has a bit of regular e...
asked by 10.06.2016 / 02:16
5
answers

Join two Jsons in a single object

I have the following json: { "razao_social":"INTELIDER", "nome_fantasia":"INTELIDER LTDA", "rg_insc_estadual":"123456" } And another json: { "usuario":{ "login":"gleyson", "senha":"987654" } } I nee...
asked by 26.06.2017 / 20:38
1
answer

Go to another activity from a list item with parse.com site data

I would like to know how I could do to call another activity through an item in the list where the data is used from the parse.com site. For example, I have this code: public class ListViewAdapterPizzarias extends BaseAdapter { // Declare Var...
asked by 27.04.2015 / 04:45
0
answers

Installing Parse on Android Studio 1.5 [closed]

Hello, I'm having difficulty installing Parse in my project, I include the library (Parse-1.11.0.jar) in the libs folder, I change the manifest.xml with the permissions, in the java class, in the OnCreate method I I include the call, in Gradle I...
asked by 21.11.2015 / 10:24
2
answers

Parsing a timestamp with timezone

I was making a small code to implement a treatment case in a friend application module and got stuck with a problem. This is a unit test. To put in the application module I would have to make some adjustments when inserting into the native co...
asked by 01.05.2018 / 02:36
4
answers

How to parse on Json Android

I need to parse to the following json { "rssEmpregados": { "pesquisa": "marcia", "registoInicial": "0", "ordem": "ASC", "parametrosList": [ { "parametros": [], "ta...
asked by 29.11.2017 / 20:17
1
answer

How to display a parse String in a Textview? [closed]

I'm trying to add an image with a description on the parse server. I have already been able to add the description of the image by objectId , but the problem is that I do not know how to display the text of the image in a textvie...
asked by 19.01.2017 / 19:28
1
answer

Change background color of TextView

I would like to know how to change a background of a text view , as I am pulling the data from the parse.com site, but I am not can do, what I'm trying is this: public class Pizzarias extends ActionBarActivity { // Declare V...
asked by 30.04.2015 / 14:03
0
answers

Google Apps Script - Xml API has been suspended

I have a Google Apps Script script but I got the following error:    The Xml API has been suspended.    The API has been flagged as disapproved, which means that the resource should be avoided and can be removed later. Consider using another...
asked by 30.12.2016 / 13:23
1
answer

PHP and json how to print?

Could anyone help me print out each of these elements of this Json using php.    {"data": {"charges": [{"code": 30013193, "dueDate": "05/09/2017", "checkoutUrl": " link ", "link": "#
asked by 03.09.2017 / 04:25