Online Course Support

The following code displays a pop-up message reading “hello” for a short duration: 1 Toast.makeText(getApplicationContext(), “hello”, Toast.LENGTH_SHORT);

Question 12
The following code displays a pop-up message reading “hello” for a short duration:

1
Toast.makeText(getApplicationContext(), “hello”, Toast.LENGTH_SHORT);
1 point

true

false

Similar Posts