Hi! I have question regarding to memory leaks. As ...
# android
n
Hi! I have question regarding to memory leaks. As you know when we use fragments, we should release view references onDestroyView() method. In Java, I just use null. I wonder how we can achieve this in Kotlin? Is there specific tips for preventing memory leaks on Android when we use Kotlin? It'd be great if there's explanation for Fragment case. Thanks beforehand!
r
Just set null.