Ever since Android Architecture components came to light, Android development has become much simpler and more efficient. On the other hand, concepts like single source of truth and single activity brought a massive transformation.
With such high-quality development ideas, developers tend to move from traditional activities to effective fragments. This puts many developers in a tricky position(myself included in some cases) regarding data communication between fragments.
Report Story