Sunday, 11 August 2013

Android - Changing order of dialogs

Android - Changing order of dialogs

In my application I am using a navigation drawer. When the application is
launched for the first time, a dialog is shown to the user to explain the
usage of navigation drawer while an activity continues to load in the
background. My activity utilizes the progress dialog to show a loading
message and spinner while the data is loading.
Now the issue is, when the user launches the app for the first time, the
dialog for the navigation drawer opens up and the progress dialog open on
top of that. Is there a way in which i can reorder the dialog placement so
that the progress dialog goes behind the other dialog which is showing
info of the navigation drawer?

No comments:

Post a Comment