I have recently created a very simple flash-card type app. There is a single tab with 1 large and 4 small imageViews. Clicking on image views plays sounds, and changes the image shown in the respective image views.
The problem is that after a seemingly random number of clicks (usually between 5 and 10), clicking on the imageViews no longer gets any response. The app is not frozen, as I added a second tab which contains a button with an identical click event listener to one of the imageViews and it still works and updates the imageVeiws on the main tab. But returning to the main tab, the imageViews still will not accept input.
Is this a common problem with a common solution? I did not think it necessary to provide my code, but am happy to do so.
Cheers AP
Your Answer
Think you can help? Login to answer this question!