How to show a ProgressDialog while changing from a activity to another activity?
- by AndroidUser99
i want to show a PD when my activity A starts another activity B. But in that onclick method, my A activity haves to do some work before start B, and B also haves to do some work because it haves to load a lot of data for the UI.
I need a PD that is viewed by the user in all the process of the loading data of changin from activity A to B.
¿how…