Skip to main content

All Questions

Tagged with
0 votes
1 answer
48 views

How to compatible with two different list for LazyColumn/LazyRow?

I have a Custom Composable Calendar, here I try to add a functionality to switch between month view and week view. The point of the code is below: LazyRow { items( key = { page -> state....
Fan Applelin's user avatar
0 votes
2 answers
55 views

How Can I Make My Calendar Ignore DST Adjustments?

I’m trying to calculate the time by adding minutes to given date-time. It’s works well with other times but not for the DST times [ Canada Eastern time ]. public static GregorianCalendar addMinuts(...
DigitV23's user avatar
0 votes
0 answers
17 views

How can I add multiple dots using decorator in my calendar?

I am using the prolificinteractive material-calendarview, and I also have schedules in the calendar. I already have 1 dot to represent that the day has a schedule on it.This is what my calendar looks ...
ack's user avatar
  • 1
0 votes
0 answers
22 views

Trouble Integrating Calendar in French-Language Application: Issues with 'Locale' Property and Encoding

My application is in French, but when I try to integrate the showDatePicker, it appears in English instead of French. I tried using the " locale: Locale("en")," property, but it ...
bharat m's user avatar
0 votes
0 answers
47 views

Flutter: Call to Add2Calendar.addEvent2Cal(event) of package add_2_calendar returns false on some devices

I am creating a Flutter application where I want to create an calendar entry for an event. So far I am releasing only for Android phones. When I tap the button that creates the calendar entry, it is ...
Lemeshianos's user avatar
0 votes
1 answer
236 views

How to add event in google calendar in kotlin (android)?

val calID: Long? = getCalendarId(context) val startMillis: Long = Calendar.getInstance().run { set(2024, 3, 27, 16, 45) ...
Anusha C's user avatar
-1 votes
1 answer
65 views

Tamil Month Dates and Tamil Calendar React Native

I want to display react native calendar along with Tamil month date . is there any possible way to achieve it in react native for android and iOS I tried React native calendar and added Tamil ...
VIGNESH KUMARAN's user avatar
0 votes
0 answers
18 views

TableCalendar Not Updating State Correctly

I have a list, so something like var x = [DateTime(xxxx), DateTime(xxxx)]; And I want to show users the days they worked out, so I want the days in that list to appear green, lets say. However, when ...
Cidiko Andorem's user avatar
0 votes
0 answers
12 views

How to use custom highlightcolor CalendarPickerView in android

I want to change or customized highlight color in Calendarpickerview. There is no option for change highlight color programmatically.
Ulagapandi UPMS's user avatar
0 votes
1 answer
59 views

how can i change some days background color in Applandeo calendarview

i want to change some days background color to other color but it doesnt work that i expect val calendarView: CalendarView = attendanceInquiryBinding.attendanceCalendarView val ...
user14696012's user avatar
1 vote
1 answer
124 views

How do I use a GitHub Fork in Android Studio?

Library information: Library : https://github.com/kizitonwose/Calendar Version: 2.4.1 Forked View or Compose module: View Question: Hello! I'd like to use my fork in another kotlin project in the ...
V4IER's user avatar
  • 21
0 votes
0 answers
24 views

Planned Xamarin Android notifications using BroadcastReceiver doesn't work

I am working on a simple app that whole purpose is to create a notification on specific days. I am new to the Xamarin and Android stuff so it is possible that I completely messed something up but - ...
believedGlue's user avatar
0 votes
0 answers
43 views

Any scrolling calendar that can start with the current date?

I tried SingleRowCalendar and Horizontal Calendar Sample but I was unsuccessful because jcenter() is obsolete... ScrollDatePicker works fine, but I searched and couldn't find how to set the current ...
Braian Silva's user avatar
  • 2,116
1 vote
0 answers
53 views

can i update appointments in sfcalendar with drag and drop functionality?

I write the code of sfCalendar but in month view drag and drop not working `SfCalendar( onTap: (value) {}, onViewChanged: (value){ ...
Mobile Dev's user avatar
0 votes
0 answers
123 views

Flutter: Display all available Calendars from mobile and add event to selected calendar

I want to display all the calendar options present on the mobile (google calendar, outlook calendar, ios native calendar) and when the user selects any particular option the event should be added to ...
Subhangi Pawar's user avatar

15 30 50 per page
1
2 3 4 5
159