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 #3

Open
aaronweihe opened this issue Mar 20, 2013 · 0 comments
Open

Performance #3

aaronweihe opened this issue Mar 20, 2013 · 0 comments
Assignees

Comments

@aaronweihe
Copy link
Owner

If the calendar is initialized with a big range of time, say 20 years, it will cost 3+ seconds to finish rendering. However, it only takes 1+ seconds to load in original implementation.

So far, I found out that OnMeasure method in CalendarRowView, CalendarGridView is actually the performance hit compared to its original works.

I thought the slowness would be related to that I was using objects under Java.Util.* package. However, after I have converted all those objects to C# flavored DateTime type, the problem still exists.

Any suggestions are welcome. OnMeasure is part of Mono for Android framework. I am not sure if the problem is related to the framework.

@ghost ghost assigned aaronweihe Mar 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant