Android-Week-View
Android-Week-View copied to clipboard
Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
I tried to use the Java code by converting to Kotlin and I am seeing these error messages:   **It tells me that the WeekView is deprecated and to...
Hi, I create a PR to add the possibility to display an icon at the bottom of an event. To associate an icon with an event you can use this...
.gradle/caches/transforms-2/files-2.1/717a955ea77a238245f5bda828ae15c0/core-5.2.4/res/values/values.xml:3:5 AAPT: error: duplicate value for resource 'attr/textStyle' with config ''.
library gave an exception: java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed so I think its now solved :D
Hi all, In my project, I want to add a few columns to divide the work into each column like each column will be a meeting room. I don't know...
Hi guys, I’ve experienced some problems with the library when using API 28 in our app (deprecated canvas methods). Because the library seems to be no longer maintained, I’ve forked...
In the following code in WeekView.java, this line number 591 canvas.clipRect(mHeaderColumnWidth, mHeaderTextHeight + mHeaderRowPadding * 2 + mHeaderMarginBottom + mTimeTextHeight/2, getWidth(), getHeight(), Region.Op.REPLACE); must be replaced by canvas.clipRect(mHeaderColumnWidth, mHeaderTextHeight +...
- Updated gradle - updated to androidx.AppCombat - fixed crashes after update
 how to set just only the name that i write in my code ! i use this code to add data : listOfVehicleNames.add(WeekViewEvent(10,"Session",2022,2,15,3,0,2022,2,15,6,0)) Please help me
lets assume i have events in our current month, the events do not show, i have to scroll to the next month and go back to the current month for...