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

I want to populate arrayadapter each view into single frame layout

I trying to make a view that's look like tinder cardsteck view And I thought how to populate each view in frame layout And each view stecked I don't get idea so far And I don't want to use Library NOTE - I'm not talking about ListView
sk panchal
  • 159
  • 1
  • 13
0
votes
1 answer

How to create a vertical sliding images in Swipable cards like badoo and bumble

How to create a vertical sliding images in the swipable cards like badoo and bumble in android Can u Please help me Thanks in Advance
Anil
  • 19
  • 5
0
votes
0 answers

Show white background when swapping is done then show the Image that is in stack

Actually i have used this library for swap like tinder everything works perfect. but i need white background when swapping is done after some time it will show the image in curl animation . any one has done this
Mad Burea
  • 531
  • 8
  • 22
0
votes
0 answers

Badoo like Swipeable Cards

So I've been in this for a while now and have been unable to figure out how to implement 4-way swipe recognition in android. I've found different links pointing to different solutions but none of them fulfill my requirements. What I wish to…
Sabeeh Zaidi
  • 59
  • 1
  • 5
0
votes
1 answer

pangesture in UItableviewcell, table scroll is not working in swift

I want to swipe UIview left and right inside the UItableviewCell, And I have used UIPanGestureRecognizer to make this happen and below is the attached source code. However when I am trying to scroll UItableview my Uiview is moveable up and down and…
0
votes
2 answers

How to authenticate Tinder API using FB Access token and user id

I have been trying to do Tinder authentication using FB access token and user id. I have successfully integrated FB SDK and got the details. And I followed the API documentation given in link. But when I call Tinder auth API, I am getting…
Mithun
  • 459
  • 1
  • 10
  • 32
0
votes
0 answers

Android Tinder-like swipeable card stack with ViewPager

I'm working on a project which has a Carousel styled fragment implemented on it (using a ViewPager implementation of sorts). You can swipe left or right, and while the main "card" is displayed, you can see the next and previous one behind it. Then…
Jaqualembo
  • 201
  • 1
  • 4
  • 14
0
votes
0 answers

How to create Tinder like edit profile

I wanted to create Tinder like edit profile section 1) I am having issue in creating dynamic Grids(2 Grid in advance) to users which automatically appears as soon as user fill second last grid. 2) Show thumbnail to users in gridview by storing in SD…
Ritu
  • 518
  • 2
  • 12
  • 35
0
votes
1 answer

Customize UISegmentedControl like Tinder - Swift 3

How can I customize UISegmentedControl? Like this: I'm using Xcode 8 and Swift 3 I would appreciate it if you could help. Thanks.
0
votes
1 answer

App like tinder, how to never show the same card?

not sure if this is the right place to ask this, I am making an app that works kind of like tinder as in it has cards that you can swipe left or right on, however I can't figure out how I would never show the same card more than once to a user,…
Dfarrelly
  • 695
  • 2
  • 7
  • 24
0
votes
0 answers

Login using Tinder API

I am using https://gist.github.com/rtt/10403467 for reference but I am not able to login into Tinder. I get a blank response. NSURL *url = [NSURL URLWithString:@"https://api.gotinder.com/auth"]; NSMutableURLRequest *request = [NSMutableURLRequest…
Swati
  • 1,417
  • 1
  • 15
  • 35
0
votes
1 answer

How tinder gets friend list from facebook?

I have seen many apps like Tinder and many other apps gets friends lists from facebook. When i login to these app they import all my friends list and sotre to their database. According to facebook doc it says only taggable friends are available…
Krishna Karki
  • 749
  • 12
  • 31
0
votes
0 answers

Double Slider Strategy For Programming Age Range Functionality (like Tinder)

Tinder has a "double slider" feature on their app when you select an age range. It's rather nifty. I thought perhaps there would be a hack for such a thing where you could overlay two UISliders on top of each other to create this, but this doesn't…
user3827344
0
votes
2 answers

never show same document to same user twice

I have a server storing content 5,000 documents. Lets say I have 1 million users who all query for 50 new documents at their own pace, until all content has been seen. I want to make sure that each user only sees and interacts with the content once…
user1709076
  • 2,538
  • 9
  • 38
  • 59
0
votes
1 answer

Ionic "track by" error with tinder cards

I started learning Ionic 2 weeks ago and right now I am creating a small project to practice.You can download my project from my Github : https://github.com/KaanYildirim/ionicTest I am trying to use tinder like cards which is created from the ionic…