Skip to content

A native library providing a Tinder-like cards effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms.

License

Notifications You must be signed in to change notification settings

wesleydonk/Swipeable-Cards

 
 

Repository files navigation

Swipeable cards: Tinder-like cards library for Android

Swipeable-cards is a native library for Android that provide a Tinder card like effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms.

This is a fork of the Swipeable cards lib with some changes to it :)

The original project can be found here: https://github.com/kikoso/Swipeable-Cards

  • Animations are now done with the ViewPropertyAnimators
  • Setting card width & height are done in xml and not in code. (So the potential bug with an initial setX()/setY() is now fixed)
  • Like it now at the right & Dislike is at the left.
  • Removed the DisOrdered type of orientation
  • CardView is now a RelativeLayout in stead of a ViewGroup (So no more measuring() & onLayout())

About

A native library providing a Tinder-like cards effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.1%
  • Groovy 7.9%