Questions tagged as 'parse'

1
answer

Android soapFault Parser

Well I'm starting to make error handling that the webService soap returns me, for example if the user enters login or wrong password the web service returns a SoapFault error: user or invalid password. Only I can not get this message and show in...
asked by 02.12.2016 / 11:59
1
answer

External variable receives value from a success

I am not able to retrieve the value of the countEventChecks variable after success. How can I assign the value of a return to another variable? for (var x = 0; x < eventosCkeckedPeloUser.length; x++) { if (eventosResponse[i].id == event...
asked by 04.06.2016 / 14:38
1
answer

Parse HTML with Jsoup - Java

I'm studying the 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 can not handle exception type IOExcep...
asked by 30.10.2015 / 20:19
1
answer

Select span, and pick up the text inside

I have the following HTML code: <div class="dados"> <span><strong>Nome:</strong> Yuri Santos</span> <span><strong>E-mail:</strong> [email protected]</span> <span><strong>Ender...
asked by 26.07.2015 / 22:48
1
answer

Parse 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 NuGet does not install the package ... Below...
asked by 22.12.2014 / 16:33
0
answers

How to store images in Parse?

I have a question about saving images to a Parse bank. In Firebase it is possible to save the image path and leave it in Google Storage. In Parse I was unable to find out if I could save the image path instead of saving the converted image itsel...
asked by 16.06.2017 / 22:57
1
answer

Get attribute value PHP DOM [closed]

I'm trying to make an application to grab certain values from a page and insert them into a page of mine. I do not know how to program, but I'm still risking it, because it's to improve my job (bid analyst). So far I have managed to get one of t...
asked by 28.01.2017 / 23:20
0
answers

Insert images and texts into ParseAdapter [closed]

I have an app on Android, where I use the Parse server with 100 stores registered. I need to insert text and image information into an Adapter 3. I already tried to insert a bitmap list as a parameter for ParseAdapter, but I can not do it. Fo...
asked by 31.10.2015 / 21:53
1
answer

Load array with Parse data

I have a cache problem in my application, because when I enter inside a post it searches for all comments about it and populate array , but when I exit it and enter another, array has not yet been populated with the new comments giv...
asked by 11.08.2015 / 20:20
0
answers

How to pull login data to Parse.com with Javascript?

I am not able to pull the login data from the form HTML , I need these values go to the code JavaScript , I already have the user in database and also the APIs Keys , I was able to create the user with a example of the p...
asked by 03.06.2015 / 08:05