ARP
0
Q:

how to wait a few seconds in android studio

      Handler handler = new Handler();
            handler.postDelayed(new Runnable() {
                public void run() {
                    // yourMethod();
                }
            }, 5000);   //5 seconds
1

New to Communities?

Join the community