문제

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.

다른 팁

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

Android uses the Event Model to handle the events.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top