Questions tagged [parse4j]

Java Library to deal with Parse (parse.com) REST API

The Parse platform provides a complete back-end solution for your mobile application. Our goal is to totally eliminate the need for writing server code or maintaining servers.

If you're familiar with web frameworks like Ruby on Rails, we've taken many of the same principles and applied them to our platform. In particular, our SDK is ready to use out of the box with minimal configuration on your part.

22 questions
0
votes
1 answer

Error while sending a build of parse4cn1 application for device

I am experiencing some problems building for iOS (Debug). Steps to reproduce: Create a new CN1 project. Send iOS build -> no errors. Drag parse4cn1.cn1lib into the lib folder -> iOS build fails with "java.lang.UnsupportedClassVersionError:…
Shai Almog
  • 51,749
  • 5
  • 35
  • 65
0
votes
2 answers

Query an object in Parse4J

I would like to know if it is possible to get an object, filtering by an attribute of an attribute class. To be more specific, if I have: Person
-BasicInformation basicInformation BasicInformation
-Integer identificationNumber I want to…
0
votes
2 answers

REST API Parse.com Java

I am going through REST API GUIDE given by http://www.parse.com There the doc says about creating objects and storing it in a parse via CURL and Python API calls. The CURL request for creating object using POST request looks like below: curl -X POST…
mahendra kawde
  • 855
  • 4
  • 25
  • 44
0
votes
0 answers

Query returning multiple times the same result - Parse4J

As a preface, I'll apologize : I'm french, so there are French words in my queries and my tables. Anyways, I've been having problem with the queries frome Parse4J (which is using the base model of the Android API from Parse.com). In my data on…
Emener
  • 1
  • 3
0
votes
1 answer

Using Parse4J with LibGDX?

Is there a way of using the Parse4J libary with LibGDX?
user3130151
  • 115
  • 3
  • 6
0
votes
1 answer

Getting error when trying to fetch the object in Parse

I am creating the web application that will communicate with Parse cloud using parse4j in java. I have added all the required jar files. When I try to insert the data into the Parse cloud, it works fine. But when I try to retrieve the object, I am…
Funny
  • 566
  • 5
  • 16
0
votes
1 answer

parse4j cannot return object value when it is already exists

I am using parse4j to work with Parse.com I am doing a loop to retrieve all data from the server at startup.... Apart from my code is : ParseObject lastObj = subList.get(subList.size() - 1); System.out.println(new…
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
1
2