Which type of model is used by android to handle events. Is it delegation model or event model?
The android system uses the event model. The delegate/ion model is used in code for iOS only.