FlexibleCalendar icon indicating copy to clipboard operation
FlexibleCalendar copied to clipboard

A flexible android calendar

Results 16 FlexibleCalendar issues
Sort by recently updated
recently updated
newest added

not sure a good way to handle this, but would be great to be able to use this tool

I'm trying to remember last selected date position of calendar which is working fine, but when user select date in previous month then next time when i try to set...

Is there any way to overlap current day selection by user day selection? For example, the current day is the 8th of March and selected day is the 10th of...

Grey out or disable all the previous dates. Is there a way to do this ? **One way to do this :** Add all the dates to an event and...

Hi there, just wondering if there is a way to have the calendar_data_cell_view.xml (the circle representing the selected day) to be circle (not oval) regardless of the size of the...

I inflate each of my `WeekdayCellView` with a layout like is shown in the code. ``` @Override public BaseCellView getWeekdayCellView(int position, View convertView, ViewGroup parent) { BaseCellView cellView = (BaseCellView)...

bug