Questions tagged [tinder]

Tinder is a location-based social discovery application.

Tinder is a location-based social discovery application that facilitates communication between mutually interested users.The application (also available through App Store (iOS), Google Play and now on the Apple Watch) allows users to chat with their matches

83 questions
0
votes
1 answer

Tinder APIs are not working

I want to update my location using the url https://api.gotinder.com/user/ping and sending data with post method and data is {"lat":xxxxxx,"lon":xxxxxxx} with all the headers explained in the post below. But it is not updating my location. and giving…
Mayank Barnwal
  • 123
  • 1
  • 12
0
votes
0 answers

SWreveal View Controller and Subview

i'm currently developping an app, which allow users to use the swype gesture (slide to the left if you like or right if dont), to do it, i'm using a library (which use addSubview) but , i'm also using the SWRevealViewController, to make my side…
f1rstsurf
  • 637
  • 1
  • 6
  • 22
0
votes
1 answer

Set up messaging service similar to Tinder's

I'm creating an android app like Tinder and creating a messaging service similar to Tinder's- in that each user gets a push notification and messages with one another. So far I'm using Google Cloud Messaging but running into some trouble with ID's…
0
votes
1 answer

Tinderlike retrieve Webservice data in card

i'm currently developping an app like tinder, which retrieve some datas from a webservice. I already coded my function to retrieve datas which work like a charm, and i have also implemented the cardmodel. The problem is, i don't know how to code the…
f1rstsurf
  • 637
  • 1
  • 6
  • 22
-1
votes
1 answer

I want make a Tinder alternative. I think my match mechanism will cost too many database space. How to improve it?

I want make a social app like Tinder. I will use firebase Auth & firestore. My match mechanism is: Every user data will saved in a individual firestore doc. In user data, will save "like" and "dontLike" field, both type are array. Each array will…
Kody Liou
  • 113
  • 2
  • 12
-1
votes
3 answers

Tinder like function, appcelerator

I tried to re create a Tinder like function. I found this code : var win = Titanium.UI.createWindow({ backgroundColor: "#ffffff", title: "win" }); // animations var animateLeft = Ti.UI.createAnimation({ left: -520, transform:…
-3
votes
1 answer

Swiping images in C# Windows Forms app (Tinder swipe)

I really need to add the possibility of swiping images like in dating apps (Tinder maybe) in my own app. If the image is swiped to the left, then a certain value should be assigned to the variable (for example, +1). If to the right, then nothing…
-3
votes
1 answer

How to never show the same card on a tinder app

I am making a 'tinder' style app, and was wondering how I would make it so that once a card has been liked or disliked, then it won't be shown again to the user. - I have seen that it has been asked before but the answer was no sufficient and was…
1 2 3 4 5
6