Veradis,
You can't prevent the ANR/FC dialog from appearing, since it's there for
a reason. But you can eliminate its cause - your application taking up
time in the UI thread, making it unresponsive.
Android provides an easy to use class to perform lengthy operations in a
background thread, without tying up the UI thread.
http://developer.android.com/reference/android/os/AsyncTask.html
-- Kostya
17.07.2010 21:30, veradis пишет:
Hi,
In my app, i will be doing some multiple file upload to server. The
app activity displays FORCE CLOSE dialog while server call is in
progress. So, is it possible to manage the dialog from appearing. I
will displaying proper messages to inform user the app is still
running. Also is there is any execution time in Android?
Thanks
Veradis
--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.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