Is my googling and <cs.android.com> failing me? I...
# compose
c
Is my googling and cs.android.com failing me? Is there no date/time picker in compose?
b
What for? Nobody is tracking time anymore since COVID hit. Therefore all time pickers were deprecated 🧌
😄 9
m
Maybe this can answer your question. https://github.com/JetBrains/compose-jb/issues/1299
c
Yes, they didn’t make the v1 cut unfortunately. I’m not sure on timeline for them at the moment but will check with the team
c
Thanks. I saw a CL in gerrit and got excited, but it seems like it was only for Android wear. =(
c
In the meantime, we sorta built a simple one in the Crane sample if you want inspiration for building a custom one now: https://github.com/android/compose-samples/tree/main/Crane/app/src/main/java/androidx/compose/samples/crane/calendar
c
Yeah. I have a date picker already based off crane, was looking for a time picker though. (unless crane has a time picker too and i missed it?)
c
I don’t think it does 😞
Update from the team: it’s on their backlog and planned for the Compose Material3 beta release. When that is though is TBD but reasonably later this year.
c
Gotcha. Good to know ballparks at least. I'll go about building this myself.