Oct 4, 2021
Adding new features and modifications become easy and quick if the components are properly separated and communicate in an organized manner.
Sometimes we ought to keep related things in the same fragment because, if we use multiple fragments we need to pass over the dependencies properly - seems like a overhead caused by establishing communication and extra lines of code for the communication setup. So what is a good tradeoff between communication overhead and code organization?