ursus
08/20/2023, 1:42 AMPablichjenkov
08/20/2023, 2:12 AMStylianos Gakis
08/20/2023, 6:53 AMremember
and also store the result of the formatting with a remember with a key on whatever may change the input.Pablichjenkov
08/20/2023, 7:41 AMremember
the result with a key
is a better solution than the ViewModel. In regards to limiting recomposition, it is something we all battle and try to minimize but is hard to accomplish sometimes 😞Zoltan Demant
08/20/2023, 8:00 AMArjan van Wieringen
08/20/2023, 9:59 AMursus
08/20/2023, 10:04 AMZoltan Demant
08/20/2023, 10:15 AMinterface Formatter { fun formatDate(x): String }
ursus
08/20/2023, 10:23 AMZoltan Demant
08/20/2023, 10:34 AMursus
08/20/2023, 10:36 AM