I have an activity in which there are 4 async task.
In that the array is being filled.Now till the time the data is loaded from API i want to show loader and when the array is filled it should disappears.
I know how to show loader for one async task but how can I show one loader for 4 async task.
Can anyone help on this? If any other information is needed, please let know.