# Sample Apps

## Main Samples

The main sample apps are located in the [Stream Chat Android SDK](https://github.com/GetStream/stream-chat-android) repository:

- [Compose UI Components Sample App](https://github.com/GetStream/stream-chat-android/tree/v6/stream-chat-android-compose-sample): The sample app built on top of our [Compose UI components](https://github.com/GetStream/stream-chat-android/tree/v6/stream-chat-android-compose) SDK.
- [UI Components Sample App](https://github.com/GetStream/stream-chat-android/tree/v6/stream-chat-android-ui-components-sample): The sample app built on top of our [UI components](https://github.com/GetStream/stream-chat-android/tree/v6/stream-chat-android-ui-components) SDK.

These samples showcase the default behavior, so you can check them to get overview of the features provided by our SDK, such as:

- Offline support
- Message search
- Channel search
- Push notifications
- Threads and replies
- Emoji reactions
- User mentions
- Giphy integration
- Attachments picker
- Typing indicators

For more complex use of our SDK consider checking the additional samples below.

<admonition type="info">

The main samples are always up-to-date with the latest [Stream Chat Android SDK](https://github.com/GetStream/stream-chat-android) version.

</admonition>

## Additional Samples

We also maintain a dedicated repository for fully fledged sample applications at [Android-Samples](https://github.com/GetStream/Android-Samples). The samples were developed by our Android team, our DevRel team and external contributors. Each sample demonstrates different use cases and APIs of [Stream Chat Android SDK](https://github.com/GetStream/stream-chat-android).

- [Video Chat Sample](https://github.com/GetStream/Android-Samples/tree/main/video-chat-sample): Livestream app that demonstrates how to use the low level client.
- [Virtual Event Sample](https://github.com/GetStream/Android-Samples/tree/main/virtual-event-sample): Virtual event sample app.
- [WhatsApp Clone](https://github.com/GetStream/Android-Samples/tree/main/whatsapp-clone-sample): WhatsApp clone app.
- [WhatsApp Clone Compose](https://github.com/GetStream/whatsApp-clone-compose): WhatsApp clone app built with Jetpack Compose.
- [Slack Clone Compose](https://github.com/GetStream/stream-slack-clone-android): Slack clone app built with Jetpack Compose following clean architecture principles.
- [Avengers Chat](https://github.com/GetStream/AvengersChat): Demo application based on modern Android tech stack.
- [Facebook Messenger Clone](https://github.com/MathRoda/Messenger-clone): Facebook Messenger clone app built with Jetpack Compose.
- [Stream Draw](https://github.com/GetStream/stream-draw-android): Real-time multiplayer drawing & chat game app built with Jetpack Compose.
- [Foldable Chat](https://github.com/GetStream/foldable-chat-android): Demonstrates adaptive and responsive UIs with Jetpack WindowManager API.

<admonition type="note">

Unlike the main samples, these projects are not guaranteed to use the latest version of [Stream Chat Android SDK](https://github.com/GetStream/stream-chat-android).

</admonition>


---

This page was last updated at 2026-04-17T17:33:32.164Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/android/v6/resources/sample-apps/](https://getstream.io/chat/docs/sdk/android/v6/resources/sample-apps/).