Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 759 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 759 Bytes

coze-android

A Coze RTC Android demo implemented in both Java and Kotlin

Project Structure

This repository contains two separate implementations of the RTC SDK Demo:

Requirements

  • Android 7.0+
  • Android Studio 2024+
  • Java 11+ (for Java implementation)
  • Kotlin 1.9+ (for Kotlin implementation)

Getting Started

Choose the implementation that best suits your needs:

  1. For Java projects, navigate to the java-example directory
  2. For Kotlin projects, navigate to the kotlin-example directory

Each implementation contains its own README with specific setup instructions and usage examples.

License

MIT