this in makeToast method code example
Example 1: android java toast
Toast.makeText(context this, text "Example of Text", Toast.LENGTH_LONG).show();
Example 2: Toast messag eandroid
Toast.makeText(context, text, duration).show();
Toast.makeText(context this, text "Example of Text", Toast.LENGTH_LONG).show();
Toast.makeText(context, text, duration).show();