amar_1995
08/10/2020, 8:52 PMScrollableColumn
(let say Screen1) and whenever any item get clicked it navigate's to other screen(Screen2). Now issue is that Screen2 have a seperate viewmodel and when I navigate back to Screen1 it refreshes and that part is visible while navigating. So how resolve this issue. Do I need to make custom lifecycle for each screen ? Is there any example which do that ?