<android: Notify a fragment when something happene...
# stackoverflow
u
android: Notify a fragment when something happened in another fragment I Built a fragment (using jetpack compose to built the views) and in this fragment I have a button. every time this button was clicked, I want to notify another fragment to do something. How can I do that? I use MVVM and MVI design patterns. Thanks.