Kotlin Coroutines and Flows: A Beginner's Guide to Asynchronous ProgrammingJan 12, 2023·3 min read·129
Leak-Proofing Your Android App | Fix Memory Leak Android - View Binding / Data BindingJun 17, 2022·2 min read·626
Deploying your Ktor app to RailwayI recently had to deploy a Ktor project to Railway for my hobby project. I'll share the how-to through this article. Introduction Ktor is a framework that allows us to build web applications in Kotlin, built and backed by Jetbrains. It's open-source,...Jan 26, 2023·3 min read·878
Flutter as a module for Android DevelopersFlutter has become quite popular among app developers because - Ease of development, Cross-platform, Declarative UI, Hot reload, and Native-like performance. While we can build a fully functional application using Flutter, it's also possible t...Nov 8, 2021·3 min read·437
Android Jetpack Navigation Component | Jetpack 101In this article, we’ll see what exactly is Navigation component and how to implement it. Android Jetpack is a suite of libraries, tools, and guidance to help developers write high-quality apps easier. What’s Navigation Component? The Navigation Com...Nov 1, 2019·3 min read·117
Implementing Email and Password Authentication in Flutter using Firebase | Flutter & FirebaseThis is the beginning of Flutter and Firebase series. In this series, we’ll implement different Firebase services, one service at a time. For this article, we’ll see how to implement Firebase Authentication with email and password. Let’s get started!...Jul 6, 2019·2 min read·90