Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Architecture Components

Android Viewmodel Recreated On Screen Rotation

I found a case when architecture components ViewModel isn't retained - in short it goes as foll… Read more Android Viewmodel Recreated On Screen Rotation

Navigation Component: Pass SafeArgs From Activity To A Fragment

I have two graphs, so the first graph move from one fragment to an activity passing safeArgs to the… Read more Navigation Component: Pass SafeArgs From Activity To A Fragment