Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [calendarview]

CalendarView is a calendar widget for displaying and selecting dates.

calendarview
0 votes
0 answers
29 views

material-calendarview dependency is not working

so i want to use the Calendar view from the Library, no matter how i try to import it it always returns the same error i tried different versions but i always get the same error: Duplicate class ...
Deimos's user avatar
  • 45
0 votes
1 answer
50 views

How to Dynamically Update initialDay in DayView Widget from calendar_view Package in Flutter?

I'm using the DayView widget from the calendar_view (https://pub.dev/packages/calendar_view) package in my Flutter app to display events for a selected day. I want to dynamically update the initialDay ...
31b4's user avatar
  • 5
0 votes
1 answer
29 views

How to add text per date in CalendarView in Android Studio

I want to create individual texts per date to display some numbers that will come from a database later on. I just want to know if achieving what I have designed possible with CalendarView? Calendar ...
biririri's user avatar
0 votes
1 answer
108 views

How to retrieve entries when selecting dates when clicking on different dates through CalendarView

I'm trying to query entries (1 or more) from clicking my CalendarView on the screen, but I got stuck in trying to figure out how to continue on in order to display these entries as I'm new. I didn't ...
xSea's user avatar
  • 7
1 vote
0 answers
49 views

Error loading events from Google calendar to calendar_view in Flutter application

I have a Flutter project here into which I correctly load events from Google Calendar, but the problem is that when I try to display these events in a calendar using the calendar_view package, I ...
Markéta's user avatar
0 votes
0 answers
62 views

The implementation 'com.github.prolificinteractive:material-calendarview:versions has problems on layout

I want to use material-calendarview library on github(https://github.com/prolificinteractive/material-calendarview) but I think I have some problems about implementation/version. Documentation says ...
on_Destroy's user avatar
0 votes
0 answers
85 views

How can I fix the error in calendar_view use of my code in Flutter?

I wrote the following code but I got the error in the screenshot. I added everything from pub.dev, I only wrote Event class on my own, I am also adding it here. Can you help me on solving? I am kind ...
Berk Emre Mert's user avatar
0 votes
1 answer
68 views

Unable to blackout whole months and years for calendarView component

I am trying to make it so whole months and years are blackout'ed on my WinUI3 application, but for now I haven't been able to. Our figma design is adamant that blackout months and years are a most ...
Vinícius Gonçalves's user avatar
0 votes
1 answer
48 views

CalendarView usage in Fragment

I am creating an app where I want to display a calendar and below specific statistics for each selected day, but for now I am trying to display the selected day in a TextView (and a Toast just to be ...
André Gonçalves's user avatar
0 votes
0 answers
27 views

Android Kotlin [API32] create class CustomCalendarView that extend CalendarView cause crash on setBounds(int, int, int, int)' on a null object

in my app i want create a CustomCalendarView for decorate a date (simple change background on a specific list of days). (i dont want use third part component). my fragment.xml is simple: <com....
Catanzaro's user avatar
  • 1,350
0 votes
0 answers
50 views

Android how increase the font size of Month Selector of DatePickerDialog

I would increase the size of month Selector or DatePickerdialog in my app. DatePicker dialog stay into separate Class triggered dy OnClick This is my relevant code portion I create DatePickerDialog as ...
marcostravigari's user avatar
0 votes
0 answers
45 views

Customize CalendarView in Android

I am newbie in Android developing, and I have a question I'm not able to solve by the moment. I have a CalendarView in my layout and I would like to customize it by changing colors. I have this right ...
Sergio Teijido's user avatar
3 votes
2 answers
165 views

UICalendarView causing an error when choosing date past 108 days in the future

I am trying to write an App to predict certain days into the future, and i am having a problem adding decorations to the Calendar View . When I am trying to either pick a date that is more than 108 ...
DonjaMan's user avatar
0 votes
0 answers
212 views

Load API Data in UICalendarView

I have gone through the UICalendarView implementation and it's working fine. I'm getting a list of holiday data and want to populate the UICalendarView to show the user of respective dates for ...
Hamza's user avatar
  • 53
1 vote
1 answer
56 views

Retaining selection for CalendarView

I am utilizing this library to set up a custom calendar but it appears that on each date click, currentSelection gets set to null. I have the following daybinder set. calendarView.setDayBinder(new ...
Jeremy Vidaurri's user avatar

15 30 50 per page
1
2 3 4 5
26