11 followers
Android Developer | Web Developer | Open Source Enthusiast |Organizer @KotlinMumbai | SWE @ScaleReal
Subscribe to my newsletter and never miss my upcoming articles
Hello Android developers 👋, In this article, we'll explore Kotlin's Delegated property feature to solve a common problem in Android which will help us to reduce memory leaks. Memory management is an important thing to take into consideration while d...
Hey developers 👋, welcome back to the second part of the series. In this article, I’ll walk you through some more or advanced recipes to cook your code tasty 😋 in Kotlin. Missed first of the series? Okay, here’s that if you want to take a look 👇. ...
Hello developers 👋, In this article, I’ll walk you through some basic recipes to cook your code tasty 😋 in Kotlin. You’re here in the first part of this series. I’ll present some of my views in front of you and I hope you’ll like it. This article ...
Hi Firebasers, in this article, we’ll explore a way to automate workflows for distributing your Android application with Firebase App Distribution using GitHub Actions CI and Fastlane. Once you’ve set this up, you’ll just need to write code, push to ...
Code, push and chill! 🚀 Hello Android developers, In this article, we’ll learn to automate tasks for deploying your cool Android application to the Google Play Store using GitHub Actions and Fastlane. So you just need to Write Code, Push to GitHub ...
Hello Android developers, in this article we’ll take a look at publishing Android library to the GitHub Package Registry and automating it with GitHub Actions CI. You might have developed a cool Android library and wanted to publish it somewhere. In ...