About 9,370,000 results
Open links in new tab
  1. What does composability mean in context of functional …

    What do functional programmers mean when they say a certain thing is composable or not composable? Some of the statements of this sort that I've read are: Control structures are not …

  2. android - Update composable when list changes - Stack Overflow

    Apr 25, 2021 · Update composable when list changes Asked 4 years, 7 months ago Modified 7 months ago Viewed 76k times

  3. Ref in composable is not reactive when placed inside returning …

    Jun 19, 2022 · Ref in composable is not reactive when placed inside returning function and works when placed outside of it Asked 3 years, 5 months ago Modified 3 years, 4 months ago …

  4. What does this do: @Composable () () -> Unit? - Stack Overflow

    Aug 30, 2023 · What does @Composable() (() -> Unit)? do? I see it defined as a parameter to OutlinedTextField in Jetpack Compose. I know @Composable() -> Unit means you pass a …

  5. How to modify composable passed as parameter - Stack Overflow

    Mar 15, 2024 · How to modify composable passed as parameter Asked 1 year, 8 months ago Modified 1 year, 1 month ago Viewed 2k times

  6. android - How to pass a value from a composable function to …

    One of the fields is the dropdown menu (another composable) of the currencies. Once you select a currency and return to the main form the name of currency should somehow be passed back …

  7. android - How to get activity in compose - Stack Overflow

    Nov 4, 2020 · Instead, setup your camera permissions in your activity, and pass down (via parameters) any information that is needed by your composable in order to render pixels.

  8. Android handle lifecycle event on Jetpack Compose Screen

    Dec 13, 2022 · In Jetpack Compose all screen are composable function. Fragments are not used in Jetpack Compose. How we can handle lifecycle events with Jetpack Compose? If we use …

  9. Android: Jetpack compose: How to create a button with an Icon in …

    Nov 26, 2022 · This question is more about why Jetpack compose is so unintuitive. I am trying to better understand this library. With the below composable fun RoundedButton(modifier: …

  10. @composable invocations can only happen from the context of an ...

    Apr 11, 2023 · @composable invocations can only happen from the context of an @composable function for Composable with LaunchedEffect and AndroidViewBinding Asked 2 years, 7 …