roomorama / Caldroid

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

Swiping between months not smooth #397

Open chuks opened 8 years ago

chuks commented 8 years ago

When swiping between months, the swipe is not smooth. It stops half way, updates the views, then continues. This is because in the getView() method of the adapter, the views are updated according to the data on each cell. How can I achieve a smooth swipe across months, while updating the data on each cell on the currently displayed month as I swipe?

EsteveAguilera commented 8 years ago

check closed issue #392