PrepAway - Latest Free Exam Questions & Answers

What does the following line of code do?

What does the following line of code do?
Toast toast = Toast.makeText(this,”Android ATC”, Toast.LENGTH_LONG);
toast.setGravity(Gravity.TOP|Gravity.RIGH, 0, 0);

PrepAway - Latest Free Exam Questions & Answers

A.
The toast will have it UI components place on the top-right corner.

B.
The toast will appear on the top-right corner.

C.
The toast will show the text message on top-right corner of the toast box.

D.
The toast will appear at the center of the screen at position (0,0), but aligned to the top-right
corner.

2 Comments on “What does the following line of code do?


Leave a Reply

Your email address will not be published. Required fields are marked *