In this article, I would try to show how to create battery friendly background tasks using Work Manager, which is part of Android Jetpack.
Category: Android Development
Structured concurrency with Kotlin coroutines
In this article, I would try to explain coroutin builders, coroutine scopes and how structured concurrency in Kotlin works.
Kotlin Coroutines. Make it make sense.
This article covers how to use Kotlin coroutines on Android the easy way. In this article, we would also explore the kotlinx-coroutines library.
Upload Image in Gallery to Firebase from Android app (Kotlin)
In this tutorial, we would upload an image from an Android app to the firebase cloud storage and add the path of the uploaded image to firestore.
One app, multiple screen sizes – Making Android apps responsive
Multiple devices that run on android can have different screen sizes. This article talks about building responsive apps that can adapt to any screen size
Planning and effective tools as an Android developer’s advantage
Its important to plan and use the right tools when building android apps. In this article, I highlight my process and some of the tools I use.
Hello AndroidX!
AndroidX is an improvement on the original Android support library. In this article, we would see how to migrate to AndroidX
Zero to Kotlin Hero : Introduction
Kotlin is a modern programming language for building android apps. This is a step by step series on going from zero to hero in Kotlin
Today in Mobile: You Should Build Android apps in Kotlin
Learn to build in Kotlin, the new language for native android apps today. Write better code faster with the modern programming language.