Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bedirhanssaglam/exercise-app
An exercise application to help users manage and track their workouts, with features like Text-to-Speech (TTS) announcements, BMI Calculator, a countdown timer, and a history of exercises in Kotlin.
https://github.com/bedirhanssaglam/exercise-app
android coroutines kotlin mediaplayer room roomdatabase
Last synced: 1 day ago
JSON representation
An exercise application to help users manage and track their workouts, with features like Text-to-Speech (TTS) announcements, BMI Calculator, a countdown timer, and a history of exercises in Kotlin.
- Host: GitHub
- URL: https://github.com/bedirhanssaglam/exercise-app
- Owner: bedirhanssaglam
- Created: 2024-06-26T18:46:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T21:47:27.000Z (5 months ago)
- Last Synced: 2024-06-27T23:42:05.240Z (5 months ago)
- Topics: android, coroutines, kotlin, mediaplayer, room, roomdatabase
- Language: Kotlin
- Homepage:
- Size: 755 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercise App
An exercise application to help users manage and track their workouts, with features like Text-to-Speech (TTS) announcements, BMI calculator, a countdown timer, and a history of exercises.
### Technologies and Libraries Used
- **[Kotlin](https://kotlinlang.org/)**: Primary programming language for Android development.
- **[View Binding](https://developer.android.com/topic/libraries/view-binding)**: Simplifies interactions with views.
- **[Text-to-Speech (TTS)](https://developer.android.com/reference/kotlin/android/speech/tts/TextToSpeech)**: Provides spoken feedback during exercises.
- **[MediaPlayer](https://developer.android.com/reference/kotlin/android/media/MediaPlayer)**: Plays audio files.
- **[Room](https://developer.android.com/training/data-storage/room)**: Local database to store exercise history.
- **[Coroutines](https://developer.android.com/kotlin/coroutines)**: Handles background tasks and asynchronous operations.