Search code examples
androidandroid-event

Android Event Handling


Which type of model is used by android to handle events. Is it delegation model or event model?


Solution

  • The android system uses the event model. The delegate/ion model is used in code for iOS only.