So, I am done with a project, now the main issue I am facing is the Memory Leakage in the application (“leak” meaning you keep a reference to an activity, t
I know this is an old post, but recently Square released a library called LeakCanary which is by far the most elegant solution for finding memory leaks.