I believe if you use the following method, the back button should dismiss the progress dialog, without closing the app:
progressDialog.setCancelable(true); On Apr 20, 8:00 am, Matthew Patience <[email protected]> wrote: > I started an indeterminate progress dialog in my onCreate method and > then used ASync to download some info and display it to the user. > After that I dismissed the progressdialog. I don't if anyone else has > experienced this but sometimes the progress dialog is stuck in a loop > and it wont download any info. I can tell because the data arrows wont > move. The only way to cancel this is to click the Home or Search key. > > I have never been able to figure out how to debug my applications but > I was rather wondering if this is a common problem or if there is a > simple fix. > > Thanks > > -- > 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 > athttp://groups.google.com/group/android-developers?hl=en -- 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

