VerseMind is an innovative Android application that harnesses the power of AI to provide insightful answers to your Bible-related questions. It's your personal digital companion for deeper biblical understanding.
- 🤖 AI-Powered Bible Q&A: Get detailed, AI-generated responses to your biblical queries
- 📝 Markdown Rendering: Beautifully formatted answers for enhanced readability
- 🎨 Intuitive UI: Clean, user-friendly interface for seamless navigation
- ⚡ Asynchronous Processing: Fast, efficient background processing of API requests
- 🛡️ Robust Error Handling: User-friendly error messages for a smooth experience
- 📜 Scrollable Content: Easily read through long answers with our scrollable interface
- 🌙 Dark Theme: Easy on the eyes, perfect for night-time study sessions
- Language: Kotlin
- Minimum SDK: 25 (Android 7.1+)
- Target SDK: 34 (Android 14)
- Architecture: Single-activity with ConstraintLayout
- Networking: OkHttp
- Markdown: Markwon library
- Async Operations: Kotlin Coroutines
- Clone the repository:
git clone https://github.com/spragginsdesigns/VerseMind.git
- Open the project in Android Studio.
- Sync the project with Gradle files.
- Run the app on an emulator or physical device (API 25+).
- Launch VerseMind on your Android device.
- Type your Bible-related question in the text field.
- Tap "Submit" to send your question.
- Wait for the AI to generate your answer.
- Scroll through the response if needed.
VerseMind connects to our custom API for processing questions:
https://bible-ai-explorer.vercel.app/api/ask-question
- Colors:
res/values/colors.xml
- Strings:
res/values/strings.xml
- Layouts:
res/layout/activity_main.xml
- Styles:
res/values/themes.xml
We welcome contributions to VerseMind! Here's how:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
file for more information.
Made with ❤️ and ☕ by Austin Spraggins