Plain app to demonstrate Leak Canary library in order to determine possible memory leaks
Leak Canary
Memory leaks can crash or decrease the performance of our Android applications. Using Leak Canary tool we can find those memory leaks and take action. In this app, I intentionally stored activity context in companion object (or in static field in Java) in order to cause memory leak so that we can use Leak Canary.