I'm new to Android programming.
I need to make several calls from http internet. When all calls are terminated I can then proceed with the mainactivity to analyze the data.
I was wondering how I can create different classes AsynTask and verify that all of them have completed the tasks in the background? Is it possible call all these asyntask in another asynctask and check when all are completed?
Thank you