LiveData update on object field change
I don’t think there is any best practice as such recommended by android for this. I would suggest you to use the approach which uses cleaner & less boilerplate code. If you are using android data binding along with LiveData you can go with the following approach: Your POJO object would look something like this … Read more