Posts

Showing posts with the label Memory Leak

Memory Leak in Android

Image
Overview You can use the library LeakCanary to check Memory Leak Steps to follow Add the required dependency in build.gradle (Module)  debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' Hello World Reference https://square.github.io/leakcanary/getting_started/