android-times-square
android-times-square copied to clipboard
skipping frames on init
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 ?
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