I developed an application (game) with buttons that call screens. The idea is like this:
- Screen 1 - start
- Screen 2 - choose character
- Screen 3 - knows object1
- Screen 4 - play with object1
- Screen 5 - knows object2
- Screen 6 - play with object2
- Screen 7 - knows object3
- .... follows the pattern ..
When I test the phone, after a certain number of screens (7) the application stops working.
The base of all screens (Activity) are similar (Screens 3,5,7, Screens 4,6,8), changes some items. I have already analyzed the codes and I can not understand them.
I did some testing: starting from certain screens and changing the order of the screens. But the problem continues, when it reaches a certain number of screen advances, the application hangs, presses "Ok" and the screen restarts.
Who can help me, thank you.