Most voted "parse" questions
None
Learn more…48 questions
Sort by count of
-
59
votes6
answers10591
views -
5
votes3
answers296
viewsFunction that converts this string to a json
I have a string in the following format: "a=123 b="ABC" c="Olá Mundo!"" need to create a function that transforms this string in this json: { a : 123, b : "ABC", c : "Olá Mundo!" } I think it has a…
-
3
votes0
answers147
viewsInstalling Parse on Android Studio 1.5
Hello, I’m having trouble installing Parse in my project, I include the library(Parse-1.11.0.jar) in the libs folder, I change the manifest.xml with permissions, in the java class, in the Oncreate…
-
3
votes5
answers5036
viewsJoin two Jsons into 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…
-
3
votes2
answers621
viewsHow to use Enum.Parse()?
My code displays error when using Enum.Parse<enum>(Console.ReadLine()); I am asking the user to enter the level of the position occupied, however to receive the data entered by the user…
-
2
votes2
answers200
viewsError loading listview of parse.com
Hi, I’d like to know what I’m doing wrong, because I run the app and it always gives an error, giving a stop. ListView listview; List<ParseObject> ob; ProgressDialog mProgressDialog;…
-
2
votes1
answer1436
viewsGo 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 a list item where the data is used from the site parse.com. For example, I have this code: public class ListViewAdapterPizzarias…
-
2
votes1
answer3334
viewsChange background color for Textview
I would like to know how to change a background of a text view, because I’m pulling the data from the site parse.with, but I can’t do it, what I’m trying to do is this: public class Pizzarias…
-
2
votes0
answers45
viewsGoogle Apps Script - Xml API has been suspended
I have a Google Apps Script but I started receiving the following error: The Xml API has been suspended. The API has been marked as failed, which means the resource should be avoided and can be…
-
2
votes1
answer361
viewsHow to display a parse string in a Textview?
I’m trying to add an image with a description on the server parse. I’ve already been able to add the image description by objectId, but the problem is that I don’t know how to display the text of…
-
2
votes1
answer75
viewsWhat does #Document mean?
Good evening guys, I am analyzing a source code to parse and I came across an excerpt of the code in which appears a #Document but never seen it in my life, I gave a Google here but I found nothing…
-
2
votes1
answer889
viewsconvert whole to java string
How do I convert the Integer to String type in Java? The variable matricula is declared as whole, but to show it on the screen it asks to convert it to String.…
-
2
votes4
answers168
views -
2
votes2
answers724
viewsParsing a timestamp with Timezone
I was making a little code to implement a treatment case in a friend’s application module and got stuck with a problem. This is a unitary test. To put in the application module I would have to make…
-
1
votes1
answer84
viewsParse SDK for Windows Phone 8.1
I’m creating a Windows Phone 8.1 project using Visual Studio Community 2012. This app should integrate with the backend provided by Parse. Well, I tried to follow this tutorial, but I noticed that…
-
1
votes0
answers128
viewsHow to pull login data to Parse.com with Javascript?
I am unable to pull login data from the form HTML, I need those values to go into the code JavaScript, I already have the user on database and also the APIs Keys, I was able to create the user with…
-
1
votes1
answer45
viewsLoad array with Parse data
I have a cache problem in my application, because when I enter a post it searches all comments related to it and populates the array, however, when I leave the same and enter another, the array has…
-
1
votes0
answers214
viewsHow can I save the data from parse.com in the device’s memory?
I’m trying to do something simple, but for me a little complicated, I’m trying to save the data coming from parse.with on the device, because when it has connection to the internet it works, but…
-
1
votes1
answer378
viewsParse HTML with Jsoup - Java
I am studying Jsoup library and I took the most basic example of the site and tried to build something simple, but I have this error, which does not allow me to execute the code: Default constructor…
-
1
votes1
answer893
viewsSelect span, and grab the text inside
I have the following HTML code: <div class="dados"> <span><strong>Nome:</strong> Yuri Santos</span> <span><strong>E-mail:</strong>…
-
1
votes0
answers32
viewsInsert images and text into Parseadapter
I have an Android app, where I use the Parse server with 100 registered stores. I need to insert into an Adapter 3 text information and one image information. The text I could already insert, but I…
-
1
votes1
answer17
viewsAndroid Parser from soapFault
Well I’m starting to make errors that the webservice Soap returns to me, as for example if the user enters login or password wrong the web service returns an error Soapfault: user or password…
-
1
votes1
answer30
viewsExternal variable gets value from an Success
I am unable to recover the value of the variable countEventChecks after Success. How can I assign the value of a return to another variable? for (var x = 0; x < eventosCkeckedPeloUser.length;…
-
1
votes0
answers53
viewsHow to store images in Parse?
I have a question about how to save images in a Parse bank. In Firebase it is possible to save the image path and leave it in Google Storage. Already in Parse I could not find if it is possible to…
-
1
votes1
answer903
viewsGet PHP DOM attribute value
I’m trying to make an application to take certain values from a page and insert them into a page of mine. I don’t know how to program, but I’m still taking a risk, because it’s to improve my…
-
1
votes1
answer99
viewsPHP and json how to print?
Could someone help me print each of these elements of this Json using php.…
-
0
votes0
answers99
viewsHow to filter data from a Parse.com table
I want to filter certain lines from a table on Parse to be shown on a blog, and do not know how it would be to do a search on posts or to filter posts that are not ready to be displayed. Example:…
-
0
votes0
answers86
viewsParse.com: Filter lines that have a term in a column
I want the API of Parse.com return only the lines that have a certain word, simulating a query in the table. Table example: The comfort I tried curl -X GET \ -H "X-Parse-Application-Id:…
-
0
votes0
answers60
viewsParse error: syntax error, Unexpected '<' online 1098 >
Guys, I have a Function.php that ends like this: // Clear Helper/s /* **************************************************************************************************** */ function n_clear() {…
-
0
votes0
answers283
viewsTutorial to develop Andorid app with Parse
I have searched everything that is corner and I did not find, someone knows indicate some tutorial from another place other than the site parse.with?…
-
0
votes2
answers67
viewsParse’s design with black stripes
I’m using the Parse.com project in version 7 of Xcode, however, the app gets a black belt at the top and another at the bottom as shown in the image: I’m using the Swift version of the project.…
-
0
votes1
answer19
viewsperformFetchWithCompletionHandler not being called into production
I’m implementing a Swift 2 app that requests an xml feed from time to time, and triggers a local notification. For that, I’m using the method performFetchWithCompletionHandler no Appdelegate.…
-
0
votes0
answers47
viewsAndroid does not recognize parse.parse.initialize
I’m on my first project with Android consuming the parse API. I followed the tutorial to the letter and always get the same error: could not find method com.parse.Parse.initialize I use ADT with…
-
0
votes0
answers38
viewsLocation of the file where the data is saved in the Parse library
I’m doing maintenance on an android project that was developed using parse library to make the persistence layer. http://parseplatform.github.io/docs/android/guide/ I couldn’t find it in the API,…
-
0
votes1
answer110
viewsGetting application id and client key from parse server
I’m trying to use parse server to register and login for an Android application, but I don’t know where to get the application and client key required for the code below: public class…
-
0
votes0
answers51
viewsParse relational query in a single Httpget call
good morning. This question is for the Android environment. I use ADT. I need to implement in Parse a Car table and a Manufacturer table. Car has the model and manufacturer fields. The Manufacturer…
-
0
votes2
answers240
viewsString parse for PHP array
I have the following string: /dev/sda1 ext4 19620732 16936800 1664184 udev devtmpfs 10240 10240 0 tmpfs tmpfs 101232 96740 4492 tmpfs tmpfs 253080 253080 0 tmpfs tmpfs 5120 5120 0 tmpfs tmpfs 253080…
-
0
votes1
answer44
viewsIdentify parse Error in Adroid Studio
How to identify the error through the code returned by parse?…
-
0
votes0
answers35
viewsParse server query returning empty
I picked up a design from a Listrview’s website Android Hive On this site he makes a query on the parse server and returns the list. I did the same thing in mine but using my server parse. It does…
-
0
votes1
answer99
viewsCreate an int variable that recognizes numbers in time format
I have a variable int that is taking the current time of android and comparing with more dua variables int of my database in the parse that contains the opening and closing time of a company, in…
-
0
votes2
answers88
viewsHow can I split a string by semicolon and take the value of each position after the while?
How can I make one split of a string per semicolon and take the value of each position after the while ? Example: result[0] //casa result[1] //carro My code: char str[] ="test;car;bar;mouse"; char *…
-
0
votes1
answer45
viewsProblems to return objects in Parse using android
I’m having trouble returning the objects using Parse to connect to Heroku. When I search about returning objects, everyone tells me to use the following code: ParseQuery query = new…
-
0
votes0
answers19
viewsProblems adding Parseuser to an Arrayadapter
I’m beginner in java programming, I’m trying to catch a ParseUser specify and send to the TimeLineFragment but it’s always null, I’ve done several tests but it’s always null public class…
-
0
votes0
answers10
viewsHow to extract a text within a <dd> using Jsoup?
Talk, you guys, baby? I’ve been trying for a couple of hours, and I’ve already researched everything that is a place to fix it, question is as follows: I need to know if an X text is like "OK" or…
-
0
votes0
answers14
viewsHow do I get a list of objects within a relation in Parse Server?
Good afternoon! I use Parse Server on the Back4app platform and need to get the list of all users who are within a certain Role. There is the Role class, in which it stores the user’s permission…
-
0
votes1
answer16
viewsJava Filter (Android) with Parsequery field type Pointer
How I would make this query, being that this field (product) is of the pointer type, which references another table (group)? ParseQuery<ParseObject> queryProdutos =…
-
-1
votes1
answer42
viewsPrint JSON.Parse
Good morning, I have a variable that stores data from a localStorage, which in turn contains the data below: Array[3] 0:"{"Token":-6742.075757575755,"Solicitacao":"3359659","Justificativa":"jjjj"}"…
-
-1
votes1
answer221
viewsParse de Json in C#
I’m trying to parse Json for a listbox and I’m not succeeding. This url is an example of what I’m trying to parse... and this is what I have: public void button1_Click(object sender, EventArgs e) {…