It’s time to practice! Using what you’ve learned in the previous articles, create an App that meets the following requirements:
- This App will be used to count the number of people entering a venue.
- The current number should be displayed in large text at the top of the screen.
- A button should be available to increment this number.
- Each time the button is pressed, the number will increase by 1.
Its function is similar to this:
Be the first to comment