Why a dialog is not displayed immediately after tapping a menu item in an Android app
In my Android application I use a menu item in a fragment to start a certain task (updating data in a report).
The menu item is displayed as an icon.
When I click on the menu item, a progress dialog is displayed, the data update is started, then the progress dialog is hidden.
Why a dialog is not displayed immediately after tapping a menu item in an Android app
In my Android application I use a menu item in a fragment to start a certain task (updating data in a report).
The menu item is displayed as an icon.
When I click on the menu item, a progress dialog is displayed, the data update is started, then the progress dialog is hidden.