loopeer / CardStackView

One Custom view for show something just like cards with animations.
2.18k stars 343 forks source link

Recycle view feature #2

Open ZenKaido opened 8 years ago

ZenKaido commented 8 years ago

Hello ToDou,

Are you planning or introducing recycle view ? if not can you give me some idea on how to do so?

ToDou commented 8 years ago

Do you want add this feature to recycler view? I did that before.But not complete. Something you should do:item overlap, item reuse, and animation. First to create your layoutmanager as linearlayoutmanager. You can change the top offset to create overlap. But the item will be reuse. So there is much you should do to solve that. Before that you should know the principle of the layout manager.

ZenKaido commented 8 years ago

Not using recyclerview exactly but a way to populate a few view then recycle them

ToDou commented 8 years ago

That must refactor current code. Can use one holder to store items position state. Then to recycle view like recyclerView. I will improve my repo.

ZenKaido commented 8 years ago

Sorry for rush or anything but i was just wondering when will the new recycle like card stack view be made available?

ToDou commented 8 years ago

I have saw recyclerView. If do that must refactor the repo. May cost some time.