Please propose a way to correct this working way to consume rest with mvvm composables and livedata
First of all, this works 100% fine, but i feel like there is a better way, and maybe im not fully understanding the mutablelive data – observable conection, Although works fine..
ViewModel is doing the work, but the observe part is correct? Ignore retrofit plz.
Please propose a way to correct this working way to consume rest with mvvm composables and livedata
First of all, this works 100% fine, but i feel like there is a better way, and maybe im not fully understanding the mutablelive data – observable conection, Although works fine..
ViewModel is doing the work, but the observe part is correct? Ignore retrofit plz.