Questions tagged as 'parse'

1
answer

Getting application id and client key from parse server

I'm trying to use the parse server to perform user registration and login for an Android application, but I do not know where to get the application and client key needed for the code below: public class ParseApplication extends Application {...
asked by 12.02.2017 / 02:28
0
answers

Location of the file where data is saved in the Parse library

I'm doing maintenance for an android project that was developed using the parse library to make the persistence layer. link I have not found in the API, where the file used to write the information is located. Has anyone worked with this li...
asked by 06.02.2017 / 10:56
0
answers

Query server parse returning empty

I've taken a project from a ListrView site Android Hive On this site it does a query on the parse server and returns the list. I did the same thing on my server using my parse. It does the query but does not show the data on the screen. I t...
asked by 23.11.2016 / 11:16
0
answers

Android does not recognize parse.parse.initialize

I'm on my first Android project consuming the parse API. I followed the tutorial to the letter and I always get the same error:    could not find method com.parse.Parse.initialize I use ADT with updated SDK Tools.     
asked by 05.11.2015 / 19:28
0
answers

Relational query in Parse in a single call HttpGet

Good morning. This question is for the Android environment. I use ADT. I need to implement a Carriage table and a Manufacturer table in Parse. Car has the model and manufacturer fields. The Manufacturer table has the Name field. In additio...
asked by 09.11.2015 / 14:00
0
answers

Tutorial to develop Andorid app with Parse

I've already tried everything that is a song and I did not find it, does anyone know how to indicate some tutorial from a site other than the parse.com ? / p>     
asked by 03.05.2015 / 22:43
0
answers

Parse error: syntax error, unexpected '' on line 1098

Well, I have a function.php that ends like this: // Clear Helper/s /* **************************************************************************************************** */ function n_clear() { echo "<div class='clear'></div>...
asked by 18.04.2015 / 23:26
0
answers

Parse.com: Filter lines that have a term in a column

I want the # API to return only the rows that have a particular word, simulating a lookup in the table. Table example: ThesongItriedcurl-XGET\-H"X-Parse-Application-Id: ${APPLICATION_ID}" \ -H "X-Parse-REST-API-Key: ${REST_API_KEY}" \ -G...
asked by 10.01.2015 / 07:40
0
answers

How to filter data from a Parse.com table

I want to filter certain rows from a table in Parse to be shown in a blog, and I do not know what it would be like to do a search on the posts or to filter out posts that are not ready to be displayed. Example: Searchfor"Google" and will...
asked by 24.12.2014 / 19:41
1
answer

Print JSON.Parse

Good morning, I have a variable that stores data coming from a localStorage , which in turn contains the following data: Array[3] 0:"{"Token":-6742.075757575755,"Solicitacao":"3359659","Justificativa":"jjjj"}" 1:"{"Token":-57645.84848...
asked by 05.01.2017 / 14:40