alamkanak / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
3.42k stars 1.23k forks source link

onMonthChange is called on user thread? #304

Closed Zapnologica closed 8 years ago

Zapnologica commented 8 years ago

How can I make an async or network call in this call back?

The issue is, this override requires me to return a list of the actually events. Is there anyway that I can use an asynctask to fetch the events from web service and then set them once its done?

I almost feel as if these callbacks should be called in different threads by the library?

entropitor commented 8 years ago

See https://github.com/alamkanak/Android-Week-View/blob/develop/sample/src/main/java/com/alamkanak/weekview/sample/AsynchronousActivity.java