# CalendarView CalendarView is a calendar widget for displaying and selecting dates, and for adding and selecting eventFirebases from specific dates. The appearance of this widget is configurable (more specifications below). The user can interact with it by tapping on the desired date and scrolling/flinging the calendar to the desired date. The CalendarView widget is wrapped in a Android Library module and can be included in one's project by including it as a dependency. An Android app was developed to show a few use-cases of the this widget and it can be watched [here](https://www.youtube.com/watch?v=YHEubAQNBcs). ## Screenshots ![](https://github.com/hugomfandrade/CalendarView-Widget/blob/master/art/CalendarView_default.gif) ![](https://github.com/hugomfandrade/CalendarView-Widget/blob/master/art/CalendarView_toolbar.gif?raw=true) ![](https://github.com/hugomfandrade/CalendarView-Widget/blob/master/art/CalendarView_mini_popup.gif?raw=true) ![](https://github.com/hugomfandrade/CalendarView-Widget/blob/master/art/CalendarView_with_events.gif?raw=true) ## XML Attributes