I have a ListFragment which loads data in a background thread and shows a ProgressDialog while it loads. I'm wondering if I can make that dialog contained to just that fragment so the user can keep doing things in the other fragments. Is this doable? Currently, the dialog blocks all interaction with the UI.
-- Chris Stewart http://chriswstewart.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

