I want to use the RecyclerView
which is in the Android support v7 library to display a bunch of CardViews
(which is also in the v7 support library), but instead of showing them on a list (in which I can scroll up/down) I want to show them as a stack (like card stack).
Does anyone know how I can achieve this behavior?
Thanks!!
Have you checked CardsUI-for-Android
An open source library offering the popular Google Now & Google Play cards views, additionnal features, view recycling and an optional Model-View-Controller structure.
This new type of card based on the new Google play design are highly customization.
The parameters include:
Here is an example:
mCardView.addCard(new MyPlayCard(
"Different Colors for Title & Stripe",
"You can set any color for the title and any other color for the left stripe",
"#f2a400", "#9d36d0", true, false));
See Docs for More...
May it will be useful to you.
These library would be helpful
https://github.com/kikoso/Swipeable-Card
https://github.com/kikoso/Swipeable-Cards
http://grishma102.blogspot.in/2014/04/tinder-app-like-control-with-animation.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With