Skip to main content

Questions tagged [parse-platform]

Questions about Parse, including UI, cloud, server, platform, etc.

Filter by
Sorted by
Tagged with
2 votes
0 answers
126 views

I'm thinking about implementing a "liking" mechanism for a social network app (using Parse) whereby users select a value from a discrete slider beneath each post. The slide would range from 0-5 and ...
Martin Erlic's user avatar
4 votes
3 answers
287 views

I am having some major issues with scrolling in my active app "Amanda's Relationship Tips" Under the User Advice tab: I'm using the Parse Database as a backend to pull user data. This lag is ...
Joshua Hart's user avatar
0 votes
1 answer
62 views

The following code calls Parse. And uses its API to create two functions: post.create and post.find. As the names imply, one is ...
wyc's user avatar
  • 555
3 votes
1 answer
735 views

I'm trying to create an app that is scalable. One of the main features of the app is to view images from a database to a UITableView. Here is my code: ...
user3904534's user avatar
5 votes
1 answer
230 views

I have a swift method that I'm using to update Parse in the backend when the button is tapped. Votes are being updated: The method acts as a voting system, incrementing a label every time it's tapped. ...
Lukesivi's user avatar
  • 205
5 votes
1 answer
1k views

I have a "Like" button in my iOS app that updates the votes every time it's tapped. Just like Facebook, Instagram, ProductHunt, etc. I have a custom cell where that ...
Lukesivi's user avatar
  • 205
8 votes
1 answer
10k views

So I needed a a star rating feature to appear in my app - it doesn't need to be interactive. I have my app connected to a database I've set up in Parse, and I've made a column for OurRatingof type ...
Nick89's user avatar
  • 183
3 votes
1 answer
132 views

Here's a function: ...
Cesare's user avatar
  • 209
2 votes
0 answers
438 views

For some background, I am learning from the following Stack Overflow question that I asked regarding creating the this code. I was playing around with different combinations of ...
Acoop's user avatar
  • 129
2 votes
1 answer
405 views

I got to show the createdAt date in a message timeline, I tried to make a separate array only for dates, but don't know if it is the right path to follow. It seems ...
biggreentree's user avatar
2 votes
0 answers
961 views

Using JavaScript cloud code, I'm trying to bulk convert a huge number of URL entries into actual files uploaded to Parse.com. This code works; I just want to make it cleaner/nicer. ...
Ycon's user avatar
  • 229
5 votes
1 answer
390 views

This works, and the UI is snappy in the simulator, but since this is my first time really using GCD, I'd just like this code to be reviewed before I start using it everywhere. Note that this is ...
GarySabo's user avatar
  • 155
1 vote
1 answer
177 views

I was recently at a hackathon and saw quite a few people using Parse, so I decided to check it out and read some guides online. Can someone take a look at my code? I followed Parse documentation so it ...
Alfredo Hu's user avatar
3 votes
0 answers
565 views

Here's my JavaScript file that queries data from Parse and then updates my Handlebars.js template to display them. The code has 3 async calls using a Promise. It still feel like it could be improved, ...
leerob's user avatar
  • 237
2 votes
1 answer
148 views

I have the following 4 functions that work, however, I am sure that utilising promises will improve my code. I just find them so confusing. ...
Taylorsuk's user avatar
  • 281
3 votes
1 answer
2k views

I'm an iOS developer new to Android. I'm creating my first Android app and I have several questions. My app uses Android Studio, gradle, and it's based on Parse (the backend). Basically, takes ...
Ricardo's user avatar
  • 188
1 vote
1 answer
4k views

Using parse.com's javascript API, I would like to get a variable number or images from img tags on a page and save those images in the currently logged in user's ...
Wesley Smith's user avatar
5 votes
1 answer
437 views

I have created a system where user selects files from their Google Drive to be uploaded into Parse. I have done so separately though, where I have one code that allows user to select an item from ...
user3827788's user avatar