Skip to main content

Android starter app

A native Android voice agent starter app built with Jetpack Compose.

Overview

The Android voice agent starter app is a native Android frontend for voice AI agents, built with Jetpack Compose and LiveKit Android components. It provides a Material Design interface for voice agent interactions.

Features

  • Native Android interface with audio visualizer.
  • Session management with connect and disconnect controls.
  • Sandbox token server support for quick development.

Get started

Clone the repository:

git clone https://github.com/livekit-examples/agent-starter-android.git
cd agent-starter-android

Open the project in Android Studio, update the configuration with your LiveKit credentials, then build and run the app on your target device or emulator.

Source code

GitHub

Android Voice Agent

A native Android voice AI assistant app built with Kotlin and Jetpack Compose.
GitHublivekit-examples/agent-starter-android