'Android LiveData VS Coroutines Channel performance

In case of notifying multiple fragments about an event (Like search event from the main Search bar in Tab Layout and receive event in the selected tab in ViewPager), use LiveData or Channel? In the sight of performance such as memory and CPU usage.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source