Hello. Is there any date time picker implementatio...
# compose
j
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
You can use this in any context
Copy code
AndroidView(
    factory = { context ->
        TimePicker(context)
    }
)