I developed a complex feature for a project last month. You can imagine this feature as two separated modules. The first module does some heavy calculation. The second module shows the result of the first module in a ViewPager and multiple RecyclerViews. When I developed it for beta release, although…