Skip to content

Seven Minute workout App is a basic app that uses the Text-to-Speech (TTS), timer functionality and calculates the BMI according to the height and weight given. It uses SQLite to store data locally that can be accessed under the History tab within the app.

Notifications You must be signed in to change notification settings

Ayush2000Roy/seven-minute-workout-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Seven Minute Workout App

Sample app which encorporates Text-to-Speech (TTS) funtionality.

Pre-requisites

  1. Android SDK
  2. Android Build Tools
  3. Android Support Repository

Getting Started

This app uses the Gradle Build System of Android Studio.

Update the build.gradle(Module:app) file with dependencies added here in the file with the same name inside app folder. Note: You need to update the gradle file.

Add the permissions required from the AndroidManifest.xml file present under main folder.

Follow through the codes to get a detailed idea about using TTS. All codes are attached here accordingly. The raw folder contains a mp3 file which is license free. The drawable folder contains all types of images and required XML files.

Image

License free.

About

Seven Minute workout App is a basic app that uses the Text-to-Speech (TTS), timer functionality and calculates the BMI according to the height and weight given. It uses SQLite to store data locally that can be accessed under the History tab within the app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages