[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 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

2011-03-20 Thread TreKing
On Sun, Mar 20, 2011 at 1:01 PM, Chris Stewart cstewart...@gmail.comwrote:

 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/ProgressBar.html

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en