Questions tagged [compose-recomposition]

167 questions
-1
votes
1 answer

Why simple Text() recomposed?

I have a dialog with header, message, input string and 2 buttons based on AlertDialog. Full code is here Before refactoring my buttons recomposed when user enters text, I change it, but did not touch the message. And after that suddenly message…
Foenix
  • 376
  • 4
  • 18
-1
votes
3 answers

Do I need use remember only for a title in Scaffold?

I'm learning Compose, the following code is from the article. The author use var toolbarTitle by remember { mutableStateOf("Home") } only for a title, is it necessary ? I think var toolbarTitle= mutableStateOf("Home") is enough, right? Source…
HelloCW
  • 843
  • 22
  • 125
  • 310
1 2 3
11
12