Android Studio – This code causes an Application not responding dialog
I am making a checkers game and the following code causes an application not responding dialog when in operation. How can i make the code efficient and remove the Anr dialog. public void drawPawns() { for(int i=0; i<playableTileView.length; i++) {…