State the Toast class with an example
Example: how to make toast in android
Toast toast = Toast.makeText(this, "message", Toast.LENGTH_LONG;);
toast.show();
Toast toast = Toast.makeText(this, "message", Toast.LENGTH_LONG;);
toast.show();