0

This SO answer suggest to iterate through the childviews and disable them. It doesn't smell right to me (performance wise)

What's the best approach to disable ALL touch events in the application prevent the user from interacting with the application (during an animation, let's say)?

Community
  • 1
  • 1
Shai
  • 25,159
  • 9
  • 44
  • 67

1 Answers1

1

Check out how we solved this by overriding the dispatch methods in Activity.

fluidsonic
  • 4,655
  • 2
  • 24
  • 34