ENIAC, the first computer, could perform 5,000 additions per second. In comparison, an average person can perform approximately 0.4 additions per second. This means the first computer was…
Everything undergoing creation or use will have lifecycle. In Machine learning, There are 2 terms Machine learning lifecycle and machine learning model lifecycle. They might seem quite similar…
Nowadays, we are surrounded by various AI and machine learning technologies, many of which we use directly or indirectly. If you use Google or any other search engine…
Creating viewmodel instance is needed if you are using MVVM architecture. Otherwise, MVVM is incomplete. So in this post, I will tell you about different ways for creating…
From the arrival of Jetpack Compose, developer can store and access color values in 2 ways. i. Color.kt – Modern approach. ii. XML – Traditional approach. both methods…
Let’s compare Jetpack Compose vs XML. Before that I need to tell you something. When Kotlin arrived, I searched the whole internet to decide: should I learn Kotlin…
Hi, Welcome to AndroidRide!. Let’s learn about Kotlin for loop with index. For loop with indices property In this simple example, we will use indices property of collections…
In this tutorial, you’ll learn how to use Kotlin’s forEach higher-order function. When we need to iterate over an array or list to search for or filter specific…
In this post, you will learn how to render a list of rows or a ListView inside a Column. When implementing a ListView inside a Column, you might…
Do you want to change color of Elevated Button? Then you are in the right place. So let’s start with a simple example. Most of the time, this…
Buttons play a crucial role in every UI, and the standard rectangular shape can sometimes feel outdated. In this post, you’ll learn how to create an ElevatedButton with…
Hi, welcome to AndroidRide! In this post, you’ll learn how to set the background color of a Container in Flutter. Let’s dive right in! Contents Flutter Container Background…
In this post, you will learn how to set background color of Row in Flutter. Row does not have any default attribute to set background color. So what…
Hi, Welcome to AndroidRide. Random numbers play a big role in our daily lives, even if we don’t often think about it. They’re used in computer encryption, gambling,…
Hi, Welcome to AndroidRide. Sometimes, users need to pick directories to store their data or download files. In this post, you will learn how to pick directories using…