Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

android toast

String toastTextMsg = "Hello, welcome to Code2care!";

Toast toast = Toast.makeText(MainActivity.this, toastTextMsg , Toast.LENGTH_SHORT);
toast.show();
Source by code2care.org #
 
PREVIOUS NEXT
Tagged: #android #toast
ADD COMMENT
Topic
Name
9+3 =