Multiple choice Which of the following options is the correct way of registering the Event Listener? Using an Anonymous Inner class. Activity class implements the Listener interface. Using Layout file activity_main.xml to specify event handler directly. All of the above None of these Reveal answer Fill a bubble to check yourself D Correct answer Explanation (a) TRUE (b) FALSE