0
About Thread.sleep error
Guys this code works for the Intelligence idea but here it gives an error about Thread.sleep();
2 Respuestas
+ 12
Becz you cannot use try catch
Another way to sleep threads using SystemClock.sleep();
With this you do not need to use try catch.
0
I was used Interrupted Exception and it works now )