java - Android equivalent of iOS's beginIgnoringInteractionEvents -
this reply suggest iterate through childviews , disable them. doesn't smell right me (performance wise)
what's best approach disable touch events in application prevent user interacting application (during animation, let's say)?
check out how solved this overriding dispatch
methods in activity
.
java android ios objective-c
No comments:
Post a Comment