24 Oct 2025 Make your Gradle builds and Android Studio faster Recently I've had some issues with my Android Studio - it was lagging, freezing, etc., which got me thinking about how I can
24 Oct 2025 Avoid vibe-coded services like a plague for important projects. I was using a certain service for my course with which I was explaining the networking part of KMP. And then a couple of weeks
21 Oct 2025 What is a circular dependency, and how can you resolve it? 🤔 If you’re new to DI, whether it’s Hilt or Koin - sooner or later, you’ll encounter a circular dependency (I hope you
21 Oct 2025 Can you spot the issue in this Koin code? In the code below we have initialization of a Koin module along with the declaration of dependencies it injects. 💉 🔍 Your task is to find the
14 Oct 2025 Memory leaks cost you money. Literally. As mobile devs, we often don’t care how much memory our app uses — as long as we don’t hit the dreaded OutOfMemory exception.