andylamax
10/04/2020, 3:38 PMAhmed Mourad
10/04/2020, 4:29 PMkv
10/05/2020, 10:23 PMAhmed Mourad
10/05/2020, 11:19 PMkv
10/06/2020, 6:29 PMMarshall
11/03/2020, 1:39 PMkv
11/03/2020, 1:39 PMMarshall
11/03/2020, 1:45 PMAhmed Mourad
11/03/2020, 2:15 PMAhmed Mourad
11/03/2020, 2:17 PMaltavir
11/04/2020, 3:29 PMMarshall
11/04/2020, 3:54 PMandylamax
11/04/2020, 4:08 PMaltavir
11/04/2020, 4:09 PMAstronaut4449
11/04/2020, 4:55 PMAstronaut4449
11/04/2020, 4:58 PMandylamax
11/04/2020, 8:04 PMTornadoFX
was not declerative. But yes, TornadoFX was in the correct direction from FXML
. I also believe that jetbrains-compose
is also in the right direction from TornadoFX
. Since, it not only is declerative but can also be made pure functional
less boiler plate compared to tornado, and every other thing fits in placeAstronaut4449
11/04/2020, 9:33 PMremember
blocks.
Taken from the Google docs:
val (value, setValue) = remember { mutableStateOf(default) }
altavir
11/05/2020, 5:44 AM