About 812,000 results
Open links in new tab
  1. Exploring Flow in Android: A Comprehensive Guide to Types and …

    Jun 3, 2023 · By leveraging Flow effectively, developers can build responsive and reactive Android applications, ensuring seamless data stream handling and real-time updates.

  2. Kotlin flows on Android | Android Developers

    Jul 12, 2024 · Flow is integrated into many Jetpack libraries, and it's popular among Android third party libraries. Flow is a great fit for live data updates and endless streams of data. You can use Flow with Room to be notified of changes in a database.

  3. System Design of an Android Music Streaming App like Spotify …

    Jan 21, 2025 · Building a scalable and efficient Android music streaming app like Spotify or SoundCloud requires careful planning and a well-structured system design. Below is the system design overview…

  4. Efficient Data Streaming in Kotlin: Mastering Flow for Android

    Mar 25, 2025 · This article explores how to build and manage complex data streams using Kotlin Flow, covering key concepts, operators, and best practices. Kotlin Flow is a cold stream that emits a sequence of...

  5. What is Flow in Kotlin and How to use it in Android Project?

    Oct 29, 2021 · Flow is a stream processing API in Kotlin developed by JetBrains. It’s an implementation of the Reactive Stream specification, an initiative whose goal is to provide a standard for asynchronous that executes sequentially. Jetbrains built Kotlin Flow on …

  6. Android Flow and LiveData: understanding | by Alessandro …

    Mar 27, 2023 · Android Flow is a reactive programming library that enables you to handle asynchronous data streams in your app. It’s built on top of Kotlin coroutines and provides a type-safe way to handle...

  7. Understanding Flows in Android: A Simple Guide with Examples

    Dec 3, 2024 · Think of Flows as a stream of data that emits values over time. For example: A flow might emit values when a database gets updated. It could emit a new value every time a user enters text in a search bar. Flows are cold by default, meaning they don’t start emitting values until they are collected.

  8. Initiating YouTube Live Streams on Android Devices

    Nov 7, 2024 · The YouTube Mobile Live deep link enables Android applications to initiate a YouTube live stream directly from a mobile device. An app only needs to provide an entry point, such as a...

  9. Android 16 for Streaming Apps: Key Updates & What Developers …

    If you’re building an Android app—especially for streaming and OTT (Over-the-Top) services—you probably keep an eye on Android updates. Each new version brings opportunities to improve user experience but also introduces challenges that developers must navigate.

  10. Going deep on Flows & Channels — Part 1: Streams

    Jun 22, 2020 · Concerning the Example App, you will find in the repository three different branches that implement 3 different solutions for one common problem: hot streams. Don’t forget to check it out! There are basic usages of Channel, BroadcastChannel and StateFlow. Let’s begin with the first part, Streams!

    Missing:

    • Android System

    Must include:

Refresh