roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 532 forks source link

Slow changing between Month, pls help it become smooth #392

Closed staroflead closed 8 years ago

staroflead commented 8 years ago

As title says

EsteveAguilera commented 8 years ago

If you're using a custom adapter to show custom content on each day cell, the problem can be on the getView method...

Be shure that this method is not doing too much work, it should be executed in less than 0ms

staroflead commented 8 years ago

You are right, my getView is heavily coded with logic :+1: I will try to minimize the code in here.

EsteveAguilera commented 8 years ago

You can use the Hugo library to track the getView method.

If my answer solves your question, you can close this issue.