Join Slack
Powered by
Hello everyone i have been reading about compose b...
# compose-wear
j
JORGE ALBER
11/04/2022, 4:50 PM
Hello everyone i have been reading about compose but i cant understand how to implemente user input, anyone can provide som info please
k
Kseniia Shumelchyk
11/04/2022, 5:00 PM
Hi Jorge, it depends on the kind of input. We don't recommend entering plane text on the watch, so there are a few wear-specific components for input: slider, stepper, picker, you can read here:
https://android-developers.googleblog.com/2022/05/announcing-compose-for-wear-os-beta.html?m=1
And also find more examples in API reference docs
y
yschimke
11/07/2022, 10:39 AM
For text specifically, it's voice prompts and gboard keyboard.
https://stackoverflow.com/questions/70099277/problem-with-basictextfield-in-jetpack-compose-on-wear-os/70294785#70294785
i
Ilya K
11/10/2022, 7:38 AM
I recommend checking out this repo by Google
https://github.com/android/wear-os-samples/tree/main/ComposeAdvanced
They have a screen with user input
3
Views
Open in Slack
Previous
Next