Questions tagged as 'parse'

0
answers

How can I save the data coming from parse.com in the device memory?

I'm trying to do something simple, but for me a bit complicated, I'm trying to save the data coming from parse.com on the device, because when it has internet connection it works, but when it does not have , the device does not save the data i...
asked by 07.05.2015 / 21:10
2
answers

Parse project with black bands

I'm using the Parse.com project in version 7 of Xcode, however, the app has a black stripe at the top and another at the bottom as shown in the image: I'm using the swift version of the project. Could anyone tell me what this means? I'v...
asked by 25.09.2015 / 22:43
1
answer

performFetchWithCompletionHandler not being called into production

I'm implementing an app in Swift 2 that makes requests to an xml feed from time to time, and triggers a local notification. For that, I'm using the performFetchWithCompletionHandler method in AppDelegate. Locally, using my device, the met...
asked by 09.10.2015 / 23:54
1
answer

Problems returning 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 ParseQuery("Players"); query.whereEqualTo("status", "active")...
asked by 14.04.2018 / 21:45
1
answer

Create an int variable that recognizes numbers in time format

I have an int variable that is picking up the current android time and comparing with more dua int variables from my database in the parse that contains the opening and closing times of a company in business hours trading works, but when a compa...
asked by 09.09.2017 / 09:17
2
answers

Parse string for array in PHP

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...
asked by 01.10.2016 / 01:05
0
answers

How to write serialized objects to XML files without overwriting? SAXParseException

So, as the title suggests, I've been trying to write serialized objects without overwriting the file. The problem is that whenever I add an object to this file I get the following sentence: "org.xml.sax.SAXParseException; lineNumber: 1; colum...
asked by 13.09.2018 / 22:05
0
answers

Problems adding ParseUser to an ArrayAdapter

I'm a beginner in java programming, I'm trying to get a specific ParseUser and send it to TimeLineFragment but it always gets null, I've done several tests, but it always gets null public class TimeLineFragment extends Fragment {...
asked by 07.07.2018 / 03:22
1
answer

Identify parse error in Adroid Studio

How to identify the error through the code returned by parse?     
asked by 28.06.2018 / 17:08
0
answers

Parse of two different pages

I have a problem and I can not solve it. I have 2 scripts that make the parse of two different pages. Is it possible for me to create a spider class, start these 2 different urls and create a parse for each url? I created 1 script for each class...
asked by 23.03.2018 / 01:03