Udit003
09/14/2018, 6:40 AMstartActivity(intent)
and finish()
, but my viewModel onCleared()
method is not called . What is the reason. I am using koin for di. Appcompat library 'com.android.support😒upport-v4:27.1.1' .gildor
09/14/2018, 6:51 AMUdit003
09/14/2018, 6:57 AMgildor
09/14/2018, 6:58 AMUdit003
09/14/2018, 6:59 AMgildor
09/14/2018, 7:02 AMUlrik Bech Hald
09/14/2018, 8:29 AMSam
09/14/2018, 1:47 PMUdit003
09/18/2018, 8:24 AMby viewModel()
, I used by inject()
. Because of which koin was not able to attach the viewmodel to the lifecycle of activity. But thanks for all your suggestions. In the debugging process, I got introduced to LeakCanary, so it was helpful.Sam
09/18/2018, 3:07 PM