I created an app in AI2. Its still building but i wanted to check out its speed and efficiency in the apk file format so i build the app but the home screen reloads every second and i am just able to see something and it loads and again. I checked my code there is no timers there was a while loop which I have deleted. I can't figure out what is the problem.
There are the following possibilities
Home_screen.Initialize
eventclock
component in screen Home_screen or Screen1 might be the issue. Just check how the Clock.Timer
event looks like and if you disable the clock
again after calling itAs you mentioned in the comments, #2 was the issue and you forgot to disable the clock
component in Screen1