Android-Week-View
Android-Week-View copied to clipboard
Display highly customizable calendar views in your Android app
Im trying to make an event calendar where we can upload images, and the image to be shown on the event, so the event size will be bigger hence asking...
**Describe the bug** As title. In previous version, `WeekViewEntity.Style.Builder()` has `setTextStrikeThrough()` to customize individual event chip style. As below code. ``` @PublicApi @Deprecated("Use a SpannableString for the title or location...
Is it possible to change the size of the cells so that more data can be seen in less space? It may be interesting to have more information in a...
I am using weekview in jetpack compose. While implementing the adapter WeekViewPagingAdapterJsr310. I am not finding the drag and drop method to override it, although in the documentation it is...
Hi, Thanks for the library. I see that you merged the changes for drag and drop a few months ago. I pulled the latest version (5.3.2) of the library but...
**Multiple all days event title out boundaries** The title of an event that is multi-day and full-day exceeds the boundaries of the event. **Screenshots** **Additional context** - Android version: any...
The only thing making this calendar a short of some other alternatives is a month view. Do you have any plans to add the same?
class CalendarAdapter(private val viewModel: CalenderViewModel) : WeekViewSimpleAdapterJsr310() { val defaultDateTimeFormatter: DateTimeFormatter = DateTimeFormatter.ofLocalizedDateTime(MEDIUM, SHORT) fun Appointment.toWeekViewEntity(): WeekViewEntity = toWeekViewEntity() override fun onCreateEntity(item: Appointment): WeekViewEntity = item.toWeekViewEntity() override fun onEmptyViewClick(time: LocalDateTime)...
Hi, all the week view samples either start from Sunday or the current day as the first day of the week. My requirement is to start the week view from...
Hello @thellmund Thank you for the amazing stuff. I have a requirement. I need to show the weekview in half of the screen.  I have set the showCompleteDay ==>...