Pass by Value vs CompositionLocal vs Static CompositionLocal
There are a few ways you can pass data to a composable function:
Pass by Value (function parameter)
CompositionLocal
Static CompositionLocal
Pass by Value is a conventional way. CompositionLocal and static CompositionLocal is a Jetpack Compose w...
vtsen.hashnode.dev5 min read
Alek
Hay Vincent, i have problem with compose, i have small app like cart, but i need the price is editable in textfield, i try to resolve but still failed, can you give me some insight to do it thanks