I tried to implement the update method using the same way as the add method, to enable sync to remote db.
However, I realised there will be an infinite loop on the model_view class, which keeps trigger an update to the remote db using the original data.
May I know how this should be done? I am pretty new to RxJava.
Thanks for your time.