So, who has implement couroutine here? Did someone...
# android
r
So, who has implement couroutine here? Did someone know, how to not leak an activity which has killed? As far I know, once we reference an activity to couroutine it will leak somewhere. Last but not least, I know to solve this. Just using a weak reference. I won't using it. Weak reference is last bullet. Using it isn't a best practice Indeed. Anyone have approach?
K 2
@jw which approach best for this? Could you give me some advice? Thanks