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

Performance drawbacks #13

Closed
smbduknow opened this issue Sep 27, 2018 · 2 comments
Closed

Performance drawbacks #13

smbduknow opened this issue Sep 27, 2018 · 2 comments

Comments

@smbduknow
Copy link

Try to implement calendar on nested RecyclerViews (outer RV+LinearLayoutManager hold month items & every month has its own inner RV+GridLayoutManager with its days) and compare performance of both implementation. Your variant with single RV+GridLayoutManager is much slower

@rAseri
Copy link
Contributor

rAseri commented Sep 28, 2018

Thanks, it's interesting issue.
On what device did you test calendar performance? Could you share your test app with nested RecyclerViews?

@smbduknow
Copy link
Author

I've tested on Samsung Galaxy Note 3 but unfortunately I can't share my implementation at this moment because of NDA. However you can compare your calendar with https://github.com/ApplikeySolutions/CosmoCalendar for example (it based on the same idea)
Try to check case with fast scrolling

@iMofas iMofas closed this as completed May 21, 2020
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

3 participants