Android game developed while self-learning android app development. The game basically randomly generates Maths addition questions and a result. The user has to verify whether the result is correct or wrong. If the user verifies the result correctly, he/she gains 5 points. The game ends when the countdown timer from (60seconds) runs out.
Key Learning Pointers:
- User Interface Development (Total of 3 Activities)
- View and View Group Management
- Use of both Explicit and Implicit Intent Implementations
- Developing a Countdown Timer
- Developing a Score Updater
Refference: https://www.cheezycode.com/p/android.html
Main Activity: This is the screen which shows up upon app startup
Share Button Pressed: On the main screen when share is pressed, implicit intent is is implemented
Game Activity: During game play, this screen is shown. Timer, Score, Question and Result values get updated
Score Activity: Upon the end of game, the final score is displayed on this screen