Skip to content

Files

Latest commit

 

History

History

AndroidCompose

Stream Android Jetpack Compose Tutorial Projects

This directory contains Android tutorial projects built with Jetpack Compose that implement Stream's Chat and Video SDKs. Each project corresponds to a specific tutorial or implementation example from getstream.io.

Overview

These projects demonstrate how to integrate Stream's powerful real-time communication capabilities into Android applications using the modern Jetpack Compose UI toolkit. The examples cover:

  • Building chat interfaces with Compose
  • Creating video calling functionality
  • Implementing custom UI components
  • Creating real-time messaging experiences
  • Building meeting and livestreaming applications

Tutorial Links

Getting Started

Each project typically requires:

  1. Android Studio Arctic Fox (2020.3.1) or newer
  2. Kotlin 1.5.0 or higher
  3. A Stream account with API credentials
  4. Gradle for dependency management

To run a specific project:

  1. Navigate to the project directory
  2. Open the project in Android Studio
  3. Update the Stream API credentials in the project
  4. Build and run on an emulator or physical device

Try Stream for Free

Ready to add powerful chat, video, and audio features to your Android app?

  1. Sign up for a free Stream account - No credit card required
  2. Check out our Android SDK documentation - Comprehensive guides
  3. Join our Discord community - Connect with other developers and the Stream team

Additional Resources