1

Hey Every one I am working on a project that requires ListView/RecyclerView items animation in a very unique. Here is the sample app RetailMeNot. The ListView or RecyclerView used in this app is definitely custom and looks pretty cool. Initially, the list show smaller image of a child-item. As the user scrolls up, the child item expands fully to reveal a bigger image and previously expand item collapse/hide and put the next item on top.

Has anyone seen a library or implementation of a similar ListView/RecyclerView?

enter image description here

enter image description here

enter image description here

I really tried hard to make this effect on ListView and RecyclerView but couldn't achieve the required result.....

Any help would be really appreciated, Thanks in Advance!!!

Waqas Ahmed Khan
  • 343
  • 4
  • 21

1 Answers1

0

After doing so much search and trying so many example's I finally created the effect with this library. This library has the same expand/collapse effect as RetailMeNot. Just download the library and use it in your project.

Happy Coding!!!

Waqas Ahmed Khan
  • 343
  • 4
  • 21