I have multiple components on the same screen (for...
# compose
d
I have multiple components on the same screen (for instance Audio Recorder and Audio Player) and each have some specific independent set of actions. Is it considered to be a good practice, if I break these into two independent ViewModels or (two controllers inside MainViewModel)? Which one is more appropriate?