I do it similarly but one problem with such Comman...
# android-architecture
t
I do it similarly but one problem with such Commands is that you may run into issues on state restoration. The Command may not be received if the View is unavailable or it may be executed multiple times. So you need to implement a message queue
👍 1