This is for a slider puzzle. I want to show a dialog box with OK button when the puzzle is completed. When the OK button is pressed, I use an Intent to load a w
Intent
Add following code to show the dialog.
AlertDialog alert = builder.create(); alert.show();