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
2
votes
1 answer

Tinder profile animation

I am looking for library of the concept how Tinder's developers made profile animation when you click on the picture. So I tried to watch it in slow motion, but still is not able to understand how it works. Do they present another controller and…
vlad.grb
  • 339
  • 4
  • 16
2
votes
0 answers

All client side app that interfaces with tinder API

I am trying to obtain the authorization token from the tinder endpoint but I keep running into the CORS restriction. However I am able to obtain the facebook token and user ID without any issues. I obtain the tokens with the FB.login() function and…
naughty boy
  • 2,089
  • 3
  • 18
  • 28
2
votes
1 answer

How to swipe UIPageViewController from Navigation Bar

I am trying to make a UIPageViewController which can also be swiped from the navigation bar. Tinder ios app has a good example of this. I cannot add the navigation bar inside the content view controllers, because the navigation bar is dynamic and…
Esqarrouth
  • 38,543
  • 21
  • 161
  • 168
1
vote
0 answers

Flutter appinioswiper swipe indicator

Is it possible to give the appinioswiper cards two indicators, so that if the user swipes to the left there will slowly appear a text on the left of the card, the more the user swipes to the left. The text will say 'dislike' so the user knows what…
1
vote
1 answer

Tinderbot is scraping only 1 Image instead of all

I am using a this tinderbot https://github.com/frederikme/TinderBotz But the scraper is only scraping 1 Image per time. I also tried both ways, False and True but both versions are only scraping 1 image per profile, instead of all. ''' Created by…
Stefan
  • 17
  • 2
1
vote
1 answer

is any one can help me with this issue on tinder cards

i was learning how to build tinder clone, but when i tried to pass some image using url it does not work, i try to change the url but the image takes place without displaying the image. here is my code. tinder cards: import React, { useState } from…
1
vote
0 answers

I am making an app like tinder. I cannot link database info to my addToFavorite function to then send them to Favorite page

//Database is hardcoded and looks like this: const db =[ {name: "pantaloni", id:'1', imgUrl: "https://static.zara.net/photos///2021/V/0/1/p/1930/026/800/2/w/1280/1930026800_6_1_1.jpg?ts=1608226801975"}, {name: "geaca", id:'2', imgUrl:…
rares961
  • 11
  • 1
1
vote
2 answers

How to remove the first card from PanResponder by using functional react-native?

I'm learning the react-native and yes I'm beginner, I want to make similar like Tinder apps, but I have met a problem which is cannot swipe the first card(mean cannot remove the first card). There has no error message for these codes. I have tried…
angie ng
  • 11
  • 1
1
vote
1 answer

Issue selecting button by xpath, Python, tinder

I struggle to select the Tinder like button. I just copied the Xpath from the web version of tinder. It works for the Dislike button not for the like button. I've also tried to add a sleep button in case the like button didnt render quickly…
1
vote
0 answers

Returning 500 error for this Tinder API call

I'm trying to authenticate into the Tinder API. Facebook credentials to run this API can be found at the links below the variable initialization. I am getting the following error when running the code snippet below: Traceback (most recent call…
m0rg1an
  • 11
  • 3
1
vote
1 answer

Which ad formats uses tinder?

I have an app with a cardview, just like tinder. Now I want to add Ads with AdMob. AdMob offers 4 Ad formats: Banner Interstitial (Full-page ads) Rewarded (Videos) Native I'd like to have Ads like Tinder in my app, but I dont know which ad format…
murkr
  • 634
  • 5
  • 27
1
vote
1 answer

Not able to remove custom UIView from SuperView

This is extremely odd. I am trying to remove the view from superview when I drag the view to either left or right. If the view doesn't contain any subviews then I am easily able to remove the view from the superView by using this…
Osama Naeem
  • 1,830
  • 5
  • 16
  • 34
1
vote
0 answers

Using API's in android studio

I'm currently working on an app that requires match data from tinder but I have never worked with API's before and I'm not too sure how it works. I found some projects on github using the tinder api which I will link at the end there are just some…
1
vote
1 answer

authenticating to tinder via curl

I have been reading multiple articles on how to sniff and subsequently use the data obtained to interact with closed source apis recently. I am concentrated on the tinder api since it seemed to me ample research had been done already on it, hence it…
frankBang
  • 117
  • 1
  • 11
1
vote
0 answers

Image is not loading from web inside viewHolder's ImageView

I am trying to make swipeable card app like tinder. I have used this sample. It is working fine when i am getting images from Drawable resources, but viewHolder.cardImage is not getting set when i am setting image from web in…
muzamil
  • 196
  • 7