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

Algorithm for finding distance between several coordinates (lat/long) dynamic and static

I am making an app in Flutter which will have some mixed features like a classified app / Tinder. I need a logic or some suggestion on how this can be achieved. Please be patient with my explanation. Use Case: User A: Posts an AD about selling his…
Firaun
  • 369
  • 1
  • 5
  • 21
0
votes
2 answers

How to have make functional tinder style cards in React.js(SandBox in description)?

Currently, I am using a library called react-swing(https://www.npmjs.com/package/react-swing), based on the library Swing(https://github.com/gajus/swing). Both libraries allow you create swipeable tinder cards. currently I can swipe away components…
lukeet
  • 461
  • 1
  • 4
  • 22
0
votes
0 answers

What can end users do to get a practial understanding of how an algorithm of a specific app works?

I sometimes hear people talking about the "infamous" Youtube algorithm that decides which videos to feature in trends or the local start page of Youtube. Similarly, I've heard discussions about the ranking and matching algorithms of the dating app…
pat3d3r
  • 181
  • 1
  • 8
0
votes
1 answer

Collection View cell in Table View Controller (like Tinder Message tab)

it is my first time to use Stack Overflow:) hope I can find the answers and give my knowledges. I am currently making a chat app like Tinder or instagram style for studying Swift. as you can see on Tinder, you can swipe horizontally matched…
0
votes
1 answer

How do I upload image using POST form data Python-requests

Im working with Tinder's private API, I need to replicate the request down below in Python. Any help will be hugely appreciated. POST Request to Tinder's private API - Picture Here is the current code I have, I have no idea what to put in the data…
stcg
  • 1
  • 1
  • 2
0
votes
0 answers

Creating tinder like card layout using UICollectionView

I am trying to recreate the tinder card stack which can then be swiped through. I have decided to do this using UIcollectionView. I was going to make an array of user objects and within each, there would be an array of images. So for the number of…
user12174378
0
votes
1 answer

react-native-deck-swiper touch to view profile

I am using react-native-deck-swiper to replicate a tinder-like motion for a project. One thing I am trying to do is have so that a user taps on the card, a Modal will come up with all the information regarding that specific card s/he pressed. I have…
Frank Gully
  • 267
  • 1
  • 8
  • 19
0
votes
1 answer

How to make only male or female users show on a tinder style app

I bought the udemy tutorial on how to make a tinder app by 'zero2launch' and followed it and it works perfectly, however, the users on the cards are male and female and I would like to find a way to - using segmented control - to only show male or…
0
votes
1 answer

How does Tinder know who's been seen? (Backend)

I have a dynamodb source of models. Now I query them via ElasticSearch, so I can make a geo search. give me all models in 30 km circle. Now the user has a Tinder system. So can wipe. How do I know which models I don't have to retrieve anymore?…
DavidBiller
  • 71
  • 1
  • 9
0
votes
2 answers

how to get match like tinder where every user has its own entry in table

I am working on tinder like app and i want to fetch all match.In my matches table every user has it's own entry.so for one match there are two user and there are total two entry in table. i tried sql query like given below select user_id, friend_id…
Arjun Choudhary
  • 203
  • 3
  • 16
0
votes
0 answers

How to implement programatic swipe on click of a button for Tinder like app

Hi i am using phillfarrugia/swipeable-view-stack for my tinder-like app. I also want to implement left/right button that will serve the same purpose as left/right swipe (same as on tinder app), but that seems to be a bit of a problem. Since the…
NikolaM
  • 23
  • 9
0
votes
2 answers

android: Displaying multiple images like INSIDE the Tinder-cards

How would I go about displaying multiple images the way Tinder does it: it should display the next image when I click on the right side of the image and display the previous image when I click on the left side of the image. It should also display a…
murkr
  • 634
  • 5
  • 27
0
votes
2 answers

Great tutorial, but can't replicate code

New to mobile development and thought I'd follow along with this tutorial. This is hopefully a simple question. If someone could just tell me what the --> is called (is it a pointer?) or what causes the (e) --> code to be light gray in color after…
Joe
  • 35
  • 8
0
votes
0 answers

tinder like card in swift

In my project I have a view that is like the tinder card view. I had the view working well, but I'm not sure what happened to cause it to "crash". When I swipe right, the card starts jittering and jumping all over the place, but when I swipe left,…
Cesa Salaam
  • 77
  • 11
0
votes
2 answers

What Approach should I use to make each cards swipe either right/left as tinder?React Native?

What approach should I use to make each cards swipe either right/left as tinder? My cards are in listview.Once I swipe any card right or left it should vanish off and the next stacked card should come up at that place? In React Native. The…
Kamlesh Tilwani
  • 59
  • 1
  • 2
  • 16