Hello Franky,
Well it depends on your architecture. In my case I use databinding to update UI so I have a live data for each UI “widget”. But, if you need to send a status to your activity through Live Data, I would suggest you to create a UiUseCase class. This way you have one livedata for this communication.