#121 · Primary category: AI Chatbots

chatgpt-android

android chat chat-gpt chatbot chatbots chatgpt chatgpt-android compose jetpack jetpackcompose kotlin openai-chatgpt skydoves

📲 ChatGPT Android demonstrates a Chatbot application using OpenAI's chat API on Android with Stream Chat SDK for Compose.

Project last updated:01/03/26

GitHub Stars

3.9K

Forks

445

Contributors

8

License

Apache-2.0

Why we included this project

If you're building an Android chatbot that talks to OpenAI's API, this repository is a practical place to start. It wires the chat API into a Jetpack Compose client, and the code walks through the usual architecture pieces: Hilt for dependency injection, coroutines and WorkManager for background tasks, and the Stream Chat SDK for real-time messaging. It's a reference app rather than a production product, but it covers the whole path from API key setup to a working chat screen, so you can study how a real project might be structured. Android developers will also find it a useful example of Compose and modern architecture patterns, even if you later swap out the OpenAI or Stream components for your own.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category