Brain Trainer app is an Android Application for a quick exercise to your brain's short term memory, concentration, focus , speed & accuracy.
Basically, it is an app, which gives you random mathematical questions, which you have to solve in a given period of time, say 30s.
It would generate a score based on your answers, and you have an option to Play Again.
- It starts the application as soon as you press "GO!".
- There is random generation for:
a. The questions
b. The answers
c. The location of the correct answer - There is a countdown timer, within which you have to answer the questions.
- After the timer runs out, you get the final score, and an option to Play Again.
- Download the Android IDE: Android Studio (you may need to install java by following the prompts)
a. Optional: Install the Android SDK:
brew install android-sdk
, Select the SDK thatbrew
logged out back in the previous command - Open this project with in Android Studio IDE
- The IDE will complain about "Gradle sync failed". Just follow what it says.
- Once the IDE stops giving suggestions go to Tools -> Android -> SDK Manager and do what the SDK Manager says.
- Once the SDK Manager stops giving suggestions, use it to install the Google Repository and the Android Support Repository.
Clone or download this repo
https://github.com/anjalisi/Brain-Trainer-App
After that you can simply take the files and paste it in the required folders. Et Voila !
- Open the AVD Manager (Tools -> Android -> AVD Manager).
- Create a new Virtual Device. The size/model doesn't matter that much
- Select a system image that has both a x86_64 ABI and Google Play Services.
- Finish and Click Play!