This repository contains a collection of Android applications developed for learning and exploring various Android fundamentals and advanced concepts. Each app has its dedicated directory with its own README.md providing detailed information.
-
Clone the repository:
git clone https://github.com/Bhavye2003Developer/android-apps
-
Navigate to the
android-appsdirectory:cd android-apps -
Explore Individual Apps:
- Each app is organized into its own directory with a dedicated README.md file providing detailed information about the app.
-
Setup API Keys (if required):
- Some apps may require API keys for services like OpenAI. Ensure to follow the instructions in the respective README.md files to set up any necessary API keys.
-
Timer AI:
- Description: A timer app with customizable stop times, default alarm, and pause/resume functionality.
- Directory:
TimerAI
-
Sleep Quality Tracker:
- Description: Tracks sleep quality by allowing users to set sleep faces. Implements MVVM architecture with Room database.
- Directory:
SleepQualityTracker
-
Quotify:
- Description: Displays random quotes with next, previous, and share functionality. Implements MVVM architecture.
- Directory:
Quotify
-
Notify:
- Description: A note-taking app using Room database. Allows adding, completing, and deleting notes.
- Directory:
Notify
-
GPTOpenAI:
- Description: An AI app using OpenAI API for natural language processing. Implements MVVM architecture and coroutines.
- Directory:
GPTOpenAI
-
Learning Apps (various):
- Description: Apps developed during the learning process, exploring Android fundamentals and concepts.
- All android apps except above listed.
Contributions are welcome! If you find any issues, have suggestions for improvements, or want to contribute to a specific app, please open an issue or create a pull request.
Feel free to explore and enjoy developing Android applications!