Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recycle view feature #2

Open
ZenKaido opened this issue Jul 20, 2016 · 5 comments
Open

Recycle view feature #2

ZenKaido opened this issue Jul 20, 2016 · 5 comments

Comments

@ZenKaido
Copy link

ZenKaido commented Jul 20, 2016

Hello ToDou,

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

@ToDou
Copy link
Member

ToDou commented Jul 21, 2016

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
Copy link
Author

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

@ToDou
Copy link
Member

ToDou commented Jul 22, 2016

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
Copy link
Author

ZenKaido commented Jul 31, 2016

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

@ToDou
Copy link
Member

ToDou commented Aug 3, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants