About 8,910,000 results
Open links in new tab
  1. What does composability mean in context of functional programming?

    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 composable. T...

  2. 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 …

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

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

  4. android - Error: "@Composable invocations can only happen from the ...

    Error: "@Composable invocations can only happen from the context of a @Composable function" Asked 5 years, 3 months ago Modified 11 months ago Viewed 129k times

  5. @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, 8 months ago …

  6. Android: Jetpack compose: How to create a button with an Icon in it ...

    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: Modifier, onClick: () …

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

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

  8. How can I add Margin in Jetpack Compose? - Stack Overflow

    In the old XML content, you could have decided explicitly which one to use. However, the new compose way is different. How can Jetpack Compose treat paddings and margins? There is an object which …

  9. android - What does Jetpack Compose remember actually do, how …

    Dec 19, 2020 · Under the hood, Compose uses a custom Kotlin compiler plugin so when the underlying data changes, the composable functions can be re-invoked to update the UI hierarchy. To add …

  10. android jetpack compose - error: @Composable invocations can only ...

    Dec 14, 2022 · error: @Composable invocations can only happen from the context of a @Composable function Asked 3 years ago Modified 12 months ago Viewed 7k times