toast java example
Example 1: toast java example
Toast.makeText(getApplicationContext(),"Hello Javatpoint",Toast.LENGTH_SHORT).show();
Example 2: android java toast
Toast.makeText(context this, text "Example of Text", Toast.LENGTH_LONG).show();
Example 3: android java toast
Toast.makeText(this, "Mmm Toasty", Toast.LENGTH_LONG).show();