Join Slack
Powered by
Hello. Is there any date time picker implementatio...
# compose
j
Jasmin Fajkic
09/28/2022, 12:08 PM
Hello. Is there any date time picker implementation without dialog? I have design like this so just checking if there is something similar before I implement it from scratch?
✅ 1
👀 1
j
Jhonatan Sabadi
09/28/2022, 4:50 PM
You can use this in any context
Copy code
AndroidView( factory = { context -> TimePicker(context) } )
7
Views
Open in Slack
Previous
Next