Leak-Proofing Your Android App | Fix Memory Leak Android - View Binding / Data Binding
The problem
When working with JVM (Java Virtual Machine), the Garbage Collector will take care of allocating and deallocating memory for us - Most of the time. In some cases, it fails to release the memory for some objects which are no longer in use,...
blog.abhishekkumar.me2 min read