Code to create a custom toast message
Toast.makeText(MainActivity.this, "Write your toast message here", Toast.LENGTH_SHORT).show();