while learning android fragments on developer.android.com it is specified that direct communication between two fragment is not recommended. I want to know what will be the
A Fragment is just a UI component that does a little more than draw itself. In the scope of this question, its no different from a View.
So a very comparable question would be: why cannot two Views communicate with each other directly?