A lightweight Android chatbot powered by Google's Gemini API, built with Kotlin and Jetpack Compose.
- Real-time AI conversations using Gemini 1.5 Flash
- Clean Material Design 3 UI with dark/light theme support
- Asynchronous operations with Kotlin Coroutines
- Secure API key management via local.properties
- Clone the repo
- Get a free API key from Google AI Studio
- Add
GEMINI_API_KEY=your_keytolocal.properties - Build and run (min SDK 24)
Kotlin • Jetpack Compose • Coroutines • Gemini API • Gradle KTS
Apache 2.0