Hello everyone, while developing with MVVM almost any ViewModel will have a lot of livedata fields (if you follow convention for private mutable and public immutable livedata there x2 times more)
So I make some kind of visitor pattern, check this out.
What cons can it have? Hope this will be understandable.
https://pastebin.com/6HHhqecC