AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Android Studio and Touch Leak Detector
It's really easy to hold on to memory beyond its supposed lifetime when you're using certain platform APIs. On Android, we have this library from a square called leak canary that detects that automatically. One tool that we built was inspired by research paper describing leak - browser leak detector. And the interesting part here is that it also allows us to raise the level of abstraction.