alamkanak/Android-Week-View

How to add event use SQLite

VuPhan99 opened this issue · 1 comments

How to add event use SQLite

Please read the documentation of the library. Basically, you will listen for the current month in the view in onMonthChange. Then in that method you can return the events of that month. You can also use setEvents to set the events.