Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Jetpack

How To Use Android Navigation Without Binding To Ui In Viewmodel (mvvm)?

I am using android navigation that was presented at Google I/O 2018 and it seems like I can use it … Read more How To Use Android Navigation Without Binding To Ui In Viewmodel (mvvm)?

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

Android Room - Avoid Passing Context Into Singleton

I am trying to migrate a project to Android Room. After reading the Android Room documentation I no… Read more Android Room - Avoid Passing Context Into Singleton