A replica of higher or lower game using Google searches. The data is based on global monthly searches in 2017.
To check the project in Google Play.
Import the project in Android Studio using Github. Enable The Anonymous sign in method to firebase. add the firebase-google.json, and the project is ready to run.
The Term class contains title and average searches of the term. the game picks random two terms from the list that is imported through
SetAllTrends
function.
Example of testing questions and how to change them:
private void SetAllTrends() { terms.add(new Terms("PewDiePie", 81000000000)); terms.add(new Terms("T-Series", 81000000000)); }
- Change the Log in method to your needs in the firebase project console.
- Import the pictures to firebase storage otherwise modify Term class to use links.
- Change the package name.
- Add the questions to SetAllTrends in the MainActivity class.
- Android Studio,
- Gradle
Anyone can write, change the code, use however in the liking, free for all.