This will show a Toast message
Toast.makeText(getApplicationContext(), "This is my Toast message!",
Toast.LENGTH_LONG).show();
You can try LENGTH_SHORT< for short duration of the toast
This will show a Toast message
Toast.makeText(getApplicationContext(), "This is my Toast message!",
Toast.LENGTH_LONG).show();
You can try LENGTH_SHORT< for short duration of the toast