Hi, how do we access the samples mentioned in the ...
# compose
a
Hi, how do we access the samples mentioned in the code documentation? When I hover over it, it’s not clickable
s
a
can’t find it, there is no
samples
directory in there
a
ah my bad, I was searching for the full path
androidx.compose.runtime.samples.someScreenSample
, instead of just
androidx.compose.runtime.samples
, thanks! 🙌
👍 1
a
You can just search the last part (e.g.
someScreenSample
) and then you can directly jump to the example.
a
oh yeah much easier, thanks! @Albert Chang