All about Memory Leaks in Android

When your code allocates memory to an object, but never de-allocates it. What is memory Leak in Android ? Whenever an object(A) which is not required anymore is being referenced by some other object(B) which is currently in use, would make garbage collector to consider the object(A) as an useful object . Hence GC will