Java android show toast

Toast testToast = Toast.makeText(this, "Your Message Here", Toast.LENGTH_LONG);
testToast.show();