[android-developers] Self contained ProgressDialog in ListFragment?

2011-03-20 Thread Chris Stewart
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 wi

Re: [android-developers] Self contained ProgressDialog in ListFragment?

2011-03-20 Thread TreKing
On Sun, Mar 20, 2011 at 1:01 PM, Chris Stewart wrote: > Is this doable? Currently, the dialog blocks all interaction with the UI. I don't know, but it should be easy enough to use another UI element to display progress. Like this guy: http://developer.android.com/reference/android/widget/Progre