luka1995 Lurker Sep 30, 2011 #1 Hi, I am creating my application for android phone and i use toast function, it's possible to make delay for toast 10 seconds? that is my code for toast: case R.id.connect: Toast.makeText(this, "12345", Toast.LENGTH_LONG).show(); break; thanks
Hi, I am creating my application for android phone and i use toast function, it's possible to make delay for toast 10 seconds? that is my code for toast: case R.id.connect: Toast.makeText(this, "12345", Toast.LENGTH_LONG).show(); break; thanks