Answers for "which method is used to set time of toast message on the screen"

2

how to make toast in android

Toast toast = Toast.makeText(this, "message", Toast.LENGTH_LONG;);
    toast.show();
Posted by: Guest on May-13-2020

Code answers related to "which method is used to set time of toast message on the screen"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language