Search code examples
androidcomposable

Is there any way I can see samples from libraries' source code?


There is that @sample thing in docstrings from source code, like @sample androidx.compose.foundation.samples.PlaceholderBasicTextFieldSample. I was wondering how can I — if there is a way — see them, see this PlaceholderBasicTextFieldSample. Was trying to search for this, but had no luck.


Solution

  • I just global search Github and it should lead you to a mirror of their repo.

    Androidx Repository