i notice that the onMonthChange listener is triggered when a call to weekView.notifyDatasetChanged();
is called but, the events are not loaded .
I have also tried weekView.invalidate(); and nothing happens either .
Any advice on how to fix this problem would be greatly appreciated .
Hello , i have my network call set up to add events as shown below Event Loading
i notice that the onMonthChange listener is triggered when a call to
weekView.notifyDatasetChanged();
is called but, the events are not loaded . I have also triedweekView.invalidate();
and nothing happens either . Any advice on how to fix this problem would be greatly appreciated .