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

How to add events dynamically(Pragmatically). #520

Open gakhar306 opened 6 years ago

hamurcuabi commented 5 years ago

some issue did you solve it ?

vrjgamer commented 5 years ago

I m also having this same issue

HamiciRyadh commented 4 years ago

In case someone else faces the same problem, whenever you have new data that you want to display, just call weekview.notifyDatasetChanged(), it will call onMonthChange 3 times (past month, current month and next month) and you just have to access your newly obtained data there.