<@UJ2C5A5FS> you can move logic to ViewModel or Pr...
# android
g
@voben you can move logic to ViewModel or Presenter and have a bridge to view via RX or LiveData, this way you can complete async tasks, update data and have data reflected in view via appropriate mechanics