String toastTextMsg = "Hello, welcome to Code2care!"; Toast toast = Toast.makeText(MainActivity.this, toastTextMsg , Toast.LENGTH_SHORT); toast.show();