• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android toast delay 10sec function

luka1995

Lurker
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
 
Back
Top Bottom