https://kotlinlang.org logo
t

Tariyel Islami

05/14/2022, 10:39 PM
Hi guys, I have a card. When the Update button is pressed, the name of the card changes with the value entered in the Textfield. I was wondering I need to send viewmodel to this card as a parametr or just send my onClick method? Or how should I send a lambda to the button in the card so that it receives the textfield value in the card?
t

TheDukerChip

05/20/2022, 6:31 PM
Which UI framework are you using? Android View system or Jetpack Compose?
3 Views