https://kotlinlang.org logo
#compose
Title
# compose
a

adjpd

10/22/2021, 11:59 AM
Are there plans to make a Jetpack Compose date/time picker? (You can use Android's views but these change from os version to os version etc. And the material library's date time picker uses fragments which is annoying)
👀 4
5
d

Damian Zawadzki

10/22/2021, 12:05 PM
For calendar take a look at https://github.com/sigmadeltasoftware/CalPose But it's not as simple as plug & play, you need to customize is you self.
👍🏽 1
m

Mark Murphy

10/22/2021, 9:31 PM
a

adjpd

10/23/2021, 2:19 PM
Thanks. I'm using material library's date/time picker with its fragment nastiness, since it looks good and is supported and maintained by Google, but an official version that works well with Jetpack Compose, especially with non-XML styling, would be preferable. The above solutions are great, of course.
d

dazza5000

08/04/2022, 6:06 PM
There is a feature request here https://issuetracker.google.com/issues/197942880
e

Eganathan R

10/05/2022, 3:25 PM
Copy code
DatePickerDialog, TimePickerDialog is what we use as of now..
89 Views