App crashes after exactly 27 clicks

The last app I made was very slow due to high amount of code blocks (+1000) in a few screens.
So I decided to try and make this one lighter by using little code divided in multiple screens, It runs really fast but as the tittle says it crashes at exactly 27 clicks.

Any thoughts?

Thanks

Are you doing anything on 27 clicks? Check your image files Your app might be running out of resources and it happens if your Images are too big

I should have been more specific, every click navigates the app to another screen. (14 Screens, 7MB apk size). Could it still be a resource problem?

Show blocks of how you go from one screen to the other one

/Boban

Correct answer button:

Untitled-1

And to starting page through side menu and header:

Untitled-2

There you have the Issue, bad way of switching screens

https://puravidaapps.com/tutorials.php#multiple

And in Kodular this i the recommended method of switching screens

/Boban

3 Likes

I’ll give it a go, Thank you.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.