The egg counter app counts the eggs quantity until the a value that was randomized is reached, and then an egg stack appears on the screen.
- Clone the project from git
- Open Android Studio and choose "Open an Existing Android Studio Project"
- Choose the project
- Build and run the project
- Has 2 states: state 1 when in "one egg image" and state 2 when in "many eggs image"
- Increments one to the counter when the user touch on screen
- Reset app when holds touch on screen
- Show secret number when click on eye icon
- Show info's about how use the app whe click on info icon
- Change image to many eggs when the counter reaches the secret number
- Returns to initial state when the user click 3 times on the many eggs image
- The app can store the data (counter and secret number)