From what i have read till now i understand that if there are any device configurations changes AsyncTask will start all over again creating a new network request while the previous one hasn't finished yet whereas using loaders is used for presisting calling the network operations on in the app. Is this correct?
That happens if the AsyncTask is directly coupled to ur Activity's lifecycle. Try not to do so.
Обсуждают сегодня