Swipeable-Cards
Swipeable-Cards copied to clipboard
OnDiscardListener working in reverse order
setOnCardDimissedListener(new OnCardDimissedListener() {
@Override
public void onLike() {
MainActivity.wv.loadUrl(profileurl);
Log.v("andtinder",profileurl);
}
@Override
public void onDislike() {
}
});
If i like the first card, the profile url in the last card gets called If i like the second card, the second last card action gets called
Anyone experiencing this issue?
I had similar problems Check out this blog for further information http://styssi.blogspot.de/2015/04/tinder-swipe-functionality-with.html