Is there a simple way to disable a user interacting with an activity. To be done when there is an action running (and a spinning progress bar in the title bar)
EDIT:
Use AsyncTask with ProgressDialog bundled.
AsyncTask
Progress Dialog
another useful example:
http://www.screaming-penguin.com/node/7746