The Kotlin filter() operator is the most important task in the Kotlin collection operation, allowing you to filter a range of data based on a defined set of criteria.
NullPointerException
in AndroidLearn how to fix NullPointerExceptions in Kotlin, Java, and Android Studio. Then, go deeper and set breakpoints for more controlled testing.
We discuss how to spot Kotlin code smells using both manual and automated tools and investigate how to remove five common code smells.
.wait()
, .sleep()
, and .delay()
The wait, sleep, and delay Kotlin multithreading functions control the flow and order of execution of different streams of information.
In this article, we will convert a video file into a GIF using FFMPEG on Android and request media from Android Storage Providers.
Explore the CI/CD tool GitHub Actions and its application into modern Android development, including Android-specific Actions and more advanced topics.
IntArray
, Array
, and emptyList()
Learn the difference between IntArray and Array
Learn how to display iOS emojis in an Android app in this step-by-step tutorial, standardizing the look and feel of your application.
This article discusses how to install an SDK in Android from scratch, and how to change the Android SDK path using the Android SDK Manager.
RecyclerView
to handle complex listsThis article will cover how to use Android’s RecyclerView
with data binding to load images from a network and display them in a list.
Learning how to use the Android Debug Bridge and its powerful features is a must for any serious Android developer.
In this article, we will talk about GraphQL, where it shines over REST, and connect an Android application to a GraphQL server.