Say-Hi
An Android app built using Java and TextToSpeech (TTS) built to better understand different English accents around the world.
Table of contents
Screenshots
Building
Using Android Studio
The easiest way to build is to install Android Studio v2.+ with Gradle v2.14.1 Once installed, then you can import the project into Android Studio
- Open
File
. - Import Project.
- Select
build.gradle
under the project directory. - Click
OK
.
Then, Gradle will do everything for you.
Contributing
- Fork and clone the project.
- Build using Gradle/Android Studio.
- Make changes and submit a pull request.