just wanted to know that how you have been managed the network failure case.
In the case when io exception will throw(insert() in CostRepositoryImpl.class) even in that case after method return from repository and control comes to interactor, it will notify with "Saved1" toast to presenter hence the ui.
just wanted to know that how you have been managed the network failure case.
In the case when io exception will throw(insert() in CostRepositoryImpl.class) even in that case after method return from repository and control comes to interactor, it will notify with "Saved1" toast to presenter hence the ui.