It all started with a fascination for how these little devices in our pockets could do so much. This post chronicles my path into Android development, the challenges I faced, the 'aha!' moments, and why I'm so passionate about building for this platform...
My Blog
Welcome to my blog! Here I share my thoughts, learnings, and experiences related to software development, technology trends, and personal projects.
Running machine learning models directly on mobile devices opens up a world of possibilities, from real-time image processing to personalized user experiences. In this article, I dive into TensorFlow Lite, its benefits, challenges, and a small project I built...
Asynchronous programming is crucial for responsive Android apps. Kotlin Coroutines provide a powerful and elegant way to manage background tasks. Let's explore their core concepts, common use cases, and best practices...