Multiple choice Which of the following method is called when the user taps the screen? onTouched onTapped onTap onTouch Reveal answer Fill a bubble to check yourself D Correct answer Explanation When the user taps the screen, a touch event is fired and the corresponding onTouch method of the tapped view is called.