111) This is called when the user either clicks or touches or focuses upon any widget like button, text, image etC. for one or more seconds.
A.OnClick()
B.OnLongClick()
C.OnKey()
D.OnFocuschange()
Answer : B
112) This is called when the context menu is being built(as the result of a sustained “long click)
A.OnClick()
B.onCreateContextMenu()
C.OnKey()
D.OnFocuschange()
Answer : B
113) This is called when the user either clicks or touches or focuses upon any widget like button, text, image etC.
A.OnClick()
B.OnLongClick()
C.OnKey()
D.OnFocuschange()
Answer : A
114) This is called when the user selects a menu item.
A.OnClick()
B.OnLongClick()
C.OnMenuItemCLick()
D.OnFocuschange()
Answer : C
115) This is called when the user is focused on the item and presses or releases a hardware key on the device.
A.OnClick()
B.onCreateContextMenu()
C.OnKey()
D.OnFocuschange()
Answer : C