Hi friends...
In this video I will show you how to toast a message using add source directly block.
If you like this video please hit the subscribe button and don't forget to press the bell icon so that you don't miss any of the updates from the channel
Code used
Toast.makeText(MainActivity.this, "This is my Toast message 1",
Toast.LENGTH_SHORT).show();