-1

I have used the following link to create a filppable stack view https://github.com/blipinsk/FlippableStackView. But I want to create a flippable stack view like linkedin.. See the attachment.enter image description here. Can you guys help me?

Dilipchandar
  • 129
  • 1
  • 1
  • 13
  • 1
    [take a look](http://meta.stackoverflow.com/questions/266384/is-it-ok-to-downvote-questions-asking-about-how-to-achieve-something-without-ha) – M D Jan 29 '16 at 10:17

1 Answers1

0

The are plenty of libraries to implement animation like this. One of them https://github.com/kikoso/Swipeable-Cards which you can use easily with gradle. As alternative: https://github.com/Diolor/Swipecards

rmammadli
  • 76
  • 1
  • 7
  • Thank you so much rehman.. The first link is working fine.. But this works only for lollipop and marshmallow but not for lower versions.. Is there any alternative for lower versions like kitkat. And dependency from second link is not working.. – Dilipchandar Jan 29 '16 at 11:18
  • Rehman: I imported code from https://github.com/Diolor/Swipecards. This project works fine for kitkat also but the images are not coming in a stack.. i.e First image exactly overlaps the next image. – Dilipchandar Jan 29 '16 at 11:56
  • Yes, second library has problem as you mentioned. You can try these ones, i guess this one supports versions below marshmellow: https://github.com/wenchaojiang/AndroidSwipeableCardStack – rmammadli Jan 29 '16 at 12:31