Home »
MCQs »
Xamarin MCQs
Which of the following is a view technique that we use for displaying a message or output in a little pop-up window?
20. Which of the following is a view technique that we use for displaying a message or output in a little pop-up window?
- TextView ()
- Toast.MakeText()
- Make.Text ()
- Text ()
Answer: B) Toast.MakeText()
Explanation:
Toast.MakeText() is a view technique that we use for displaying a message or output in a little pop-up window.