Skip to main content
0 votes
2 answers
70 views

I'm creating a date-of-birth picker screen with Jetpack Compose in Kotlin, where I need to let users select a date using a DatePickerDialog. I'm invoking this Composable function within onCreate() ...
Ajay Satpati's user avatar
1 vote
1 answer
144 views

The error am getting is this Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.vivekkaushik.datepicker:datePickerTimeline:0.0.4. build.gradle implementation '...
Saruni David's user avatar
0 votes
1 answer
31 views

I am using DatePicker(a widget), and I use .init() with it .init() need four things. open fun init( year: Int, monthOfYear: Int, dayOfMonth: Int, onDateChangedListener: DatePicker....
Weird_dog's user avatar
0 votes
1 answer
106 views

We have following issue: We use an inApp browser to render a website to onboard a customer We have an input field with type="date". Clicking this field renders the usual device-dependent ...
Kalle's user avatar
  • 1
1 vote
0 answers
37 views

I've developed an application where a Text appears on screen whenever the current time matches the date and time selected by the user. This is accomplished using Alarm Manager. The date and time are ...
Bob Rasner's user avatar
1 vote
1 answer
1k views

I created a .Net MAUI application that has a native Android DatePicker. In the directory Platforms/Android/Resources I have two folders, values and values-night for the styles.xml of the Android ...
testsonic_T's user avatar
0 votes
0 answers
104 views

How do I get the one letter weekday in flutter with syncfusion_flutter_datepicker? This is my code: SfDateRangePicker( backgroundColor: Colors.white, selectionColor: primaryColor, ...
DeKekem's user avatar
  • 1,835
0 votes
2 answers
374 views

i am having problems when trying to change the colors of my DatePicker. That's how I have it now, I did it with the builder parameter and returning a theme because if I tried to change the ...
danimtnz's user avatar
0 votes
1 answer
127 views

I am using material date picker in my andorid project in fragment. On specific click, I want to show user the date dialog but on click nothing is showing. Here is my code: I am expecting that user ...
Ayush's user avatar
  • 23
3 votes
1 answer
647 views

Compose DatePicker is taking empty space even if the title and headline are empty. It's already published as a bug: https://issuetracker.google.com/issues/267194809 DatePicker: DatePicker( state = ...
AI Shakil's user avatar
  • 1,872
0 votes
1 answer
58 views

I have added android.app.DatePickerDialog for selecting date from the user. The dialog was working properly on most of the mobile devices. But in Samsung mobiles calendar view is not showing, only ...
Bala's user avatar
  • 97
2 votes
1 answer
386 views

Title, I want to have a list (array, xml, text whatever is easiest) and I want to have only those dates(there are gaps in the dates) in the date picker be selectable. I know how to set the min and max ...
Ric's user avatar
  • 21
0 votes
1 answer
210 views

I'm using a DatePickerDialog in my code and set the Locale of the app right before using it and in onCreate of my base activity. it's working perfectly in Arabic as it uses Arabic (called Hindi format ...
Toka A. Amin's user avatar
0 votes
1 answer
518 views

Hello. I am developing an MAUI app in which I have to use a customized date picker without borders. However, it appears in the corner of the screen and not in the middle as it should. I am using .Net ...
Mandar Kakade's user avatar
7 votes
2 answers
2k views

My question is pretty simple. How do I perform any selections on a DatePickerDialog in Jetpack compose's UI Tests?
Karim Omar's user avatar

15 30 50 per page
1
2 3 4 5
53