Question

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

Was it helpful?

Solution

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

OTHER TIPS

Android uses Event based dispatching.For more, please refer this

Android uses the Event Model to handle the events.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top