A simple Game in Android using Java
Welcome to Brain-Trainer-App.
When you click 'PLAY', random maths questions will be thrown to you, and you have to answer it in given time. The goal is just to be better than previous time
This app was developed using Android Studio, the official integrated development environment for Google's Android operating system, designed specifically for Android development. If you don’t have Android Studio yet, you can download it at https://developer.android.com/studio/index.html
How do you start building it? Once You have download and installed Android Studio, you can start a new project with a activity template, the blank one to begin building the app.
How to run it? It is very simple, Unpack the download ZIP (from this repository) and open Android studio
-
Go to File -> New -> Import project and look for the unpacked file in your computer
-
Application Name: Brain Trainer App will appear: select it and open it.
-
If you try to run, there will be a prompt message to let you know that you need and Create Virtual Device.
-
So do this, From the Your Virtual Devices page of the AVD Manager, click Create Virtual Device.
-
Select a hardware profile, and then click Next.
-
If you don't see the hardware profile you want, you can create or import a hardware profile.
-
Once the application is successfully imported, Go to Run -> Run App.
I hope you enjoy it!