-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
skipping frames on init #192
Comments
Ugh. I think we just need to focus on performance. I think we could do better. 50 frames is a lot though... |
I am listening. |
would CalendarPickerView replacing with RecyclerView be an advantage for better scrolling CalendarGridView item |
Is this issues still require contributor / helper? @edenman |
Well, I have also skipped a lot of frames (50+) when init calendar |
Facing this issue...shows activity lag when open for first time, i think using recyclerview might improve performance |
I am using this view in my layout with range from january to december of this year with some highlighted dates stored in HashSet (about 150+) and as I init with this collection I get skipped frames (about 50 on my Nexus 5).
Is there a better way to highlight those days in different thread or something ?
The text was updated successfully, but these errors were encountered: