Questions tagged [android-compose-button]

31 questions
-1
votes
1 answer

return a value from composable function after button click

I've a bit of code that's inside a compose function that returns a "PscEntity" which takes (as you can notice) a code (String type) and money (Double type), I've tried to make the function return a new instance of PscEntity (becuase this function…
JustSightseeing
  • 1,460
  • 3
  • 17
  • 37
1 2
3