• Facebook
  • Twitter
  • Google Plus
  • Instagram
  • Pinterest
AndroidRide
  • Home
  • About
  • Contact
  • Privacy policy
Machine Learning June 25, 2025

What Is The Advantages Of Machine Learning?

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…

Continue Reading
Machine Learning June 7, 2025

Machine Learning Model Lifecycle – What I Understand

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…

Continue Reading
Machine Learning June 1, 2025

What Is Machine Learning? What I Learned.

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…

Continue Reading
Beginner May 7, 2025

5 Ways To Get Instance Of ViewModel In Android

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…

Continue Reading
Android Jetpack Compose January 25, 2025

Color.kt vs colors.xml : Which is better for Jetpack Compose?

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…

Continue Reading
Android Jetpack Compose January 19, 2025

3 Things You Must Need To Know : Jetpack Compose vs XML

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…

Continue Reading
Kotlin-Beginner November 26, 2024

Kotlin For loop with Index example

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…

Continue Reading
Kotlin-Beginner October 31, 2024

Kotlin For each tutorial : 9 Examples

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…

Continue Reading
Flutter-Beginner August 29, 2022

Render List Of Row Or ListView Inside Column in Flutter

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…

Continue Reading
Flutter-Beginner June 7, 2022

3 Ways To Change Elevated Button Color In Flutter

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…

Continue Reading
Flutter-Beginner April 11, 2022

Flutter Elevated Button With Rounded Corners – 5 Examples

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…

Continue Reading
Flutter-Beginner March 28, 2022

3 Flutter Container Background Color(+Gradient) Examples With Tutorial

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…

Continue Reading
Flutter-Beginner March 12, 2022

5 Ways – Flutter Row Background Color Examples

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…

Continue Reading
Flutter-Beginner January 1, 2022

4 Ways To Generate Random Number In Flutter

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,…

Continue Reading
Flutter Packages November 28, 2021

2 Flutter Folder Picker Examples with Tutorial

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…

Continue Reading
Previous1 2 3 … 5Next
  • Flutter

    • Install Flutter
    • Flutter Commands
    • Flutter FlatButton
    • Flutter RaisedButton
    • Flutter Padding
    • Flutter FloatingActionButton
    • Flutter CircleAvatar
    • Flutter Swiper
    • Flutter ImagePicker
    • Flutter Path Provider
    • Flutter Notes App
    • Flutter Machine Learning App Tutorial
    • Flutter QR Code Scanner & Generator
    • Flutter Carousel Slider
    • Android

    • Android WebView - Ultimate Guide
    • Android RecyclerView - You Must Read This.
  • Popular Posts
    7 Flutter Commands & Command Line Options You Must Know : Create New Project, Run & More Commands Using CLI67 Total Shares
    How To Install Flutter In Android Studio In Windows : Flutter Android Studio Set Up Tutorial39 Total Shares
    3 Flutter FlatButton Examples With Tutorial36 Total Shares
    5 FloatingActionButton Examples In Flutter With Tutorial11 Total Shares
    8 Flutter Background Image Examples With Tutorials10 Total Shares
  • Connect with us on
    AndroidRide
  • Recent Posts
    • What Is The Advantages Of Machine Learning?
    • machine learning model lifecycleMachine Learning Model Lifecycle – What I Understand
    • What Is Machine Learning? What I Learned.
    • 5 Ways To Get Instance Of ViewModel In Android
    • color kt file locationColor.kt vs colors.xml : Which is better for Jetpack Compose?
  • Recent Posts
    • What Is The Advantages Of Machine Learning?
    • Machine Learning Model Lifecycle – What I Understand
    • What Is Machine Learning? What I Learned.
    • 5 Ways To Get Instance Of ViewModel In Android
    • Color.kt vs colors.xml : Which is better for Jetpack Compose?
  • Follow Us
    Facebook Twitter Google Plus Instagram Pinterest

Copyright © 2018 AndroidRide. All rights reserved.

Top