Every time I use the while block, both the emulator and the application get blocked.
Even when I use simple programming.
In your while loop you don't reduce global contar, so it will run forever.
Every time I use the while block, both the emulator and the application get blocked.
Even when I use simple programming.
In your while loop you don't reduce global contar, so it will run forever.