I am trying to make a very simple app. The idea is to have the user input two times (e.g. 5min & 7min) in the main screen and then press a button to start the following fullscreen sequence:
- Green screen from 0-5min
- Yellow screen from 5-6.5min
- Red screen from 7min+ until i tap the screen
I am new at doing apps (although I am not new to programming). What functions would you recommend me to go into for handling:
- displaying colors fullscreen
- handling timing (e.g. display this color for 5min, then this other color...)
- avoiding that the screen turns itself off while the app is displaying colors
Thanks!