9 followers
Android Developer | Web Developer | Open Source Enthusiast |Organizer @KotlinMumbai | SWE @ScaleReal
Subscribe to my newsletter and never miss my upcoming articles
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 ...
In this article series, we’ll learn how to use the Proto DataStore for storing type based objects. DataStore is the latest Android Jetpack 🚀 library which will replace SharedPreferences. Welcome Android Developers 👋. In the previous article, we saw...