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

Set Day #531

Open hugothomaz opened 5 years ago

hugothomaz commented 5 years ago

I have two months loaded and I want to show only one day and the 23rd of December, 2018

valerii-sovytskyi commented 5 years ago

Check if month is 12 and year 2018 only then add your event, else return empty collection of events. This should be done in "month changed" Am I answered on your question?